https://labas.stage.flowy.sk/_profiler/117e47

Log Messages

Info. & Errors 1

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

Level Channel Message
CRITICAL request Uncaught PHP Exception ErrorException: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)" at /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php line 101
[
  "exception" => ErrorException {#465
    #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
    #code: 0
    #file: "/var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 101
    #severity: E_NOTICE
    trace: {
      /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:101 {
        Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
        › {    return $this->handler->gc($maxlifetime);}
      }
      /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:83 {
        Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
        › {    return (bool) $this->handler->gc($maxlifetime);}
      }
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
      /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:156 {
        Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
        › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
      }
      /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
        Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
        › } elseif (!$this->started) {    $this->start();}
      }
      /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Session.php:249 {
        Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
        › {    $bag = $this->storage->getBag($name);}
      /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Session.php:261 {
        Symfony\Component\HttpFoundation\Session\Session->getFlashBag() …
        › {    return $this->getBag($this->flashName);}
      }
      /var/www/flowy_stage/var/cache/labas/dev/ContainerTkxE1O7/labasDevDebugProjectContainer.php:1469 {
        ContainerTkxE1O7\labasDevDebugProjectContainer->getContextListenerService() …
        › {    return $this->privates['Labas\\EventListener\\ContextListener'] = new \Labas\EventListener\ContextListener(($this->services['App\\Service\\AppManager'] ?? $this->getAppManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService())->getFlashBag());}
      }
      /var/www/flowy_stage/var/cache/labas/dev/ContainerTkxE1O7/labasDevDebugProjectContainer.php:888 {
        ContainerTkxE1O7\labasDevDebugProjectContainer->ContainerTkxE1O7\{closure} …
        › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Labas\\EventListener\\ContextListener'] ?? $this->getContextListenerService());}, 1 => 'setClient'], 0);
      }
      /var/www/flowy_stage/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/flowy_stage/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/flowy_stage/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/flowy_stage/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/flowy_stage/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/flowy_stage/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/flowy_stage/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/flowy_stage/public/index.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:101 {
    Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc($maxlifetime) …
    › {    return $this->handler->gc($maxlifetime);}
  }
  /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:83 {
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc($maxlifetime) …
    › {    return (bool) $this->handler->gc($maxlifetime);}
  }
  Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
  /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:156 {
    Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start() …
    › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
  }
  /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:323 {
    Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name) …
    › } elseif (!$this->started) {    $this->start();}
  }
  /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Session.php:249 {
    Symfony\Component\HttpFoundation\Session\Session->getBag(string $name) …
    › {    $bag = $this->storage->getBag($name);}
  /var/www/flowy_stage/vendor/symfony/http-foundation/Session/Session.php:261 {
    Symfony\Component\HttpFoundation\Session\Session->getFlashBag() …
    › {    return $this->getBag($this->flashName);}
  }
  /var/www/flowy_stage/var/cache/labas/dev/ContainerTkxE1O7/labasDevDebugProjectContainer.php:1469 {
    ContainerTkxE1O7\labasDevDebugProjectContainer->getContextListenerService() …
    › {    return $this->privates['Labas\\EventListener\\ContextListener'] = new \Labas\EventListener\ContextListener(($this->services['App\\Service\\AppManager'] ?? $this->getAppManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService())->getFlashBag());}
  }
  /var/www/flowy_stage/var/cache/labas/dev/ContainerTkxE1O7/labasDevDebugProjectContainer.php:888 {
    ContainerTkxE1O7\labasDevDebugProjectContainer->ContainerTkxE1O7\{closure} …
    › $instance->addListener('kernel.request', [0 => function () {    return ($this->privates['Labas\\EventListener\\ContextListener'] ?? $this->getContextListenerService());}, 1 => 'setClient'], 0);
  }
  /var/www/flowy_stage/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/flowy_stage/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/flowy_stage/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:290 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/flowy_stage/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/flowy_stage/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/flowy_stage/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/flowy_stage/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/flowy_stage/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
n/a (2 times) The SwiftMailerHandler is deprecated since Monolog 2.6. Use SymfonyMailerHandler instead.

Debug 43

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.exception"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
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"
]
doctrine SELECT t0.business_id AS business_id_1, t0.tax_id AS tax_id_2, t0.vat AS vat_3, t0.country_code AS country_code_4, t0.name AS name_5, t0.active AS active_6, t0.id AS id_7, t0.db_password AS db_password_8, t0.vat_payer AS vat_payer_9, t0.machine_learning AS machine_learning_10, t0.flags AS flags_11, t0.phone_number AS phone_number_12, t0.created_at AS created_at_13, t0.code AS code_14, t0.configuration AS configuration_15, t0.updated_at AS updated_at_16, t0.address_id AS address_id_17, t0.created_by_id AS created_by_id_18, t0.supplier_id AS supplier_id_19, t0.updated_by_id AS updated_by_id_20 FROM main.client t0 WHERE t0.code = ? LIMIT 1
[
  "labas"
]
doctrine SELECT t0.business_id AS business_id_1, t0.tax_id AS tax_id_2, t0.vat AS vat_3, t0.country_code AS country_code_4, t0.name AS name_5, t0.active AS active_6, t0.id AS id_7, t0.db_password AS db_password_8, t0.vat_payer AS vat_payer_9, t0.machine_learning AS machine_learning_10, t0.flags AS flags_11, t0.phone_number AS phone_number_12, t0.created_at AS created_at_13, t0.code AS code_14, t0.configuration AS configuration_15, t0.updated_at AS updated_at_16, t0.address_id AS address_id_17, t0.created_by_id AS created_by_id_18, t0.supplier_id AS supplier_id_19, t0.updated_by_id AS updated_by_id_20 FROM main.client t0 WHERE t0.code = ? LIMIT 1
[
  "labas"
]
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"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
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.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\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
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 1830

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\Component\Console\Command\Command.0.Labas\Command\ActionCommand" (parent: .abstract.instanceof.Labas\Command\ActionCommand).
  • Resolving inheritance for "Labas\Command\ActionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ActionCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Client\CustomerDiscountCommand" (parent: .abstract.instanceof.Labas\Command\Client\CustomerDiscountCommand).
  • Resolving inheritance for "Labas\Command\Client\CustomerDiscountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Client\CustomerDiscountCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\CustomerLoginCommand" (parent: .abstract.instanceof.Labas\Command\CustomerLoginCommand).
  • Resolving inheritance for "Labas\Command\CustomerLoginCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\CustomerLoginCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Database\CustomerImportCommand" (parent: .abstract.instanceof.Labas\Command\Database\CustomerImportCommand).
  • Resolving inheritance for "Labas\Command\Database\CustomerImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Database\CustomerImportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Database\ExportDataCommand" (parent: .abstract.instanceof.Labas\Command\Database\ExportDataCommand).
  • Resolving inheritance for "Labas\Command\Database\ExportDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Database\ExportDataCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\EmailCustomerOrderCommand" (parent: .abstract.instanceof.Labas\Command\Eshop\EmailCustomerOrderCommand).
  • Resolving inheritance for "Labas\Command\Eshop\EmailCustomerOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\EmailCustomerOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\FirebaseCustomerOrderCommand" (parent: .abstract.instanceof.Labas\Command\Eshop\FirebaseCustomerOrderCommand).
  • Resolving inheritance for "Labas\Command\Eshop\FirebaseCustomerOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\FirebaseCustomerOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\FirebaseNewsletterCommand" (parent: .abstract.instanceof.Labas\Command\Eshop\FirebaseNewsletterCommand).
  • Resolving inheritance for "Labas\Command\Eshop\FirebaseNewsletterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\FirebaseNewsletterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\OrderCompleteCommand" (parent: .abstract.instanceof.Labas\Command\Eshop\OrderCompleteCommand).
  • Resolving inheritance for "Labas\Command\Eshop\OrderCompleteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\OrderCompleteCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportEshopOrderCommand" (parent: .abstract.instanceof.Labas\Command\ExportEshopOrderCommand).
  • Resolving inheritance for "Labas\Command\ExportEshopOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportEshopOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderByDayCommand" (parent: .abstract.instanceof.Labas\Command\ExportOrderByDayCommand).
  • Resolving inheritance for "Labas\Command\ExportOrderByDayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderByDayCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderCommand" (parent: .abstract.instanceof.Labas\Command\ExportOrderCommand).
  • Resolving inheritance for "Labas\Command\ExportOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderReviewCommand" (parent: .abstract.instanceof.Labas\Command\ExportOrderReviewCommand).
  • Resolving inheritance for "Labas\Command\ExportOrderReviewCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderReviewCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportParagonByDayCommand" (parent: .abstract.instanceof.Labas\Command\ExportParagonByDayCommand).
  • Resolving inheritance for "Labas\Command\ExportParagonByDayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportParagonByDayCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportParagonCommand" (parent: .abstract.instanceof.Labas\Command\ExportParagonCommand).
  • Resolving inheritance for "Labas\Command\ExportParagonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportParagonCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportPointOfSaleByDayCommand" (parent: .abstract.instanceof.Labas\Command\ExportPointOfSaleByDayCommand).
  • Resolving inheritance for "Labas\Command\ExportPointOfSaleByDayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportPointOfSaleByDayCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportPointOfSaleMoveCommand" (parent: .abstract.instanceof.Labas\Command\ExportPointOfSaleMoveCommand).
  • Resolving inheritance for "Labas\Command\ExportPointOfSaleMoveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportPointOfSaleMoveCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportArticleCommand" (parent: .abstract.instanceof.Labas\Command\ImportArticleCommand).
  • Resolving inheritance for "Labas\Command\ImportArticleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportArticleCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportArticleGroupCommand" (parent: .abstract.instanceof.Labas\Command\ImportArticleGroupCommand).
  • Resolving inheritance for "Labas\Command\ImportArticleGroupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportArticleGroupCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportAssortmentCommand" (parent: .abstract.instanceof.Labas\Command\ImportAssortmentCommand).
  • Resolving inheritance for "Labas\Command\ImportAssortmentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportAssortmentCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCategoryCSVCommand" (parent: .abstract.instanceof.Labas\Command\ImportCategoryCSVCommand).
  • Resolving inheritance for "Labas\Command\ImportCategoryCSVCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCategoryCSVCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCategoryCommand" (parent: .abstract.instanceof.Labas\Command\ImportCategoryCommand).
  • Resolving inheritance for "Labas\Command\ImportCategoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCategoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCentralParagonFastCommand" (parent: .abstract.instanceof.Labas\Command\ImportCentralParagonFastCommand).
  • Resolving inheritance for "Labas\Command\ImportCentralParagonFastCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCentralParagonFastCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCentralStockAssortmentCommand" (parent: .abstract.instanceof.Labas\Command\ImportCentralStockAssortmentCommand).
  • Resolving inheritance for "Labas\Command\ImportCentralStockAssortmentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCentralStockAssortmentCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCronCommand" (parent: .abstract.instanceof.Labas\Command\ImportCronCommand).
  • Resolving inheritance for "Labas\Command\ImportCronCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCronCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCustomerCommand" (parent: .abstract.instanceof.Labas\Command\ImportCustomerCommand).
  • Resolving inheritance for "Labas\Command\ImportCustomerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCustomerCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportDiscountCommand" (parent: .abstract.instanceof.Labas\Command\ImportDiscountCommand).
  • Resolving inheritance for "Labas\Command\ImportDiscountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportDiscountCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportEshopCommand" (parent: .abstract.instanceof.Labas\Command\ImportEshopCommand).
  • Resolving inheritance for "Labas\Command\ImportEshopCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportEshopCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportFullParagonCommand" (parent: .abstract.instanceof.Labas\Command\ImportFullParagonCommand).
  • Resolving inheritance for "Labas\Command\ImportFullParagonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportFullParagonCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportInventoryCommand" (parent: .abstract.instanceof.Labas\Command\ImportInventoryCommand).
  • Resolving inheritance for "Labas\Command\ImportInventoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportInventoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportParagonCommand" (parent: .abstract.instanceof.Labas\Command\ImportParagonCommand).
  • Resolving inheritance for "Labas\Command\ImportParagonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportParagonCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportParagonFastCommand" (parent: .abstract.instanceof.Labas\Command\ImportParagonFastCommand).
  • Resolving inheritance for "Labas\Command\ImportParagonFastCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportParagonFastCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportPaymentMethodCommand" (parent: .abstract.instanceof.Labas\Command\ImportPaymentMethodCommand).
  • Resolving inheritance for "Labas\Command\ImportPaymentMethodCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportPaymentMethodCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportPriceCommand" (parent: .abstract.instanceof.Labas\Command\ImportPriceCommand).
  • Resolving inheritance for "Labas\Command\ImportPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportPriceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportProductCommand" (parent: .abstract.instanceof.Labas\Command\ImportProductCommand).
  • Resolving inheritance for "Labas\Command\ImportProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportProductMostSellCommand" (parent: .abstract.instanceof.Labas\Command\ImportProductMostSellCommand).
  • Resolving inheritance for "Labas\Command\ImportProductMostSellCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportProductMostSellCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportStoreCommand" (parent: .abstract.instanceof.Labas\Command\ImportStoreCommand).
  • Resolving inheritance for "Labas\Command\ImportStoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportStoreCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportSupplierCommand" (parent: .abstract.instanceof.Labas\Command\ImportSupplierCommand).
  • Resolving inheritance for "Labas\Command\ImportSupplierCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportSupplierCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\NewsletterCommand" (parent: .abstract.instanceof.Labas\Command\NewsletterCommand).
  • Resolving inheritance for "Labas\Command\NewsletterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\NewsletterCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\OrderGenerateCommand" (parent: .abstract.instanceof.Labas\Command\OrderGenerateCommand).
  • Resolving inheritance for "Labas\Command\OrderGenerateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\OrderGenerateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\PartnerShop\ImportPartnerShopCommand" (parent: .abstract.instanceof.Labas\Command\PartnerShop\ImportPartnerShopCommand).
  • Resolving inheritance for "Labas\Command\PartnerShop\ImportPartnerShopCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\PartnerShop\ImportPartnerShopCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemovePercentageDiscountCommand" (parent: .abstract.instanceof.Labas\Command\RemovePercentageDiscountCommand).
  • Resolving inheritance for "Labas\Command\RemovePercentageDiscountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemovePercentageDiscountCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemoveTemporaryWarehouseCommand" (parent: .abstract.instanceof.Labas\Command\RemoveTemporaryWarehouseCommand).
  • Resolving inheritance for "Labas\Command\RemoveTemporaryWarehouseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemoveTemporaryWarehouseCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemoveUnPostedMoveIDsCommand" (parent: .abstract.instanceof.Labas\Command\RemoveUnPostedMoveIDsCommand).
  • Resolving inheritance for "Labas\Command\RemoveUnPostedMoveIDsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemoveUnPostedMoveIDsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\StoreStockSellPriceHistoryCommand" (parent: .abstract.instanceof.Labas\Command\StoreStockSellPriceHistoryCommand).
  • Resolving inheritance for "Labas\Command\StoreStockSellPriceHistoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\StoreStockSellPriceHistoryCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateCommand" (parent: .abstract.instanceof.Labas\Command\UpdateCommand).
  • Resolving inheritance for "Labas\Command\UpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateEshopCommand" (parent: .abstract.instanceof.Labas\Command\UpdateEshopCommand).
  • Resolving inheritance for "Labas\Command\UpdateEshopCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateEshopCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateFastCommand" (parent: .abstract.instanceof.Labas\Command\UpdateFastCommand).
  • Resolving inheritance for "Labas\Command\UpdateFastCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateFastCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\ApiController" (parent: .abstract.instanceof.Labas\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\ApiController).
  • Resolving inheritance for "Labas\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\ClientController" (parent: .abstract.instanceof.Labas\Controller\ClientController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\ClientController).
  • Resolving inheritance for "Labas\Controller\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\ClientController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\HomepageController" (parent: .abstract.instanceof.Labas\Controller\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\HomepageController).
  • Resolving inheritance for "Labas\Controller\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\HomepageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\KasoController" (parent: .abstract.instanceof.Labas\Controller\KasoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\KasoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\KasoController).
  • Resolving inheritance for "Labas\Controller\KasoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\KasoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\NewsletterController" (parent: .abstract.instanceof.Labas\Controller\NewsletterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\NewsletterController).
  • Resolving inheritance for "Labas\Controller\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\NewsletterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\PartnerShop\PartnerShopController" (parent: .abstract.instanceof.Labas\Controller\PartnerShop\PartnerShopController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\PartnerShop\PartnerShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\PartnerShop\PartnerShopController).
  • Resolving inheritance for "Labas\Controller\PartnerShop\PartnerShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\PartnerShop\PartnerShopController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\SecurityController" (parent: .abstract.instanceof.Labas\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\SecurityController).
  • Resolving inheritance for "Labas\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Api\CustomerNewCardType" (parent: .abstract.instanceof.Labas\Form\Type\Api\CustomerNewCardType).
  • Resolving inheritance for "Labas\Form\Type\Api\CustomerNewCardType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Api\CustomerNewCardType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Api\CustomerType" (parent: .abstract.instanceof.Labas\Form\Type\Api\CustomerType).
  • Resolving inheritance for "Labas\Form\Type\Api\CustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Api\CustomerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\ClientFilterType" (parent: .abstract.instanceof.Labas\Form\Type\Client\ClientFilterType).
  • Resolving inheritance for "Labas\Form\Type\Client\ClientFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\ClientFilterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\NewsletterType" (parent: .abstract.instanceof.Labas\Form\Type\Client\NewsletterType).
  • Resolving inheritance for "Labas\Form\Type\Client\NewsletterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\NewsletterType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\RegisterClientType" (parent: .abstract.instanceof.Labas\Form\Type\Client\RegisterClientType).
  • Resolving inheritance for "Labas\Form\Type\Client\RegisterClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\RegisterClientType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\UpdateClientType" (parent: .abstract.instanceof.Labas\Form\Type\Client\UpdateClientType).
  • Resolving inheritance for "Labas\Form\Type\Client\UpdateClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\UpdateClientType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Filter\TextFilterType" (parent: .abstract.instanceof.Labas\Form\Type\Filter\TextFilterType).
  • Resolving inheritance for "Labas\Form\Type\Filter\TextFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Filter\TextFilterType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Labas\Repository\PartnerShop\PartnerShopRepository" (parent: .abstract.instanceof.Labas\Repository\PartnerShop\PartnerShopRepository).
  • Resolving inheritance for "Labas\Repository\PartnerShop\PartnerShopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Labas\Repository\PartnerShop\PartnerShopRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Labas\Twig\LocaleExtension" (parent: .abstract.instanceof.Labas\Twig\LocaleExtension).
  • Resolving inheritance for "Labas\Twig\LocaleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Labas\Twig\LocaleExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Constraints\ProductValidator" (parent: .abstract.instanceof.Labas\Validator\Constraints\ProductValidator).
  • Resolving inheritance for "Labas\Validator\Constraints\ProductValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Constraints\ProductValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Constraints\StoreValidator" (parent: .abstract.instanceof.Labas\Validator\Constraints\StoreValidator).
  • Resolving inheritance for "Labas\Validator\Constraints\StoreValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Constraints\StoreValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Newsletter\NewsletterNameUniqueValidator" (parent: .abstract.instanceof.Labas\Validator\Newsletter\NewsletterNameUniqueValidator).
  • Resolving inheritance for "Labas\Validator\Newsletter\NewsletterNameUniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Newsletter\NewsletterNameUniqueValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Newsletter\NewsletterNameValidator" (parent: .abstract.instanceof.Labas\Validator\Newsletter\NewsletterNameValidator).
  • Resolving inheritance for "Labas\Validator\Newsletter\NewsletterNameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Newsletter\NewsletterNameValidator).
  • 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.dbal.labas_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.labas" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.labas_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.labas_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "doctrine.orm.labas_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.labas_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.labas_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.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.labas_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.labas_api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.labas_api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.labas_api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.labas_api" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.labas_api" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.labas_api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.labas_api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.labas" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.labas" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.labas" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.labas" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.labas.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.labas.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.labas" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.labas" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.labas" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.labas" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.labas" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.labas" (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).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
470
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\DBAL\Connection $labasConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.orm.labas_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.labas_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.labas_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $labasEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.labas_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\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.labas_api"; reason: private alias.
  • Removed service "security.user_checker.labas_api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.labas"; reason: private alias.
  • Removed service "security.user_checker.labas"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
  • Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
  • Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
  • Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; 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 "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service ".service_locator.ISjGRTp"; reason: private alias.
  • Removed service ".service_locator.F_0mEOC"; reason: private alias.
  • Removed service ".service_locator.G4TAbnY"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
168
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 "Labas\EventListener\ContextListener" previously pointing to "router.default" to "router".
  • Changed reference of service "Labas\Form\Type\Client\ClientFilterType" previously pointing to "router.default" to "router".
  • Changed reference of service "Labas\Service\PartnerShop\PartnerShopManager" previously pointing to "Labas\EntityManager\LabasEntityManager" to "doctrine.orm.labas_entity_manager".
  • 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 "doctrine.orm.labas_entity_manager.validator_loader" previously pointing to "Labas\EntityManager\LabasEntityManager" to "doctrine.orm.labas_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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.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.labas_api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.labas" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.OO9NSIu" 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".
  • Changed reference of service "console.command.public_alias.Labas\Command\Database\ExportDataCommand" previously pointing to "Labas\EntityManager\LabasEntityManager" to "doctrine.orm.labas_entity_manager".
74
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\Component\Console\Command\Command.0.Labas\Command\ActionCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ActionCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Client\CustomerDiscountCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\Client\CustomerDiscountCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\CustomerLoginCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\CustomerLoginCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Database\CustomerImportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\Database\CustomerImportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Database\ExportDataCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\Database\ExportDataCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\EmailCustomerOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\Eshop\EmailCustomerOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\FirebaseCustomerOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\Eshop\FirebaseCustomerOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\FirebaseNewsletterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\Eshop\FirebaseNewsletterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\Eshop\OrderCompleteCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\Eshop\OrderCompleteCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportEshopOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ExportEshopOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderByDayCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ExportOrderByDayCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ExportOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportOrderReviewCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ExportOrderReviewCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportParagonByDayCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ExportParagonByDayCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportParagonCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ExportParagonCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportPointOfSaleByDayCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ExportPointOfSaleByDayCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ExportPointOfSaleMoveCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ExportPointOfSaleMoveCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportArticleCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportArticleCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportArticleGroupCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportArticleGroupCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportAssortmentCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportAssortmentCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCategoryCSVCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportCategoryCSVCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCategoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportCategoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCentralParagonFastCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportCentralParagonFastCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCentralStockAssortmentCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportCentralStockAssortmentCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCronCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportCronCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportCustomerCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportCustomerCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportDiscountCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportDiscountCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportEshopCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportEshopCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportFullParagonCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportFullParagonCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportInventoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportInventoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportParagonCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportParagonCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportParagonFastCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportParagonFastCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportPaymentMethodCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportPaymentMethodCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportPriceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportPriceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportProductMostSellCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportProductMostSellCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportStoreCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportStoreCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\ImportSupplierCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\ImportSupplierCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\NewsletterCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\NewsletterCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\OrderGenerateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\OrderGenerateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\PartnerShop\ImportPartnerShopCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\PartnerShop\ImportPartnerShopCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemovePercentageDiscountCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\RemovePercentageDiscountCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemoveTemporaryWarehouseCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\RemoveTemporaryWarehouseCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\RemoveUnPostedMoveIDsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\RemoveUnPostedMoveIDsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\StoreStockSellPriceHistoryCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\StoreStockSellPriceHistoryCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\UpdateCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateEshopCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\UpdateEshopCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Labas\Command\UpdateFastCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Command\UpdateFastCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\ApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\ClientController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\ClientController"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Controller\ClientController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\HomepageController"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Controller\HomepageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\KasoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\KasoController"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Controller\KasoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\NewsletterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\NewsletterController"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Controller\NewsletterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\PartnerShop\PartnerShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\PartnerShop\PartnerShopController"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Controller\PartnerShop\PartnerShopController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Labas\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Labas\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Api\CustomerNewCardType"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Form\Type\Api\CustomerNewCardType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Api\CustomerType"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Form\Type\Api\CustomerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\ClientFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Form\Type\Client\ClientFilterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\NewsletterType"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Form\Type\Client\NewsletterType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\RegisterClientType"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Form\Type\Client\RegisterClientType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Client\UpdateClientType"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Form\Type\Client\UpdateClientType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Labas\Form\Type\Filter\TextFilterType"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Form\Type\Filter\TextFilterType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Labas\Repository\PartnerShop\PartnerShopRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Repository\PartnerShop\PartnerShopRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Labas\Twig\LocaleExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Twig\LocaleExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Constraints\ProductValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Validator\Constraints\ProductValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Constraints\StoreValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Validator\Constraints\StoreValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Newsletter\NewsletterNameUniqueValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Validator\Newsletter\NewsletterNameUniqueValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Labas\Validator\Newsletter\NewsletterNameValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.Labas\Validator\Newsletter\NewsletterNameValidator"; reason: abstract.
467
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\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\Factory\Client\Store\StoreMoveInventoryFactory"; 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\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\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\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 "Labas\Exception\LabasException"; reason: unused.
  • Removed service "Labas\Exception\LabasMissingBarisUidException"; reason: unused.
  • Removed service "Labas\Exception\LabasNotFoundBarisUidException"; reason: unused.
  • Removed service "Labas\Exception\LabasWarningEmailException"; reason: unused.
  • Removed service "Labas\Model\Api\CustomerModel"; reason: unused.
  • Removed service "Labas\Model\Api\CustomerNewCardModel"; reason: unused.
  • Removed service "Labas\Model\Article\LabasArticleBlogModel"; reason: unused.
  • Removed service "Labas\Model\Article\LabasArticleCompetitionModel"; reason: unused.
  • Removed service "Labas\Model\Article\LabasArticleRecipeModel"; reason: unused.
  • Removed service "Labas\Model\BarisExportAddressModel"; reason: unused.
  • Removed service "Labas\Model\BarisExportItemModel"; reason: unused.
  • Removed service "Labas\Model\BarisExportModel"; reason: unused.
  • Removed service "Labas\Model\BottleReturnBarcodeModel"; reason: unused.
  • Removed service "Labas\Model\Client\UpdateClientStoreModel"; reason: unused.
  • Removed service "Labas\Model\LabasCentralParagon"; reason: unused.
  • Removed service "Labas\Model\LabasCentralParagonItem"; reason: unused.
  • Removed service "Labas\Model\LabasCustomer"; reason: unused.
  • Removed service "Labas\Model\LabasDiscount"; reason: unused.
  • Removed service "Labas\Model\LabasEuropeanArticleNumber"; reason: unused.
  • Removed service "Labas\Model\LabasParagon"; reason: unused.
  • Removed service "Labas\Model\LabasParagonItem"; reason: unused.
  • Removed service "Labas\Model\LabasPaymentMethod"; reason: unused.
  • Removed service "Labas\Model\LabasPriceHeader"; reason: unused.
  • Removed service "Labas\Model\LabasPriceItem"; reason: unused.
  • Removed service "Labas\Model\LabasProduct"; reason: unused.
  • Removed service "Labas\Model\LabasStore"; reason: unused.
  • Removed service "Labas\Model\LabasStoreStockAssortment"; reason: unused.
  • Removed service "Labas\Model\LabasStoreStockInventory"; reason: unused.
  • Removed service "Labas\Model\LabasSupplier"; reason: unused.
  • Removed service "Labas\Model\LabasTree"; reason: unused.
  • Removed service "Labas\Model\NewsletterItemModel"; reason: unused.
  • Removed service "Labas\Model\StockCard"; reason: unused.
  • Removed service "Labas\Repository\NewsletterRepository"; reason: unused.
  • Removed service "Labas\Repository\PartnerShop\PartnerShopDataRepository"; reason: unused.
  • Removed service "Labas\Repository\RetailClientRepository"; reason: unused.
  • Removed service "Labas\Service\Client\CustomerCouponTransformer"; reason: unused.
  • Removed service "Labas\Service\Client\CustomerTransformer"; reason: unused.
  • Removed service "Labas\Service\PairingManager"; reason: unused.
  • Removed service "Labas\Validator\Constraints\Product"; reason: unused.
  • Removed service "Labas\Validator\Constraints\Store"; reason: unused.
  • Removed service "Labas\Validator\Newsletter\NewsletterName"; reason: unused.
  • Removed service "Labas\Validator\Newsletter\NewsletterNameUnique"; 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~YKmnUpK"; reason: unused.
  • Removed service "session.storage.php_bridge"; 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~6g80n.C"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~6g80n.C"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~6g80n.C"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~6g80n.C"; 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~uWf0sCj"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; 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.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.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 "webpack_encore.cache"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service ".4_CliContextProvider~6Zb_H1o"; reason: unused.
  • Removed service ".3_RequestContextProvider~6Zb_H1o"; reason: unused.
  • Removed service ".2_SourceContextProvider~6Zb_H1o"; reason: unused.
  • Removed service "var_dumper.server_connection"; 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 ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.6zQlgQt"; reason: unused.
350
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\FileUploader" to "App\EventListener\FilesUploadListener".
  • 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\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\Service\ImporterEmailManager" to "App\Service\Client\Importer\ImporterProductManager".
  • 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 ".2_Filesystem~e4p4_wQ" to "App\Service\Uploader\FileUploader".
  • Inlined service ".1_Filesystem~e4p4_wQ" to "App\Service\Uploader\ImageUploader".
  • Inlined service "Labas\Service\PartnerShop\PartnerShopManager" to "Labas\Command\PartnerShop\ImportPartnerShopCommand".
  • Inlined service ".service_locator.OO9NSIu.Labas\Controller\ApiController" to "Labas\Controller\ApiController".
  • Inlined service ".service_locator.OO9NSIu.Labas\Controller\ClientController" to "Labas\Controller\ClientController".
  • Inlined service ".service_locator.OO9NSIu.Labas\Controller\HomepageController" to "Labas\Controller\HomepageController".
  • Inlined service ".service_locator.OO9NSIu.Labas\Controller\KasoController" to "Labas\Controller\KasoController".
  • Inlined service ".service_locator.OO9NSIu.Labas\Controller\NewsletterController" to "Labas\Controller\NewsletterController".
  • Inlined service ".service_locator.OO9NSIu.Labas\Controller\PartnerShop\PartnerShopController" to "Labas\Controller\PartnerShop\PartnerShopController".
  • Inlined service ".service_locator.OO9NSIu.Labas\Controller\SecurityController" to "Labas\Controller\SecurityController".
  • Inlined service "session.flash_bag" to "Labas\EventListener\ContextListener".
  • Inlined service "Labas\Service\ApiLogger" to "Labas\Service\ApiManager".
  • Inlined service "Labas\Service\PartnerShop\PartnerShopApiManager" to "Labas\Service\PartnerShop\PartnerShopManager".
  • 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_~hVS64iz" to "error_handler.error_renderer.html".
  • Inlined service ".2_~hVS64iz" 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 ".1_ResolvedFormTypeFactory~LXzz33B" 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.LhVjvhz" 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 "doctrine.orm.labas_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.ysP7pSH" 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~lr689vA" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~lr689vA" 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 ".service_locator.2Bo1pps" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "App\EventListener\ORMTranslatableListener" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.logger.chain.labas" to "doctrine.dbal.labas_connection.configuration".
  • Inlined service ".service_locator.AKLQkKm" to "doctrine.dbal.labas_connection.event_manager".
  • Inlined service "doctrine.dbal.labas_connection.configuration" to "doctrine.dbal.labas_connection".
  • Inlined service "doctrine.dbal.labas_connection.event_manager" to "doctrine.dbal.labas_connection".
  • Inlined service ".service_locator.OpUrgb9" 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.default_entity_listener_resolver" 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 "doctrine.orm.cache.provider.cache.doctrine.orm.labas.metadata" to "doctrine.orm.labas_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.labas.query" to "doctrine.orm.labas_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.labas.result" to "doctrine.orm.labas_configuration".
  • Inlined service "doctrine.orm.labas_metadata_driver" to "doctrine.orm.labas_configuration".
  • Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.labas_configuration".
  • Inlined service "doctrine.orm.labas_entity_listener_resolver" to "doctrine.orm.labas_configuration".
  • Inlined service "cache.doctrine.orm.labas.metadata.recorder_inner" to "cache.doctrine.orm.labas.metadata".
  • Inlined service "cache.doctrine.orm.labas.result.recorder_inner" to "cache.doctrine.orm.labas.result".
  • Inlined service "cache.doctrine.orm.labas.query.recorder_inner" to "cache.doctrine.orm.labas.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 "twig.extension.dump" to "twig".
  • Inlined service "Labas\Twig\LocaleExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" 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 "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_~DuNGgOG" 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.0DpzJRH" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~sAtYSY3" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.WWYIktV" 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.QWkwKV5" to "security.access_map".
  • Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
  • Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.labas_api".
  • Inlined service "security.exception_listener.labas_api" to "security.firewall.map.context.labas_api".
  • Inlined service "security.firewall.map.config.labas_api" to "security.firewall.map.context.labas_api".
  • Inlined service "security.logout.success_handler.labas" to "security.logout_listener.labas".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.labas".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.labas".
  • Inlined service "security.authentication.success_handler.labas.form_login" to "security.authentication.listener.form.labas".
  • Inlined service "security.authentication.failure_handler.labas.form_login" to "security.authentication.listener.form.labas".
  • Inlined service "security.authentication.form_entry_point.labas" to "security.exception_listener.labas".
  • Inlined service "security.exception_listener.labas" to "security.firewall.map.context.labas".
  • Inlined service "security.logout_listener.labas" to "security.firewall.map.context.labas".
  • Inlined service "security.firewall.map.config.labas" to "security.firewall.map.context.labas".
  • Inlined service ".1_NonceGenerator~a_rrRZ5" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~a_rrRZ5" to "twig.extension.webprofiler".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~6Zb_H1o" to "var_dumper.contextualized_cli_dumper".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~6Zb_H1o" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~6Zb_H1o" to "var_dumper.command.server_dump".
  • Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
  • Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
  • Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
  • Inlined service ".service_locator.lHZYdJL" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • 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.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".service_locator.JFjjyG5" to ".service_locator.JFjjyG5.translation.warmer".
  • Inlined service ".service_locator.SSWpCKX" to ".service_locator.SSWpCKX.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 "doctrine.orm.labas_configuration" to "Labas\EntityManager\LabasEntityManager.inner".
  • Inlined service "doctrine.orm.labas_manager_configurator" to "Labas\EntityManager\LabasEntityManager.inner".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service ".service_locator.wgcBpP5" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.SSWpCKX.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\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 "Labas\Service\Article\ArticleManager" to "console.command.public_alias.Labas\Command\ImportArticleCommand".
  • Inlined service "Labas\Service\WebexClient" to "console.command.public_alias.Labas\Command\ImportArticleCommand".
  • Inlined service "App\Service\Client\Importer\ImporterProductManager" to "console.command.public_alias.Labas\Command\ImportCentralParagonFastCommand".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
300
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.entity_manager", but was never used.
1