https://api.jakub.flowy.sk/

Log Messages

Info. & Errors 2

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

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

Deprecations 2

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The SwiftMailerHandler is deprecated since Monolog 2.6. Use SymfonyMailerHandler instead.
[
  "exception" => ErrorException {#670
    #message: "User Deprecated: The SwiftMailerHandler is deprecated since Monolog 2.6. Use SymfonyMailerHandler instead."
    #code: 0
    #file: "/var/www/jakub/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php"
    #line: 46
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/jakub/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php:46 {
        Monolog\Handler\SwiftMailerHandler->__construct(Swift_Mailer $mailer, $message, $level = Logger::ERROR, bool $bubble = true) …
        › 
        › @trigger_error('The SwiftMailerHandler is deprecated since Monolog 2.6. Use SymfonyMailerHandler instead.', E_USER_DEPRECATED);}
      /var/www/jakub/var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php:1551 {
        Container5qNOp7u\apiDevDebugProjectContainer->getMonolog_Handler_SwiftService() …
        › {    $this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), [0 => $this->getMonolog_Handler_Swift_MailMessageFactoryService(), 1 => 'createMessage'], 100, true);}
      /var/www/jakub/var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php:1541 {
        Container5qNOp7u\apiDevDebugProjectContainer->getMonolog_Handler_MainService() …
        › 
        ›     return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([0 => $a, 1 => new \Monolog\Handler\DeduplicationHandler(($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService()), ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 400, 60, true), 2 => ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())], true), 500, 0, true, true, NULL);}
      }
      /var/www/jakub/var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php:653 {
        Container5qNOp7u\apiDevDebugProjectContainer->getEventDispatcherService() …
        › $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
      }
      /var/www/jakub/var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php:1001 {
        Container5qNOp7u\apiDevDebugProjectContainer->getHttpKernelService() …
        › 
        › return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {    yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
      }
      /var/www/jakub/vendor/symfony/dependency-injection/Container.php:248 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/jakub/vendor/symfony/dependency-injection/Container.php:228 {
        Symfony\Component\DependencyInjection\Container->get($id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/jakub/vendor/symfony/http-kernel/Kernel.php:204 {
        Symfony\Component\HttpKernel\Kernel->getHttpKernel() …
        › {    return $this->container->get('http_kernel');}
      }
      /var/www/jakub/vendor/symfony/http-kernel/Kernel.php:191 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/jakub/public/index.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/jakub/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php:46 {
    Monolog\Handler\SwiftMailerHandler->__construct(Swift_Mailer $mailer, $message, $level = Logger::ERROR, bool $bubble = true) …
    › 
    › @trigger_error('The SwiftMailerHandler is deprecated since Monolog 2.6. Use SymfonyMailerHandler instead.', E_USER_DEPRECATED);}
  /var/www/jakub/var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php:1551 {
    Container5qNOp7u\apiDevDebugProjectContainer->getMonolog_Handler_SwiftService() …
    › {    $this->privates['monolog.handler.swift'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), [0 => $this->getMonolog_Handler_Swift_MailMessageFactoryService(), 1 => 'createMessage'], 100, true);}
  /var/www/jakub/var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php:1541 {
    Container5qNOp7u\apiDevDebugProjectContainer->getMonolog_Handler_MainService() …
    › 
    ›     return $this->privates['monolog.handler.main'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([0 => $a, 1 => new \Monolog\Handler\DeduplicationHandler(($this->privates['monolog.handler.swift'] ?? $this->getMonolog_Handler_SwiftService()), ($this->targetDir.''.'/monolog_dedup_922a7b2c3485f2fca0b658c7a9e614d9d914a2f5'), 400, 60, true), 2 => ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())], true), 500, 0, true, true, NULL);}
  }
  /var/www/jakub/var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php:653 {
    Container5qNOp7u\apiDevDebugProjectContainer->getEventDispatcherService() …
    › $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  }
  /var/www/jakub/var/cache/api/dev/Container5qNOp7u/apiDevDebugProjectContainer.php:1001 {
    Container5qNOp7u\apiDevDebugProjectContainer->getHttpKernelService() …
    › 
    › return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {    yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  }
  /var/www/jakub/vendor/symfony/dependency-injection/Container.php:248 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/jakub/vendor/symfony/dependency-injection/Container.php:228 {
    Symfony\Component\DependencyInjection\Container->get($id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/jakub/vendor/symfony/http-kernel/Kernel.php:204 {
    Symfony\Component\HttpKernel\Kernel->getHttpKernel() …
    › {    return $this->container->get('http_kernel');}
  }
  /var/www/jakub/vendor/symfony/http-kernel/Kernel.php:191 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/jakub/public/index.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a The SwiftMailerHandler is deprecated since Monolog 2.6. Use SymfonyMailerHandler instead.

Debug 37

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "api"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "api"
  "authenticator" => "Api\Security\TokenAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "api"
  "authenticator" => "Api\Security\TokenAuthenticator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
security Calling Authentication entry point.
event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Listener
"Api\EventListener\ExceptionListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Api\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
doctrine INSERT INTO main.logger_api (store_id, client_id, user_id, point_of_sale_id, request_method, request_url, request_query, request_headers, request_content, request_time, created_at, response_content, response_headers, response_status_code) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[
  null
  null
  null
  null
  "HEAD"
  "/"
  "[]"
  "{"authorization":[""],"hos [...]"
  ""
  0.12
  "2024-11-15 12:40:57.688629"
  ""
  "{"cache-control":["no-cach [...]"
  401
]
event Notified event
"kernel.response"
to listener
"Api\EventListener\RequestListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Api\EventListener\RequestListener::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\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Api\EventListener\RequestLogListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Api\EventListener\RequestLogListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 1675

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\FullProcessCommand" (parent: .abstract.instanceof.App\Command\Central\Brandbank\FullProcessCommand).
  • Resolving inheritance for "App\Command\Central\Brandbank\FullProcessCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\FullProcessCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\ImportCommand" (parent: .abstract.instanceof.App\Command\Central\Brandbank\ImportCommand).
  • Resolving inheritance for "App\Command\Central\Brandbank\ImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\ImportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\ProcessCommand" (parent: .abstract.instanceof.App\Command\Central\Brandbank\ProcessCommand).
  • Resolving inheritance for "App\Command\Central\Brandbank\ProcessCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\ProcessCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Import\ReceiptMetroCommand" (parent: .abstract.instanceof.App\Command\Central\Import\ReceiptMetroCommand).
  • Resolving inheritance for "App\Command\Central\Import\ReceiptMetroCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Import\ReceiptMetroCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Product\ProductClearCommand" (parent: .abstract.instanceof.App\Command\Central\Product\ProductClearCommand).
  • Resolving inheritance for "App\Command\Central\Product\ProductClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Product\ProductClearCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Product\ProductCreateCommand" (parent: .abstract.instanceof.App\Command\Central\Product\ProductCreateCommand).
  • Resolving inheritance for "App\Command\Central\Product\ProductCreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Product\ProductCreateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Category\CategoryCommand" (parent: .abstract.instanceof.App\Command\Client\Category\CategoryCommand).
  • Resolving inheritance for "App\Command\Client\Category\CategoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Category\CategoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ProductImportCSVCommand" (parent: .abstract.instanceof.App\Command\Client\Import\ProductImportCSVCommand).
  • Resolving inheritance for "App\Command\Client\Import\ProductImportCSVCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ProductImportCSVCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ReceiptLabasCommand" (parent: .abstract.instanceof.App\Command\Client\Import\ReceiptLabasCommand).
  • Resolving inheritance for "App\Command\Client\Import\ReceiptLabasCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ReceiptLabasCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ReceiptMetroCommand" (parent: .abstract.instanceof.App\Command\Client\Import\ReceiptMetroCommand).
  • Resolving inheritance for "App\Command\Client\Import\ReceiptMetroCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ReceiptMetroCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Importer\ImporterCreateProductCommand" (parent: .abstract.instanceof.App\Command\Client\Importer\ImporterCreateProductCommand).
  • Resolving inheritance for "App\Command\Client\Importer\ImporterCreateProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Importer\ImporterCreateProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\PaymentMethod\PaymentMethodCommand" (parent: .abstract.instanceof.App\Command\Client\PaymentMethod\PaymentMethodCommand).
  • Resolving inheritance for "App\Command\Client\PaymentMethod\PaymentMethodCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\PaymentMethod\PaymentMethodCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\SellPrice\SellPriceCommand" (parent: .abstract.instanceof.App\Command\Client\SellPrice\SellPriceCommand).
  • Resolving inheritance for "App\Command\Client\SellPrice\SellPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\SellPrice\SellPriceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCentralUnsentTotalCommand" (parent: .abstract.instanceof.App\Command\Client\Store\StoreCentralUnsentTotalCommand).
  • Resolving inheritance for "App\Command\Client\Store\StoreCentralUnsentTotalCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCentralUnsentTotalCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreClearPriceOutOfStockCommand" (parent: .abstract.instanceof.App\Command\Client\Store\StoreClearPriceOutOfStockCommand).
  • Resolving inheritance for "App\Command\Client\Store\StoreClearPriceOutOfStockCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreClearPriceOutOfStockCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCopyMissingPriceCommand" (parent: .abstract.instanceof.App\Command\Client\Store\StoreCopyMissingPriceCommand).
  • Resolving inheritance for "App\Command\Client\Store\StoreCopyMissingPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCopyMissingPriceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCopyPriceCommand" (parent: .abstract.instanceof.App\Command\Client\Store\StoreCopyPriceCommand).
  • Resolving inheritance for "App\Command\Client\Store\StoreCopyPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCopyPriceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreStockSellPriceCommand" (parent: .abstract.instanceof.App\Command\Client\Store\StoreStockSellPriceCommand).
  • Resolving inheritance for "App\Command\Client\Store\StoreStockSellPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreStockSellPriceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreStockSellPriceHistoryCommand" (parent: .abstract.instanceof.App\Command\Client\Store\StoreStockSellPriceHistoryCommand).
  • Resolving inheritance for "App\Command\Client\Store\StoreStockSellPriceHistoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreStockSellPriceHistoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\AllControlCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\AllControlCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\AllControlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\AllControlCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\AllRecalculateCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\AllRecalculateCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\AllRecalculateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\AllRecalculateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\ClearStockCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\ClearStockCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\ClearStockCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\ClearStockCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\ControlCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\ControlCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\ControlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\ControlCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\HistoryCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\HistoryCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\HistoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\HistoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\InventoryCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\InventoryCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\InventoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\InventoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\InventoryMissingCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\InventoryMissingCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\InventoryMissingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\InventoryMissingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\RecalculateCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\RecalculateCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\RecalculateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\RecalculateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\StoreStockGroupSellPriceCommand" (parent: .abstract.instanceof.App\Command\Client\StoreStock\StoreStockGroupSellPriceCommand).
  • Resolving inheritance for "App\Command\Client\StoreStock\StoreStockGroupSellPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\StoreStockGroupSellPriceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Czech\GetClientsEmailCommand" (parent: .abstract.instanceof.App\Command\Czech\GetClientsEmailCommand).
  • Resolving inheritance for "App\Command\Czech\GetClientsEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Czech\GetClientsEmailCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseCleanerCommand" (parent: .abstract.instanceof.App\Command\DatabaseCleanerCommand).
  • Resolving inheritance for "App\Command\DatabaseCleanerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseCleanerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Doctrine\UpdateSchemaDoctrineCommand" (parent: .abstract.instanceof.App\Command\Doctrine\UpdateSchemaDoctrineCommand).
  • Resolving inheritance for "App\Command\Doctrine\UpdateSchemaDoctrineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Doctrine\UpdateSchemaDoctrineCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Doctrine\UpdateSchemasDoctrineCommand" (parent: .abstract.instanceof.App\Command\Doctrine\UpdateSchemasDoctrineCommand).
  • Resolving inheritance for "App\Command\Doctrine\UpdateSchemasDoctrineCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Doctrine\UpdateSchemasDoctrineCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InstallCommand" (parent: .abstract.instanceof.App\Command\InstallCommand).
  • Resolving inheritance for "App\Command\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InstallCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoggerCleanerCommand" (parent: .abstract.instanceof.App\Command\LoggerCleanerCommand).
  • Resolving inheritance for "App\Command\LoggerCleanerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoggerCleanerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Client\ClientDatabaseCommand" (parent: .abstract.instanceof.App\Command\Main\Client\ClientDatabaseCommand).
  • Resolving inheritance for "App\Command\Main\Client\ClientDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Client\ClientDatabaseCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Cron\CronCommand" (parent: .abstract.instanceof.App\Command\Main\Cron\CronCommand).
  • Resolving inheritance for "App\Command\Main\Cron\CronCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Cron\CronCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\ProductMergeCommand" (parent: .abstract.instanceof.App\Command\Main\ProductMergeCommand).
  • Resolving inheritance for "App\Command\Main\ProductMergeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\ProductMergeCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Token\TokenInvalidCommand" (parent: .abstract.instanceof.App\Command\Main\Token\TokenInvalidCommand).
  • Resolving inheritance for "App\Command\Main\Token\TokenInvalidCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Token\TokenInvalidCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Weather\WeatherCommand" (parent: .abstract.instanceof.App\Command\Main\Weather\WeatherCommand).
  • Resolving inheritance for "App\Command\Main\Weather\WeatherCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Weather\WeatherCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\StoreGroupCommand" (parent: .abstract.instanceof.App\Command\Migration\StoreGroupCommand).
  • Resolving inheritance for "App\Command\Migration\StoreGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\StoreGroupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\StoreStockGroupCommand" (parent: .abstract.instanceof.App\Command\Migration\StoreStockGroupCommand).
  • Resolving inheritance for "App\Command\Migration\StoreStockGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\StoreStockGroupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand" (parent: .abstract.instanceof.App\Command\TestCommand).
  • Resolving inheritance for "App\Command\TestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateDatabaseClientUserCommand" (parent: .abstract.instanceof.App\Command\UpdateDatabaseClientUserCommand).
  • Resolving inheritance for "App\Command\UpdateDatabaseClientUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateDatabaseClientUserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Doctrine\Registry" (parent: .abstract.instanceof.App\Doctrine\Registry).
  • Resolving inheritance for "App\Doctrine\Registry" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Doctrine\Registry).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CommandListener" (parent: .abstract.instanceof.App\EventListener\CommandListener).
  • Resolving inheritance for "App\EventListener\CommandListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CommandListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\Central\Client\ClientCategoryListener" (parent: .abstract.instanceof.App\Form\EventListener\Central\Client\ClientCategoryListener).
  • Resolving inheritance for "App\Form\EventListener\Central\Client\ClientCategoryListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\Central\Client\ClientCategoryListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Extension\HiddenEntityType" (parent: .abstract.instanceof.App\Form\Extension\HiddenEntityType).
  • Resolving inheritance for "App\Form\Extension\HiddenEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Extension\HiddenEntityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\NumberExponentType" (parent: .abstract.instanceof.App\Form\Extension\NumberExponentType).
  • Resolving inheritance for "App\Form\Extension\NumberExponentType" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\NumberExponentType).
  • 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\Central\ArticleNumber\EuropeanArticleNumberType" (parent: .abstract.instanceof.App\Form\Type\Central\ArticleNumber\EuropeanArticleNumberType).
  • Resolving inheritance for "App\Form\Type\Central\ArticleNumber\EuropeanArticleNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\ArticleNumber\EuropeanArticleNumberType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryImageType" (parent: .abstract.instanceof.App\Form\Type\Central\Category\CategoryImageType).
  • Resolving inheritance for "App\Form\Type\Central\Category\CategoryImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryTranslationType" (parent: .abstract.instanceof.App\Form\Type\Central\Category\CategoryTranslationType).
  • Resolving inheritance for "App\Form\Type\Central\Category\CategoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryType" (parent: .abstract.instanceof.App\Form\Type\Central\Category\CategoryType).
  • Resolving inheritance for "App\Form\Type\Central\Category\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\City\CityType" (parent: .abstract.instanceof.App\Form\Type\Central\City\CityType).
  • Resolving inheritance for "App\Form\Type\Central\City\CityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\City\CityType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Client\ClientConfigurationType" (parent: .abstract.instanceof.App\Form\Type\Central\Client\ClientConfigurationType).
  • Resolving inheritance for "App\Form\Type\Central\Client\ClientConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Client\ClientConfigurationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Client\ClientType" (parent: .abstract.instanceof.App\Form\Type\Central\Client\ClientType).
  • Resolving inheritance for "App\Form\Type\Central\Client\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Client\ClientType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Country\CountryType" (parent: .abstract.instanceof.App\Form\Type\Central\Country\CountryType).
  • Resolving inheritance for "App\Form\Type\Central\Country\CountryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Country\CountryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Holiday\HolidayDayType" (parent: .abstract.instanceof.App\Form\Type\Central\Holiday\HolidayDayType).
  • Resolving inheritance for "App\Form\Type\Central\Holiday\HolidayDayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Holiday\HolidayDayType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Holiday\HolidayType" (parent: .abstract.instanceof.App\Form\Type\Central\Holiday\HolidayType).
  • Resolving inheritance for "App\Form\Type\Central\Holiday\HolidayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Holiday\HolidayType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductAttributeValueType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductAttributeValueType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductAttributeValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductAttributeValueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductImageType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductImageType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductLocaleRestrictionType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductLocaleRestrictionType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductLocaleRestrictionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductLocaleRestrictionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductLocaleType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductLocaleType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductLocaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductLocaleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTagChildType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductTagChildType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductTagChildType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTagChildType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTagType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductTagType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTaxType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductTaxType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductTaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTranslationType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductTranslationType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductType" (parent: .abstract.instanceof.App\Form\Type\Central\Product\ProductType).
  • Resolving inheritance for "App\Form\Type\Central\Product\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Recipes\RecipesItemType" (parent: .abstract.instanceof.App\Form\Type\Central\Recipes\RecipesItemType).
  • Resolving inheritance for "App\Form\Type\Central\Recipes\RecipesItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Recipes\RecipesItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Recipes\RecipesType" (parent: .abstract.instanceof.App\Form\Type\Central\Recipes\RecipesType).
  • Resolving inheritance for "App\Form\Type\Central\Recipes\RecipesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Recipes\RecipesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Supplier\SupplierProductType" (parent: .abstract.instanceof.App\Form\Type\Central\Supplier\SupplierProductType).
  • Resolving inheritance for "App\Form\Type\Central\Supplier\SupplierProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Supplier\SupplierProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Supplier\SupplierType" (parent: .abstract.instanceof.App\Form\Type\Central\Supplier\SupplierType).
  • Resolving inheritance for "App\Form\Type\Central\Supplier\SupplierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Supplier\SupplierType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Tax\TaxType" (parent: .abstract.instanceof.App\Form\Type\Central\Tax\TaxType).
  • Resolving inheritance for "App\Form\Type\Central\Tax\TaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Tax\TaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\User\UserType" (parent: .abstract.instanceof.App\Form\Type\Central\User\UserType).
  • Resolving inheritance for "App\Form\Type\Central\User\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\User\UserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Address\AddressFormType" (parent: .abstract.instanceof.App\Form\Type\Client\Address\AddressFormType).
  • Resolving inheritance for "App\Form\Type\Client\Address\AddressFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Address\AddressFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryImageType" (parent: .abstract.instanceof.App\Form\Type\Client\Category\CategoryImageType).
  • Resolving inheritance for "App\Form\Type\Client\Category\CategoryImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryTranslationType" (parent: .abstract.instanceof.App\Form\Type\Client\Category\CategoryTranslationType).
  • Resolving inheritance for "App\Form\Type\Client\Category\CategoryTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryType" (parent: .abstract.instanceof.App\Form\Type\Client\Category\CategoryType).
  • Resolving inheritance for "App\Form\Type\Client\Category\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderFormType" (parent: .abstract.instanceof.App\Form\Type\Client\Customer\CustomerOrderFormType).
  • Resolving inheritance for "App\Form\Type\Client\Customer\CustomerOrderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderItemFormType" (parent: .abstract.instanceof.App\Form\Type\Client\Customer\CustomerOrderItemFormType).
  • Resolving inheritance for "App\Form\Type\Client\Customer\CustomerOrderItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderItemFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderPaymentMethodFormType" (parent: .abstract.instanceof.App\Form\Type\Client\Customer\CustomerOrderPaymentMethodFormType).
  • Resolving inheritance for "App\Form\Type\Client\Customer\CustomerOrderPaymentMethodFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderPaymentMethodFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Discount\DiscountTypeType" (parent: .abstract.instanceof.App\Form\Type\Client\Discount\DiscountTypeType).
  • Resolving inheritance for "App\Form\Type\Client\Discount\DiscountTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Discount\DiscountTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PaymentMethod\PaymentMethodTranslationType" (parent: .abstract.instanceof.App\Form\Type\Client\PaymentMethod\PaymentMethodTranslationType).
  • Resolving inheritance for "App\Form\Type\Client\PaymentMethod\PaymentMethodTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PaymentMethod\PaymentMethodTranslationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Permission\PermissionType" (parent: .abstract.instanceof.App\Form\Type\Client\Permission\PermissionType).
  • Resolving inheritance for "App\Form\Type\Client\Permission\PermissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Permission\PermissionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PointOfSale\PointOfSaleMoveType" (parent: .abstract.instanceof.App\Form\Type\Client\PointOfSale\PointOfSaleMoveType).
  • Resolving inheritance for "App\Form\Type\Client\PointOfSale\PointOfSaleMoveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PointOfSale\PointOfSaleMoveType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PointOfSale\PointOfSaleType" (parent: .abstract.instanceof.App\Form\Type\Client\PointOfSale\PointOfSaleType).
  • Resolving inheritance for "App\Form\Type\Client\PointOfSale\PointOfSaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PointOfSale\PointOfSaleType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PriceTag\PriceTagType" (parent: .abstract.instanceof.App\Form\Type\Client\PriceTag\PriceTagType).
  • Resolving inheritance for "App\Form\Type\Client\PriceTag\PriceTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PriceTag\PriceTagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Product\ProductTagChildType" (parent: .abstract.instanceof.App\Form\Type\Client\Product\ProductTagChildType).
  • Resolving inheritance for "App\Form\Type\Client\Product\ProductTagChildType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Product\ProductTagChildType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Product\ProductTagType" (parent: .abstract.instanceof.App\Form\Type\Client\Product\ProductTagType).
  • Resolving inheritance for "App\Form\Type\Client\Product\ProductTagType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Product\ProductTagType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Recipes\RecipesItemType" (parent: .abstract.instanceof.App\Form\Type\Client\Recipes\RecipesItemType).
  • Resolving inheritance for "App\Form\Type\Client\Recipes\RecipesItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Recipes\RecipesItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Recipes\RecipesType" (parent: .abstract.instanceof.App\Form\Type\Client\Recipes\RecipesType).
  • Resolving inheritance for "App\Form\Type\Client\Recipes\RecipesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Recipes\RecipesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\SellPrice\SellPriceProductType" (parent: .abstract.instanceof.App\Form\Type\Client\SellPrice\SellPriceProductType).
  • Resolving inheritance for "App\Form\Type\Client\SellPrice\SellPriceProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\SellPrice\SellPriceProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\SellPrice\SellPriceType" (parent: .abstract.instanceof.App\Form\Type\Client\SellPrice\SellPriceType).
  • Resolving inheritance for "App\Form\Type\Client\SellPrice\SellPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\SellPrice\SellPriceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreCentralType" (parent: .abstract.instanceof.App\Form\Type\Client\Store\StoreCentralType).
  • Resolving inheritance for "App\Form\Type\Client\Store\StoreCentralType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreCentralType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderPaymentType" (parent: .abstract.instanceof.App\Form\Type\Client\Store\StoreHeaderPaymentType).
  • Resolving inheritance for "App\Form\Type\Client\Store\StoreHeaderPaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderPaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderRoundingType" (parent: .abstract.instanceof.App\Form\Type\Client\Store\StoreHeaderRoundingType).
  • Resolving inheritance for "App\Form\Type\Client\Store\StoreHeaderRoundingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderRoundingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderType" (parent: .abstract.instanceof.App\Form\Type\Client\Store\StoreHeaderType).
  • Resolving inheritance for "App\Form\Type\Client\Store\StoreHeaderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveBarcodeType" (parent: .abstract.instanceof.App\Form\Type\Client\Store\StoreMoveBarcodeType).
  • Resolving inheritance for "App\Form\Type\Client\Store\StoreMoveBarcodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveBarcodeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveDiscountType" (parent: .abstract.instanceof.App\Form\Type\Client\Store\StoreMoveDiscountType).
  • Resolving inheritance for "App\Form\Type\Client\Store\StoreMoveDiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveDiscountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveInventoryType" (parent: .abstract.instanceof.App\Form\Type\Client\Store\StoreMoveInventoryType).
  • Resolving inheritance for "App\Form\Type\Client\Store\StoreMoveInventoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveInventoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveType" (parent: .abstract.instanceof.App\Form\Type\Client\Store\StoreMoveType).
  • Resolving inheritance for "App\Form\Type\Client\Store\StoreMoveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\StoreGroup\StoreGroupType" (parent: .abstract.instanceof.App\Form\Type\Client\StoreGroup\StoreGroupType).
  • Resolving inheritance for "App\Form\Type\Client\StoreGroup\StoreGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\StoreGroup\StoreGroupType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FixedCollectionType" (parent: .abstract.instanceof.App\Form\Type\FixedCollectionType).
  • Resolving inheritance for "App\Form\Type\FixedCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FixedCollectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ResourceTranslationsType" (parent: .abstract.instanceof.App\Form\Type\ResourceTranslationsType).
  • Resolving inheritance for "App\Form\Type\ResourceTranslationsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ResourceTranslationsType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\ProductTranslationsValidator" (parent: .abstract.instanceof.App\Validator\Central\ProductTranslationsValidator).
  • Resolving inheritance for "App\Validator\Central\ProductTranslationsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\ProductTranslationsValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierBusinessIDValidator" (parent: .abstract.instanceof.App\Validator\Central\SupplierBusinessIDValidator).
  • Resolving inheritance for "App\Validator\Central\SupplierBusinessIDValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierBusinessIDValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierTaxIDValidator" (parent: .abstract.instanceof.App\Validator\Central\SupplierTaxIDValidator).
  • Resolving inheritance for "App\Validator\Central\SupplierTaxIDValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierTaxIDValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierVATValidator" (parent: .abstract.instanceof.App\Validator\Central\SupplierVATValidator).
  • Resolving inheritance for "App\Validator\Central\SupplierVATValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierVATValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\TaxUniqueValidator" (parent: .abstract.instanceof.App\Validator\Central\TaxUniqueValidator).
  • Resolving inheritance for "App\Validator\Central\TaxUniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\TaxUniqueValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\CategoryTranslationsValidator" (parent: .abstract.instanceof.App\Validator\Client\CategoryTranslationsValidator).
  • Resolving inheritance for "App\Validator\Client\CategoryTranslationsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\CategoryTranslationsValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\CustomerCodeValidator" (parent: .abstract.instanceof.App\Validator\Client\CustomerCodeValidator).
  • Resolving inheritance for "App\Validator\Client\CustomerCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\CustomerCodeValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\PaymentMethodTranslationsValidator" (parent: .abstract.instanceof.App\Validator\Client\PaymentMethodTranslationsValidator).
  • Resolving inheritance for "App\Validator\Client\PaymentMethodTranslationsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\PaymentMethodTranslationsValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\StoreGroupUniqueLocaleValidator" (parent: .abstract.instanceof.App\Validator\Client\StoreGroupUniqueLocaleValidator).
  • Resolving inheritance for "App\Validator\Client\StoreGroupUniqueLocaleValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\StoreGroupUniqueLocaleValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\StoreHeaderStoreTransferValidator" (parent: .abstract.instanceof.App\Validator\Client\StoreHeaderStoreTransferValidator).
  • Resolving inheritance for "App\Validator\Client\StoreHeaderStoreTransferValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\StoreHeaderStoreTransferValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\PhoneNumberRegexValidator" (parent: .abstract.instanceof.App\Validator\PhoneNumberRegexValidator).
  • Resolving inheritance for "App\Validator\PhoneNumberRegexValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\PhoneNumberRegexValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\StringRegexValidator" (parent: .abstract.instanceof.App\Validator\StringRegexValidator).
  • Resolving inheritance for "App\Validator\StringRegexValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\StringRegexValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ZipCodeRegexValidator" (parent: .abstract.instanceof.App\Validator\ZipCodeRegexValidator).
  • Resolving inheritance for "App\Validator\ZipCodeRegexValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ZipCodeRegexValidator).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CategoryController" (parent: .abstract.instanceof.Api\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CategoryController).
  • Resolving inheritance for "Api\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CategoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CentralController" (parent: .abstract.instanceof.Api\Controller\CentralController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CentralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CentralController).
  • Resolving inheritance for "Api\Controller\CentralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CentralController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CustomerController" (parent: .abstract.instanceof.Api\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CustomerController).
  • Resolving inheritance for "Api\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CustomerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountController" (parent: .abstract.instanceof.Api\Controller\DiscountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountController).
  • Resolving inheritance for "Api\Controller\DiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountTypeController" (parent: .abstract.instanceof.Api\Controller\DiscountTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountTypeController).
  • Resolving inheritance for "Api\Controller\DiscountTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountV2Controller" (parent: .abstract.instanceof.Api\Controller\DiscountV2Controller).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountV2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountV2Controller).
  • Resolving inheritance for "Api\Controller\DiscountV2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountV2Controller).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\EuropeanArticleNumberController" (parent: .abstract.instanceof.Api\Controller\EuropeanArticleNumberController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\EuropeanArticleNumberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\EuropeanArticleNumberController).
  • Resolving inheritance for "Api\Controller\EuropeanArticleNumberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\EuropeanArticleNumberController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\HeaderController" (parent: .abstract.instanceof.Api\Controller\HeaderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\HeaderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\HeaderController).
  • Resolving inheritance for "Api\Controller\HeaderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\HeaderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\HomepageController" (parent: .abstract.instanceof.Api\Controller\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\HomepageController).
  • Resolving inheritance for "Api\Controller\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\InventoryController" (parent: .abstract.instanceof.Api\Controller\InventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\InventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\InventoryController).
  • Resolving inheritance for "Api\Controller\InventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\InventoryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\LoggerController" (parent: .abstract.instanceof.Api\Controller\LoggerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\LoggerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\LoggerController).
  • Resolving inheritance for "Api\Controller\LoggerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\LoggerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\MoveController" (parent: .abstract.instanceof.Api\Controller\MoveController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\MoveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\MoveController).
  • Resolving inheritance for "Api\Controller\MoveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\MoveController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PointOfSaleController" (parent: .abstract.instanceof.Api\Controller\PointOfSaleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PointOfSaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PointOfSaleController).
  • Resolving inheritance for "Api\Controller\PointOfSaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PointOfSaleController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PointOfSaleMoveController" (parent: .abstract.instanceof.Api\Controller\PointOfSaleMoveController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PointOfSaleMoveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PointOfSaleMoveController).
  • Resolving inheritance for "Api\Controller\PointOfSaleMoveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PointOfSaleMoveController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PriceTagController" (parent: .abstract.instanceof.Api\Controller\PriceTagController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PriceTagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PriceTagController).
  • Resolving inheritance for "Api\Controller\PriceTagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PriceTagController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\ProductController" (parent: .abstract.instanceof.Api\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\ProductController).
  • Resolving inheritance for "Api\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SecurityController" (parent: .abstract.instanceof.Api\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SecurityController).
  • Resolving inheritance for "Api\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SellPriceController" (parent: .abstract.instanceof.Api\Controller\SellPriceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SellPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SellPriceController).
  • Resolving inheritance for "Api\Controller\SellPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SellPriceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreAlertController" (parent: .abstract.instanceof.Api\Controller\StoreAlertController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreAlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreAlertController).
  • Resolving inheritance for "Api\Controller\StoreAlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreAlertController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreController" (parent: .abstract.instanceof.Api\Controller\StoreController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreController).
  • Resolving inheritance for "Api\Controller\StoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreGroupController" (parent: .abstract.instanceof.Api\Controller\StoreGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreGroupController).
  • Resolving inheritance for "Api\Controller\StoreGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreGroupController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreStockController" (parent: .abstract.instanceof.Api\Controller\StoreStockController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreStockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreStockController).
  • Resolving inheritance for "Api\Controller\StoreStockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreStockController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierController" (parent: .abstract.instanceof.Api\Controller\SupplierController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierController).
  • Resolving inheritance for "Api\Controller\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierOrderController" (parent: .abstract.instanceof.Api\Controller\SupplierOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierOrderController).
  • Resolving inheritance for "Api\Controller\SupplierOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierProductController" (parent: .abstract.instanceof.Api\Controller\SupplierProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierProductController).
  • Resolving inheritance for "Api\Controller\SupplierProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\TaxController" (parent: .abstract.instanceof.Api\Controller\TaxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\TaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\TaxController).
  • Resolving inheritance for "Api\Controller\TaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\TaxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\UserController" (parent: .abstract.instanceof.Api\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\UserController).
  • Resolving inheritance for "Api\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Api\Form\Extension\ProductImageTypeExtension" (parent: .abstract.instanceof.Api\Form\Extension\ProductImageTypeExtension).
  • Resolving inheritance for "Api\Form\Extension\ProductImageTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Api\Form\Extension\ProductImageTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\CentralFormType" (parent: .abstract.instanceof.Api\Form\Type\CentralFormType).
  • Resolving inheritance for "Api\Form\Type\CentralFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\CentralFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountItemType" (parent: .abstract.instanceof.Api\Form\Type\DiscountItemType).
  • Resolving inheritance for "Api\Form\Type\DiscountItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountStoreMarkdownType" (parent: .abstract.instanceof.Api\Form\Type\DiscountStoreMarkdownType).
  • Resolving inheritance for "Api\Form\Type\DiscountStoreMarkdownType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountStoreMarkdownType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountType" (parent: .abstract.instanceof.Api\Form\Type\DiscountType).
  • Resolving inheritance for "Api\Form\Type\DiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\HeaderFormType" (parent: .abstract.instanceof.Api\Form\Type\HeaderFormType).
  • Resolving inheritance for "Api\Form\Type\HeaderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\HeaderFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\InventoryFormType" (parent: .abstract.instanceof.Api\Form\Type\InventoryFormType).
  • Resolving inheritance for "Api\Form\Type\InventoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\InventoryFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\LogType" (parent: .abstract.instanceof.Api\Form\Type\LogType).
  • Resolving inheritance for "Api\Form\Type\LogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\LogType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\MoveFormType" (parent: .abstract.instanceof.Api\Form\Type\MoveFormType).
  • Resolving inheritance for "Api\Form\Type\MoveFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\MoveFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\PointOfSaleMoveFormType" (parent: .abstract.instanceof.Api\Form\Type\PointOfSaleMoveFormType).
  • Resolving inheritance for "Api\Form\Type\PointOfSaleMoveFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\PointOfSaleMoveFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\PriceTagFormType" (parent: .abstract.instanceof.Api\Form\Type\PriceTagFormType).
  • Resolving inheritance for "Api\Form\Type\PriceTagFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\PriceTagFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\ProductFormType" (parent: .abstract.instanceof.Api\Form\Type\ProductFormType).
  • Resolving inheritance for "Api\Form\Type\ProductFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\ProductFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\ProductLocaleFormType" (parent: .abstract.instanceof.Api\Form\Type\ProductLocaleFormType).
  • Resolving inheritance for "Api\Form\Type\ProductLocaleFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\ProductLocaleFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\SellPriceFormType" (parent: .abstract.instanceof.Api\Form\Type\SellPriceFormType).
  • Resolving inheritance for "Api\Form\Type\SellPriceFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\SellPriceFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\StoreStockFormType" (parent: .abstract.instanceof.Api\Form\Type\StoreStockFormType).
  • Resolving inheritance for "Api\Form\Type\StoreStockFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\StoreStockFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\SupplierOrderFormType" (parent: .abstract.instanceof.Api\Form\Type\SupplierOrderFormType).
  • Resolving inheritance for "Api\Form\Type\SupplierOrderFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\SupplierOrderFormType).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.file" (parent: swiftmailer.spool.file.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 "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "gaufrette.app_file_adapter" (parent: knp_gaufrette.adapter.local).
  • Resolving inheritance for "gaufrette.app_file_filesystem" (parent: knp_gaufrette.filesystem).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.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.login" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.loggers" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.loggers" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.graphql" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.graphql" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.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.lock" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
421
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\EventListener\Client\Customer\CustomerManagerInterface"; reason: private alias.
  • Removed service "App\Exception\Azure\AzureExceptionInterface"; reason: private alias.
  • Removed service "App\Model\Azure\AzureTokenInterface"; reason: private alias.
  • Removed service "App\Service\Azure\AzureAuthManagerInterface"; reason: private alias.
  • Removed service "App\Service\Azure\AzureTokenManagerInterface"; reason: private alias.
  • Removed service "App\Service\Uploader\FileUploaderInterface"; reason: private alias.
  • Removed service "App\Service\Uploader\ImageUploaderInterface"; reason: private alias.
  • Removed service "App\Translation\Provider\TranslationLocaleProviderInterface"; reason: private alias.
  • Removed service "App\Translation\TranslatableEntityLocaleAssignerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\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 "lock.default.store"; reason: private alias.
  • Removed service "lock.store"; reason: private alias.
  • Removed service "lock.factory"; reason: private alias.
  • Removed service "lock"; reason: private alias.
  • Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
  • Removed service "Symfony\Component\Lock\LockInterface"; 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 "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "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 "Knp\Bundle\GaufretteBundle\FilesystemMap"; 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.token_provider"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $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 $lockLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service ".service_locator.88IHwHZ"; reason: private alias.
  • Removed service ".service_locator.Jg.J0SK"; reason: private alias.
  • Removed service ".service_locator.1GcL.R5"; reason: private alias.
  • Removed service ".service_locator.L82_LqY"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
152
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\EventListener\Custom\Labas\PostListener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Extension\HiddenEntityType" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Form\Type\Client\StoreGroup\StoreGroupType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Service\AppManager" previously pointing to "App\EntityManager\AppEntityManager" to "doctrine.orm.entity_manager".
  • Changed reference of service "App\Service\AppManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Service\Central\User\UserPasswordManager" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "doctrine.orm.default_entity_manager.validator_loader" previously pointing to "App\EntityManager\AppEntityManager" to "doctrine.orm.entity_manager".
  • 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 "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 "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.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.8Z_jHRB" 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 ".service_locator.Y.IeRsO" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.d77gaqm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.KbTCVCM" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.JFjjyG5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.3TLJ8AE" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.public_alias.App\Command\Doctrine\UpdateSchemasDoctrineCommand" previously pointing to "App\EntityManager\AppEntityManager" to "doctrine.orm.entity_manager".
65
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 "lock.store.combined.abstract"; reason: abstract.
  • Removed service "lock.factory.abstract"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service "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 "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 "knp_gaufrette.filesystem"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.in_memory"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.local"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.safe_local"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.async_aws_s3"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.aws_s3"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.doctrine_dbal"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.opencloud"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.azure_blob_storage"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.google_cloud_storage"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.gridfs"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.ftp"; reason: abstract.
  • Removed service "knp_gaufrette.adapter.phpseclib_sftp"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.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.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\FullProcessCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Central\Brandbank\FullProcessCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\ImportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Central\Brandbank\ImportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Brandbank\ProcessCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Central\Brandbank\ProcessCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Import\ReceiptMetroCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Central\Import\ReceiptMetroCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Product\ProductClearCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Central\Product\ProductClearCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Central\Product\ProductCreateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Central\Product\ProductCreateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Category\CategoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Category\CategoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ProductImportCSVCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Import\ProductImportCSVCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ReceiptLabasCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Import\ReceiptLabasCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Import\ReceiptMetroCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Import\ReceiptMetroCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Importer\ImporterCreateProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Importer\ImporterCreateProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\PaymentMethod\PaymentMethodCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\PaymentMethod\PaymentMethodCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\SellPrice\SellPriceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\SellPrice\SellPriceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCentralUnsentTotalCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Store\StoreCentralUnsentTotalCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreClearPriceOutOfStockCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Store\StoreClearPriceOutOfStockCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCopyMissingPriceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Store\StoreCopyMissingPriceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreCopyPriceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Store\StoreCopyPriceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreStockSellPriceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Store\StoreStockSellPriceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\Store\StoreStockSellPriceHistoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\Store\StoreStockSellPriceHistoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\AllControlCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\AllControlCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\AllRecalculateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\AllRecalculateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\ClearStockCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\ClearStockCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\ControlCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\ControlCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\HistoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\HistoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\InventoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\InventoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\InventoryMissingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\InventoryMissingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\RecalculateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\RecalculateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Client\StoreStock\StoreStockGroupSellPriceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Client\StoreStock\StoreStockGroupSellPriceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Czech\GetClientsEmailCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Czech\GetClientsEmailCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DatabaseCleanerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DatabaseCleanerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Doctrine\UpdateSchemaDoctrineCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Doctrine\UpdateSchemaDoctrineCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Doctrine\UpdateSchemasDoctrineCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Doctrine\UpdateSchemasDoctrineCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InstallCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\InstallCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoggerCleanerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\LoggerCleanerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Client\ClientDatabaseCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Main\Client\ClientDatabaseCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Cron\CronCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Main\Cron\CronCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\ProductMergeCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Main\ProductMergeCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Token\TokenInvalidCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Main\Token\TokenInvalidCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Main\Weather\WeatherCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Main\Weather\WeatherCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\StoreGroupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Migration\StoreGroupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\StoreStockGroupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Migration\StoreStockGroupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\TestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateDatabaseClientUserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateDatabaseClientUserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Doctrine\Registry"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Doctrine\Registry"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\CommandListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventListener\CommandListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\Central\Client\ClientCategoryListener"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\EventListener\Central\Client\ClientCategoryListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Extension\HiddenEntityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Extension\HiddenEntityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\NumberExponentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Extension\NumberExponentType"; 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\Central\ArticleNumber\EuropeanArticleNumberType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\ArticleNumber\EuropeanArticleNumberType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Category\CategoryImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Category\CategoryTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Category\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Category\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\City\CityType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\City\CityType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Client\ClientConfigurationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Client\ClientConfigurationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Client\ClientType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Client\ClientType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Country\CountryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Country\CountryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Holiday\HolidayDayType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Holiday\HolidayDayType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Holiday\HolidayType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Holiday\HolidayType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductAttributeValueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductAttributeValueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductLocaleRestrictionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductLocaleRestrictionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductLocaleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductLocaleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTagChildType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductTagChildType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductTagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductTaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Product\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Product\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Recipes\RecipesItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Recipes\RecipesItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Recipes\RecipesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Recipes\RecipesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Supplier\SupplierProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Supplier\SupplierProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Supplier\SupplierType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Supplier\SupplierType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\Tax\TaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\Tax\TaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Central\User\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Central\User\UserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Address\AddressFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Address\AddressFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Category\CategoryImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Category\CategoryTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Category\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Category\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Customer\CustomerOrderFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderItemFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Customer\CustomerOrderItemFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Customer\CustomerOrderPaymentMethodFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Customer\CustomerOrderPaymentMethodFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Discount\DiscountTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Discount\DiscountTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PaymentMethod\PaymentMethodTranslationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\PaymentMethod\PaymentMethodTranslationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Permission\PermissionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Permission\PermissionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PointOfSale\PointOfSaleMoveType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\PointOfSale\PointOfSaleMoveType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PointOfSale\PointOfSaleType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\PointOfSale\PointOfSaleType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\PriceTag\PriceTagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\PriceTag\PriceTagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Product\ProductTagChildType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Product\ProductTagChildType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Product\ProductTagType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Product\ProductTagType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Recipes\RecipesItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Recipes\RecipesItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Recipes\RecipesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Recipes\RecipesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\SellPrice\SellPriceProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\SellPrice\SellPriceProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\SellPrice\SellPriceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\SellPrice\SellPriceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreCentralType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Store\StoreCentralType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderPaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Store\StoreHeaderPaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderRoundingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Store\StoreHeaderRoundingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreHeaderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Store\StoreHeaderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveBarcodeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Store\StoreMoveBarcodeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveDiscountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Store\StoreMoveDiscountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveInventoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Store\StoreMoveInventoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\Store\StoreMoveType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\Store\StoreMoveType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\Client\StoreGroup\StoreGroupType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\Client\StoreGroup\StoreGroupType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FixedCollectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\FixedCollectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ResourceTranslationsType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ResourceTranslationsType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\ProductTranslationsValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Central\ProductTranslationsValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierBusinessIDValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Central\SupplierBusinessIDValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierTaxIDValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Central\SupplierTaxIDValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\SupplierVATValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Central\SupplierVATValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Central\TaxUniqueValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Central\TaxUniqueValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\CategoryTranslationsValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Client\CategoryTranslationsValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\CustomerCodeValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Client\CustomerCodeValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\PaymentMethodTranslationsValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Client\PaymentMethodTranslationsValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\StoreGroupUniqueLocaleValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Client\StoreGroupUniqueLocaleValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Client\StoreHeaderStoreTransferValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Client\StoreHeaderStoreTransferValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\PhoneNumberRegexValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\PhoneNumberRegexValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\StringRegexValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\StringRegexValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ZipCodeRegexValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\ZipCodeRegexValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CategoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\CategoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CentralController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CentralController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\CentralController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\CustomerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\CustomerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\DiscountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\DiscountTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\DiscountV2Controller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\DiscountV2Controller"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\DiscountV2Controller"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\EuropeanArticleNumberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\EuropeanArticleNumberController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\EuropeanArticleNumberController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\HeaderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\HeaderController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\HeaderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\HomepageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\InventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\InventoryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\InventoryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\LoggerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\LoggerController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\LoggerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\MoveController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\MoveController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\MoveController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PointOfSaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PointOfSaleController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\PointOfSaleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PointOfSaleMoveController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PointOfSaleMoveController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\PointOfSaleMoveController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\PriceTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\PriceTagController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\PriceTagController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SellPriceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SellPriceController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\SellPriceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreAlertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreAlertController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\StoreAlertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\StoreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreGroupController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\StoreGroupController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\StoreStockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\StoreStockController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\StoreStockController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\SupplierController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\SupplierOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\SupplierProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\SupplierProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\SupplierProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\TaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\TaxController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\TaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Api\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Api\Controller\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.Api\Form\Extension\ProductImageTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Extension\ProductImageTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\CentralFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\CentralFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\DiscountItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountStoreMarkdownType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\DiscountStoreMarkdownType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\DiscountType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\DiscountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\HeaderFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\HeaderFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\InventoryFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\InventoryFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\LogType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\LogType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\MoveFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\MoveFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\PointOfSaleMoveFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\PointOfSaleMoveFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\PriceTagFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\PriceTagFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\ProductFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\ProductFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\ProductLocaleFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\ProductLocaleFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\SellPriceFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\SellPriceFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\StoreStockFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\StoreStockFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Api\Form\Type\SupplierOrderFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Api\Form\Type\SupplierOrderFormType"; reason: abstract.
437
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Collection\Central\ProductsCollection"; reason: unused.
  • Removed service "App\Collection\Client\ImportPermissionCollection"; reason: unused.
  • Removed service "App\Collection\Client\StoreHeaderCollection"; reason: unused.
  • Removed service "App\Collection\Client\StoresCollection"; reason: unused.
  • Removed service "App\Doctrine\DQL\Date"; reason: unused.
  • Removed service "App\Doctrine\DQL\LowerUnaccent"; reason: unused.
  • Removed service "App\Doctrine\Registry"; reason: unused.
  • Removed service "App\Doctrine\Schemas"; reason: unused.
  • Removed service "App\EventListener\DateGenericEvent"; reason: unused.
  • Removed service "App\EventListener\FilesUploadListener"; reason: unused.
  • Removed service "App\EventListener\GenericEvent"; reason: unused.
  • Removed service "App\Exception\Azure\AzureTokenValidationException"; reason: unused.
  • Removed service "App\Exception\Central\Client\ClientInactiveException"; reason: unused.
  • Removed service "App\Exception\Central\Config\ConfigMissingException"; reason: unused.
  • Removed service "App\Exception\Central\User\UserInactiveException"; reason: unused.
  • Removed service "App\Exception\Central\User\UserNotFoundException"; reason: unused.
  • Removed service "App\Exception\Central\User\UserTokenExpiredException"; reason: unused.
  • Removed service "App\Exception\Client\ImportReceipt\ImportReceiptEANConflict"; reason: unused.
  • Removed service "App\Exception\Client\ImportReceipt\ImportReceiptSupplierMergeConflict"; reason: unused.
  • Removed service "App\Exception\Client\Importer\ImporterCSVProductConflictMultipleProductsException"; reason: unused.
  • Removed service "App\Exception\Client\Importer\ImporterCSVProductConflictWithoutEuropeanArticleNumbersException"; reason: unused.
  • Removed service "App\Exception\Client\Importer\ImporterCSVProductConflictWithoutValidEuropeanArticleNumbersException"; reason: unused.
  • Removed service "App\Exception\Client\Importer\ImporterCSVProductMissingIDException"; reason: unused.
  • Removed service "App\Exception\Client\Importer\ImporterCSVProductNotFoundException"; reason: unused.
  • Removed service "App\Exception\ImportResultException"; reason: unused.
  • Removed service "App\Exception\ImporterProductBadTypeException"; reason: unused.
  • Removed service "App\Exception\ValidationException"; reason: unused.
  • Removed service "App\Factory\Client\Store\StoreHeaderFactory"; reason: unused.
  • Removed service "App\Mailer\OrderMailer"; reason: unused.
  • Removed service "App\Model\Azure\Token"; reason: unused.
  • Removed service "App\Model\BrandbankSOAP\Item"; reason: unused.
  • Removed service "App\Model\BrandbankSOAP\Message"; reason: unused.
  • Removed service "App\Model\BrandbankSOAP\RetailerFeedbackReport"; reason: unused.
  • Removed service "App\Model\Client\Customer\CustomerDataModel"; reason: unused.
  • Removed service "App\Model\Client\Customer\CustomerLoginModel"; reason: unused.
  • Removed service "App\Model\Importer\EuropeanArticleNumberConflict"; reason: unused.
  • Removed service "App\Model\Importer\EuropeanArticleNumberMissing"; reason: unused.
  • Removed service "App\Model\Importer\MemoryProductUID"; reason: unused.
  • Removed service "App\Model\Importer\ProductTaxConflict"; reason: unused.
  • Removed service "App\Model\Importer\ProductTaxMissing"; reason: unused.
  • Removed service "App\Model\Importer\ProductTaxReverseCharge"; reason: unused.
  • Removed service "App\Model\Label\LabelModel"; reason: unused.
  • Removed service "App\Model\MachineLearning\Calendar"; reason: unused.
  • Removed service "App\Model\MachineLearning\Move"; reason: unused.
  • Removed service "App\Model\Query"; reason: unused.
  • Removed service "App\Model\ShellExec"; reason: unused.
  • Removed service "App\Repository\Central\Address\AddressRepository"; reason: unused.
  • Removed service "App\Repository\Central\Attribute\AttributeRepository"; reason: unused.
  • Removed service "App\Repository\Central\Attribute\AttributeTranslationRepository"; reason: unused.
  • Removed service "App\Repository\Central\Attribute\AttributeValueRepository"; reason: unused.
  • Removed service "App\Repository\Central\Brandbank\BrandbankRepository"; reason: unused.
  • Removed service "App\Repository\Central\Brandbank\BrandbankXMLRepository"; reason: unused.
  • Removed service "App\Repository\Central\Category\CategoryImageRepository"; reason: unused.
  • Removed service "App\Repository\Central\Category\CategoryRepository"; reason: unused.
  • Removed service "App\Repository\Central\Category\CategoryTranslationRepository"; reason: unused.
  • Removed service "App\Repository\Central\City\CityRepository"; reason: unused.
  • Removed service "App\Repository\Central\Client\ClientRepository"; reason: unused.
  • Removed service "App\Repository\Central\Command\CommandRepository"; reason: unused.
  • Removed service "App\Repository\Central\Company\CompanyRepository"; reason: unused.
  • Removed service "App\Repository\Central\Config\ConfigRepository"; reason: unused.
  • Removed service "App\Repository\Central\Country\CountryRepository"; reason: unused.
  • Removed service "App\Repository\Central\Cron\CronRepository"; reason: unused.
  • Removed service "App\Repository\Central\EuropeanArticleNumber\EuropeanArticleNumberRepository"; reason: unused.
  • Removed service "App\Repository\Central\Holiday\HolidayDayRepository"; reason: unused.
  • Removed service "App\Repository\Central\Holiday\HolidayRepository"; reason: unused.
  • Removed service "App\Repository\Central\Import\ImportReceiptGlobusRepository"; reason: unused.
  • Removed service "App\Repository\Central\Import\ImportReceiptLabasRepository"; reason: unused.
  • Removed service "App\Repository\Central\Import\ImportReceiptMetroRepository"; reason: unused.
  • Removed service "App\Repository\Central\Label\LabelRepository"; reason: unused.
  • Removed service "App\Repository\Central\Location\LocationRepository"; reason: unused.
  • Removed service "App\Repository\Central\MachineLearning\MachineLearningHeaderRepository"; reason: unused.
  • Removed service "App\Repository\Central\MachineLearning\MachineLearningMoveRepository"; reason: unused.
  • Removed service "App\Repository\Central\MachineLearning\MachineLearningRepository"; reason: unused.
  • Removed service "App\Repository\Central\Notification\NotificationRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductAttributeValueTranslationRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductContainersRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductImageRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductImportRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductLocaleRestrictionRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductPackageRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductSuggestionRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductTagRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductTaxRepository"; reason: unused.
  • Removed service "App\Repository\Central\Product\ProductTranslationRepository"; reason: unused.
  • Removed service "App\Repository\Central\Receipt\ReceiptGlobusRepository"; reason: unused.
  • Removed service "App\Repository\Central\Receipt\ReceiptLabasRepository"; reason: unused.
  • Removed service "App\Repository\Central\Receipt\ReceiptMetroRepository"; reason: unused.
  • Removed service "App\Repository\Central\Receipt\ReceiptRepository"; reason: unused.
  • Removed service "App\Repository\Central\Recipes\RecipesClientRepository"; reason: unused.
  • Removed service "App\Repository\Central\Recipes\RecipesItemRepository"; reason: unused.
  • Removed service "App\Repository\Central\Recipes\RecipesRepository"; reason: unused.
  • Removed service "App\Repository\Central\Storage\FileRepository"; reason: unused.
  • Removed service "App\Repository\Central\Storage\ImageRepository"; reason: unused.
  • Removed service "App\Repository\Central\Supplier\SupplierProductPackageRepository"; reason: unused.
  • Removed service "App\Repository\Central\Supplier\SupplierProductRepository"; reason: unused.
  • Removed service "App\Repository\Central\Supplier\SupplierRepository"; reason: unused.
  • Removed service "App\Repository\Central\Tax\TaxRepository"; reason: unused.
  • Removed service "App\Repository\Central\Token\ApiTokenRepository"; reason: unused.
  • Removed service "App\Repository\Central\Token\JWTTokenRepository"; reason: unused.
  • Removed service "App\Repository\Central\User\UserRepository"; reason: unused.
  • Removed service "App\Repository\Central\Weather\WeatherRepository"; reason: unused.
  • Removed service "App\Repository\Client\Address\AddressRepository"; reason: unused.
  • Removed service "App\Repository\Client\Category\CategoryImageRepository"; reason: unused.
  • Removed service "App\Repository\Client\Category\CategoryRepository"; reason: unused.
  • Removed service "App\Repository\Client\Category\CategoryTranslationRepository"; reason: unused.
  • Removed service "App\Repository\Client\Customer\CustomerAddressRepository"; reason: unused.
  • Removed service "App\Repository\Client\Customer\CustomerOrderAddressRepository"; reason: unused.
  • Removed service "App\Repository\Client\Customer\CustomerOrderRepository"; reason: unused.
  • Removed service "App\Repository\Client\Customer\CustomerRepository"; reason: unused.
  • Removed service "App\Repository\Client\Customer\CustomerTypeRepository"; reason: unused.
  • Removed service "App\Repository\Client\Discount\DiscountItemRepository"; reason: unused.
  • Removed service "App\Repository\Client\Discount\DiscountRepository"; reason: unused.
  • Removed service "App\Repository\Client\Discount\DiscountTriggerBarcodeRepository"; reason: unused.
  • Removed service "App\Repository\Client\Discount\DiscountTypeRepository"; reason: unused.
  • Removed service "App\Repository\Client\HistoricalDeviation\HistoricalDeviationByDayRepository"; reason: unused.
  • Removed service "App\Repository\Client\HistoricalDeviation\HistoricalDeviationRepository"; reason: unused.
  • Removed service "App\Repository\Client\Import\ImportPermissionRepository"; reason: unused.
  • Removed service "App\Repository\Client\Import\ImportProductRepository"; reason: unused.
  • Removed service "App\Repository\Client\Import\ImportRepository"; reason: unused.
  • Removed service "App\Repository\Client\Import\ImportStoreRepository"; reason: unused.
  • Removed service "App\Repository\Client\Import\ImporterCSVRepository"; reason: unused.
  • Removed service "App\Repository\Client\Label\LabelRepository"; reason: unused.
  • Removed service "App\Repository\Client\Order\OrderItemRepository"; reason: unused.
  • Removed service "App\Repository\Client\Order\OrderProductQuantityIncreaseRepository"; reason: unused.
  • Removed service "App\Repository\Client\Order\OrderRepository"; reason: unused.
  • Removed service "App\Repository\Client\PaymentMethod\PaymentMethodRepository"; reason: unused.
  • Removed service "App\Repository\Client\PaymentMethod\PaymentMethodStoreRepository"; reason: unused.
  • Removed service "App\Repository\Client\PaymentMethod\PaymentMethodTranslationRepository"; reason: unused.
  • Removed service "App\Repository\Client\Permission\PermissionRepository"; reason: unused.
  • Removed service "App\Repository\Client\PointOfSale\PointOfSaleMoveRepository"; reason: unused.
  • Removed service "App\Repository\Client\PointOfSale\PointOfSaleRepository"; reason: unused.
  • Removed service "App\Repository\Client\Prediction\PredictionRepository"; reason: unused.
  • Removed service "App\Repository\Client\PriceTag\PriceTagRepository"; reason: unused.
  • Removed service "App\Repository\Client\Product\ProductNumberRepository"; reason: unused.
  • Removed service "App\Repository\Client\Product\ProductRepository"; reason: unused.
  • Removed service "App\Repository\Client\Product\ProductTranslationRepository"; reason: unused.
  • Removed service "App\Repository\Client\Sell\SellPriceProductRepository"; reason: unused.
  • Removed service "App\Repository\Client\Sell\SellPriceRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreAlertRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreCentralRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreGroupRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreHeaderPaymentRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreHeaderRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreHeaderRoundingRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreInventoryRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreMoveBarcodeRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreMoveRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreSellRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreSettlementRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreStockGroupRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreStockPlaceRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreStockRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreStockUpdateRepository"; reason: unused.
  • Removed service "App\Repository\Client\Store\StoreUserRepository"; reason: unused.
  • Removed service "App\Repository\Client\Supplier\SupplierOrderProductRepository"; reason: unused.
  • Removed service "App\Repository\Client\Supplier\SupplierOrderRepository"; reason: unused.
  • Removed service "App\Repository\Client\Supplier\SupplierProductRepository"; reason: unused.
  • Removed service "App\Repository\Client\Supplier\SupplierRepository"; reason: unused.
  • Removed service "App\Repository\Client\Synchronization\SynchronizationRepository"; reason: unused.
  • Removed service "App\Repository\Client\User\UserDataRepository"; reason: unused.
  • Removed service "App\Service\Aura\AuraManager"; reason: unused.
  • Removed service "App\Service\Azure\AzureAuthManager"; reason: unused.
  • Removed service "App\Service\Azure\AzureTokenManager"; reason: unused.
  • Removed service "App\Service\Central\Client\ClientFlagManager"; reason: unused.
  • Removed service "App\Service\Central\Importer\ImporterSupplierProductManager"; reason: unused.
  • Removed service "App\Service\Central\Label\LabelExport\LabelExportHTML"; reason: unused.
  • Removed service "App\Service\Central\Label\LabelExport\LabelExportJPEG"; reason: unused.
  • Removed service "App\Service\Central\Label\LabelExport\LabelExportPDF"; reason: unused.
  • Removed service "App\Service\Central\Label\LabelExport\LabelExportPTPII"; reason: unused.
  • Removed service "App\Service\Central\Label\LabelExport\LabelExportZPL"; reason: unused.
  • Removed service "App\Service\Central\Label\LabelManager"; reason: unused.
  • Removed service "App\Service\Central\Product\ProductAttributeManager"; reason: unused.
  • Removed service "App\Service\Central\Product\ProductPackageManager"; reason: unused.
  • Removed service "App\Service\Central\Product\ProductSuggestionManager"; reason: unused.
  • Removed service "App\Service\Central\User\UserPasswordManager"; reason: unused.
  • Removed service "App\Service\Client\HistoricalDeviation\HistoricalDeviationManager"; reason: unused.
  • Removed service "App\Service\Client\Importer\ImporterCSVManager"; reason: unused.
  • Removed service "App\Service\Client\Importer\ImporterProductManager"; reason: unused.
  • Removed service "App\Service\Client\Importer\ImporterStoreManager"; reason: unused.
  • Removed service "App\Service\Client\Importer\ImporterSupplierProductManager"; reason: unused.
  • Removed service "App\Service\Client\Permission\PermissionManager"; reason: unused.
  • Removed service "App\Service\Client\Report\ReportContainerManager"; reason: unused.
  • Removed service "App\Service\Client\Store\StoreOpeningHourManager"; reason: unused.
  • Removed service "App\Service\Client\SupplierOrder\SupplierOrderManager"; reason: unused.
  • Removed service "App\Service\Config\ConfigManager"; reason: unused.
  • Removed service "App\Service\Country\CountryManager"; reason: unused.
  • Removed service "App\Service\Currency\CurrencyManager"; reason: unused.
  • Removed service "App\Service\Ekasa\IdentificationManager"; reason: unused.
  • Removed service "App\Service\Image\ImageManager"; reason: unused.
  • Removed service "App\Service\ImporterEmailManager"; reason: unused.
  • Removed service "App\Service\Locale\LocaleManager"; reason: unused.
  • Removed service "App\Service\LockManager"; reason: unused.
  • Removed service "App\Service\LoggerManager"; reason: unused.
  • Removed service "App\Service\Mailer\MailerImport"; reason: unused.
  • Removed service "App\Service\RequestLogManager"; reason: unused.
  • Removed service "App\Service\RoleManager"; reason: unused.
  • Removed service "App\Service\Statistic\Alcohol\AlcoholBalanceManager"; reason: unused.
  • Removed service "App\Service\Statistic\Alcohol\AlcoholManager"; reason: unused.
  • Removed service "App\Service\Statistic\ControlReceivingGoods\ControlReceivingGoodsManager"; reason: unused.
  • Removed service "App\Service\Statistic\CurrentStock\CurrentStockManager"; reason: unused.
  • Removed service "App\Service\Statistic\Inventory\InventoryManager"; reason: unused.
  • Removed service "App\Service\Statistic\MovementOfGoods\MovementOfGoodsManager"; reason: unused.
  • Removed service "App\Service\Statistic\PriceControl\PriceControlManager"; reason: unused.
  • Removed service "App\Service\Statistic\ProfitOnProducts\ProfitOnProductsManager"; reason: unused.
  • Removed service "App\Service\Statistic\Receipt\ReceiptManager"; reason: unused.
  • Removed service "App\Service\Statistic\Reorder\ReorderManager"; reason: unused.
  • Removed service "App\Service\Statistic\Sales\SalesManager"; reason: unused.
  • Removed service "App\Service\Statistic\SellPriceArchive\SellPriceArchiveManager"; reason: unused.
  • Removed service "App\Service\Statistic\StockToDate\StockToDateManager"; reason: unused.
  • Removed service "App\Service\Statistic\StoreCentral\StoreCentralManager"; reason: unused.
  • Removed service "App\Service\Statistic\UncountedItems\UncountedItemsManager"; reason: unused.
  • Removed service "App\Service\Statistic\VatList\VATListManager"; reason: unused.
  • Removed service "App\Service\Statistic\WeakestSellingItems\WeakestSellingItemsManager"; reason: unused.
  • Removed service "App\Service\Statistic\WhatToOrder\WhatToOrderManager"; reason: unused.
  • Removed service "App\Service\Statistic\WriteOffAndPersonalCollection\WriteOffAndPersonalCollectionManager"; reason: unused.
  • Removed service "App\Service\Uploader\FileUploader"; reason: unused.
  • Removed service "App\Utils\ArrayUtils"; reason: unused.
  • Removed service "App\Utils\ClientUtils"; reason: unused.
  • Removed service "App\Utils\DateTimeUtils"; reason: unused.
  • Removed service "App\Utils\DoctrineUtils"; reason: unused.
  • Removed service "App\Utils\DomDocumentUtils"; reason: unused.
  • Removed service "App\Utils\FormUtils"; reason: unused.
  • Removed service "App\Utils\LocaleUtils"; reason: unused.
  • Removed service "App\Utils\NoteUtils"; reason: unused.
  • Removed service "App\Utils\NumberUtils"; reason: unused.
  • Removed service "App\Utils\PasswordUtils"; reason: unused.
  • Removed service "App\Utils\SQLUtils"; reason: unused.
  • Removed service "App\Utils\StringUtils"; reason: unused.
  • Removed service "App\Utils\SupplierUtils"; reason: unused.
  • Removed service "App\Utils\TaxUtils"; reason: unused.
  • Removed service "App\Utils\UnitUtils"; reason: unused.
  • Removed service "App\Validator\Central\ProductTranslations"; reason: unused.
  • Removed service "App\Validator\Central\SupplierBusinessID"; reason: unused.
  • Removed service "App\Validator\Central\SupplierTaxID"; reason: unused.
  • Removed service "App\Validator\Central\SupplierVAT"; reason: unused.
  • Removed service "App\Validator\Central\TaxUnique"; reason: unused.
  • Removed service "App\Validator\Client\CategoryTranslations"; reason: unused.
  • Removed service "App\Validator\Client\CustomerCode"; reason: unused.
  • Removed service "App\Validator\Client\PaymentMethodTranslations"; reason: unused.
  • Removed service "App\Validator\Client\StoreGroupUniqueLocale"; reason: unused.
  • Removed service "App\Validator\Client\StoreHeaderStoreTransfer"; reason: unused.
  • Removed service "App\Validator\PhoneNumberRegex"; reason: unused.
  • Removed service "App\Validator\StringRegex"; reason: unused.
  • Removed service "App\Validator\ZipCodeRegex"; reason: unused.
  • Removed service ".2_Filesystem~7taDJcl"; reason: unused.
  • Removed service "Api\EventSubscriber\LoadClassMetadataSubscriber"; reason: unused.
  • Removed service "Api\Model\Client\Discount\DiscountModel"; reason: unused.
  • Removed service "Api\Model\LogModel"; reason: unused.
  • Removed service "Api\Model\RequestLogModel"; reason: unused.
  • Removed service "Api\Model\ResponseModel"; reason: unused.
  • Removed service "Api\Order\UserOrder"; reason: unused.
  • Removed service "Api\Resolver\ApiResolver"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "slugger"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~Dd5v2lI"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "lock.strategy.majority"; reason: unused.
  • Removed service ".lock.default.store.2BORioJ"; reason: unused.
  • Removed service "lock.default.factory"; reason: unused.
  • Removed service "lock.default"; reason: unused.
  • Removed service "mime_types"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~VvS8w3."; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~VvS8w3."; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~VvS8w3."; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~VvS8w3."; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~_.5PhpP"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.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 "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.logger.lock"; reason: unused.
  • Removed service "monolog.handler.null_internal"; reason: unused.
  • Removed service "security.logout.handler.csrf_token_clearing"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.6zQlgQt"; reason: unused.
317
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "App\Service\Client\Customer\CustomerManager" to "App\EventListener\Client\Customer\CustomerListener".
  • Inlined service "App\Service\Client\Order\OrderManager" to "App\EventListener\Client\Order\OrderListener".
  • Inlined service "App\Service\Client\PointOfSale\PointOfSaleMoveManager" to "App\EventListener\Client\PointOfSale\PointOfSaleMoveListener".
  • Inlined service "App\Service\Client\Store\StoreCentralManager" to "App\EventListener\Client\Store\StoreCentralListener".
  • Inlined service "App\Service\Client\Store\StoreManager" to "App\EventListener\Client\Store\StoreListener".
  • Inlined service "App\Service\Logger" to "App\EventListener\CommandListener".
  • Inlined service "App\Service\Uploader\ImageUploader" to "App\EventListener\ImagesUploadListener".
  • Inlined service "App\Translation\TranslatableEntityLocaleAssigner" to "App\EventListener\ORMTranslatableListener".
  • Inlined service "App\Service\Central\Attribute\AttributeManager" to "App\Service\Brandbank\BrandbankManager".
  • Inlined service "App\Service\Central\Weather\WeatherClient" to "App\Service\Central\Weather\WeatherManager".
  • Inlined service "App\Service\GuzzleHttp\GuzzleHttpManager" to "App\Service\Central\Weather\WeatherManager".
  • Inlined service "App\Service\Client\Product\ProductManager" to "App\Service\Client\Category\CategoryManager".
  • Inlined service "App\Service\Metro\Mailer" to "App\Service\Client\Import\Metro\MetroManager".
  • Inlined service "App\Service\Central\Product\ProductImportManager" to "App\Service\Client\Import\Metro\MetroManager".
  • Inlined service "App\Mailer\StoreHeaderMailer" to "App\Service\Client\Store\StoreHeaderManager".
  • Inlined service "App\Service\Central\BreakDown\BreakDownManager" to "App\Service\Client\Store\StoreHeaderManager".
  • Inlined service "App\Service\ImportReceipt\ImportReceiptLabasMailer" to "App\Service\ImportReceipt\ImportReceiptLabasManager".
  • Inlined service ".1_Filesystem~7taDJcl" to "App\Service\Uploader\ImageUploader".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\CategoryController" to "Api\Controller\CategoryController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\CentralController" to "Api\Controller\CentralController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\CustomerController" to "Api\Controller\CustomerController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\DiscountController" to "Api\Controller\DiscountController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\DiscountTypeController" to "Api\Controller\DiscountTypeController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\DiscountV2Controller" to "Api\Controller\DiscountV2Controller".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\EuropeanArticleNumberController" to "Api\Controller\EuropeanArticleNumberController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\HeaderController" to "Api\Controller\HeaderController".
  • Inlined service ".service_locator.d77gaqm.Api\Controller\HomepageController" to "Api\Controller\HomepageController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\InventoryController" to "Api\Controller\InventoryController".
  • Inlined service ".service_locator.KbTCVCM.Api\Controller\LoggerController" to "Api\Controller\LoggerController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\MoveController" to "Api\Controller\MoveController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\PointOfSaleController" to "Api\Controller\PointOfSaleController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\PointOfSaleMoveController" to "Api\Controller\PointOfSaleMoveController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\PriceTagController" to "Api\Controller\PriceTagController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\ProductController" to "Api\Controller\ProductController".
  • Inlined service ".service_locator.d77gaqm.Api\Controller\SecurityController" to "Api\Controller\SecurityController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\SellPriceController" to "Api\Controller\SellPriceController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\StoreAlertController" to "Api\Controller\StoreAlertController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\StoreController" to "Api\Controller\StoreController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\StoreGroupController" to "Api\Controller\StoreGroupController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\StoreStockController" to "Api\Controller\StoreStockController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\SupplierController" to "Api\Controller\SupplierController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\SupplierOrderController" to "Api\Controller\SupplierOrderController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\SupplierProductController" to "Api\Controller\SupplierProductController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\TaxController" to "Api\Controller\TaxController".
  • Inlined service ".service_locator.Y.IeRsO.Api\Controller\UserController" to "Api\Controller\UserController".
  • Inlined service "Api\Service\RequestLogManager" to "Api\EventListener\RequestLogListener".
  • Inlined service "App\Factory\Client\Store\StoreMoveInventoryFactory" to "Api\Factory\V1\InventoryFactory".
  • Inlined service "Api\Mailer\LogMailer" to "Api\Service\LogManager".
  • Inlined service "twig.error_renderer.html" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator._cmka45" to "fragment.handler".
  • Inlined service ".1_~zImfq8X" to "error_handler.error_renderer.html".
  • Inlined service ".2_~zImfq8X" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.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 "security.csrf.token_storage" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~5ZNoD4E" 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.dawLI.h" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.zzpqqa6" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.JFjjyG5.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.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.rmT3Sym" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.3TLJ8AE.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~6jTQoko" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~6jTQoko" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • 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.2Bo1pps" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "App\EventListener\ORMTranslatableListener" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "App\EventSubscriber\LoadClassMetadataSubscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.I3K77mT" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" 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 "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.lSARbri.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_~kw51uzt" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "monolog.handler.grouped" to "monolog.handler.main".
  • Inlined service "monolog.handler.file" to "monolog.handler.grouped".
  • Inlined service "monolog.handler.deduplicated" to "monolog.handler.grouped".
  • Inlined service "monolog.formatter.html" to "monolog.handler.swift".
  • 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.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "gaufrette.app_file_adapter" to "gaufrette.app_file_filesystem".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.RMvaHK9" 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.dewK7Gv" to "security.access_map".
  • Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
  • Inlined service "security.firewall.map.config.loggers" to "security.firewall.map.context.loggers".
  • Inlined service "security.firewall.map.config.graphql" to "security.firewall.map.context.graphql".
  • Inlined service "Api\Security\TokenProvider" to "security.authentication.provider.guard.api".
  • Inlined service "security.user_checker" to "security.authentication.provider.guard.api".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.api".
  • Inlined service "security.http_utils" to "security.exception_listener.api".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service ".1_NonceGenerator~urZAXGw" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~urZAXGw" to "twig.extension.webprofiler".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "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 ".service_locator.KbTCVCM" to ".service_locator.KbTCVCM.Api\Controller\LoggerController".
  • Inlined service ".service_locator.JFjjyG5" to ".service_locator.JFjjyG5.translation.warmer".
  • Inlined service ".service_locator.iv2KnCm" to ".service_locator.iv2KnCm.router.default".
  • Inlined service ".service_locator.3TLJ8AE" to ".service_locator.3TLJ8AE.router.cache_warmer".
  • Inlined service ".service_locator.lSARbri" to ".service_locator.lSARbri.twig.template_cache_warmer".
  • Inlined service "doctrine.orm.default_configuration" to "App\EntityManager\AppEntityManager.inner".
  • Inlined service "doctrine.orm.default_manager_configurator" to "App\EntityManager\AppEntityManager.inner".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service ".service_locator.X9S8gsr" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.iv2KnCm.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.file" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "App\Service\Brandbank\BrandbankSOAPManager" to "console.command.public_alias.App\Command\Central\Brandbank\ImportCommand".
  • Inlined service "App\Service\Client\Category\CategoryManager" to "console.command.public_alias.App\Command\Client\Category\CategoryCommand".
  • Inlined service "App\Service\Client\Import\ProductCSV\ImportProductCSVManager" to "console.command.public_alias.App\Command\Client\Import\ProductImportCSVCommand".
  • Inlined service "App\Service\ImportReceipt\ImportReceiptLabasManager" to "console.command.public_alias.App\Command\Client\Import\ReceiptLabasCommand".
  • Inlined service "App\Service\Client\Import\Metro\MetroManager" to "console.command.public_alias.App\Command\Client\Import\ReceiptMetroCommand".
  • Inlined service "App\Service\Client\Importer\ImporterManager" to "console.command.public_alias.App\Command\Client\Importer\ImporterCreateProductCommand".
  • Inlined service "App\Service\Client\Inventory\InventoryManager" to "console.command.public_alias.App\Command\Client\StoreStock\InventoryMissingCommand".
  • Inlined service "App\Service\Central\Weather\WeatherManager" to "console.command.public_alias.App\Command\Main\Weather\WeatherCommand".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
282
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.entity_manager", but was never used.
1