Error 500 Internal Server Error

GET https://dev.normadoc.fr/products-list/main/committees-1/bsi-5680/materials-1237

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_links
Symfony\Component\WebLink\GenericLinkProvider {#9604
  -links: [
    9605 => Symfony\Component\WebLink\Link {#9605
      -href: "https://dev.normadoc.fr/api/v2/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"0257bb"
exception
Elastica\Exception\Connection\HttpException {#8745
  #message: "Couldn't connect to host, Elasticsearch down?"
  #code: 0
  #file: "/home/normadev/dev/vendor/ruflin/elastica/src/Transport/Http.php"
  #line: 186
  #_request: Elastica\Request {#8741 …}
  #_response: Elastica\Response {#8744 …}
  #_error: 7
  trace: {
    /home/normadev/dev/vendor/ruflin/elastica/src/Transport/Http.php:186 {
      Elastica\Transport\Http->exec(Request $request, array $params): Response …
      › if ($errorNumber > 0) {    throw new HttpException($errorNumber, $request, $response);}
    }
    /home/normadev/dev/vendor/ruflin/elastica/src/Request.php:183 {
      Elastica\Request->send(): Response …
      ›     // Refactor: Not full toArray needed in exec?    return $transport->exec($this, $this->getConnection()->toArray());}
      arguments: {
        $request: Elastica\Request {#8741 …}
        $params: [ …1]
      }
    }
    /home/normadev/dev/vendor/ruflin/elastica/src/Client.php:545 {
      Elastica\Client->request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response …
      › try {    $response = $this->_lastResponse = $request->send();} catch (ConnectionException $e) {
    }
    /home/normadev/dev/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php:73 {
      FOS\ElasticaBundle\Elastica\Client->request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response …
      › try {    $response = parent::request($path, $method, $data, $query, $contentType);arguments: {
        $path: "normadoc_attribute_taxons_dev/_search"
        $method: "POST"
        $data: [ …2]
        $query: []
        $contentType: "application/json"
      }
    }
    /home/normadev/dev/vendor/ruflin/elastica/src/Search.php:352 {
      Elastica\Search->search($query = '', $options = null, string $method = Request::POST): ResultSet …
      › 
      › $response = $this->getClient()->request($path, $method, $data, $params);arguments: {
        $path: "normadoc_attribute_taxons_dev/_search"
        $method: "POST"
        $data: [ …2]
        $query: []
      }
    }
    /home/normadev/dev/vendor/ruflin/elastica/src/Index.php:546 {
      Elastica\Index->search($query = '', $options = null, string $method = Request::POST): ResultSet …
      › 
      ›     return $search->search('', null, $method);}
      arguments: {
        $query: Elastica\Query {#8629 …}
        $options: null
        $method: "POST"
      }
    }
    /home/normadev/dev/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php:117 {
      FOS\ElasticaBundle\Finder\TransformedFinder->search($query, ?int $limit = null, array $options = []) …
      › 
      ›     return $this->searchable->search($queryObject, $options)->getResults();}
      arguments: {
        $query: Elastica\Query {#8629 …}
        $options: []
      }
    }
    /home/normadev/dev/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php:43 {
      FOS\ElasticaBundle\Finder\TransformedFinder->find($query, ?int $limit = null, array $options = []) …
      › {    $results = $this->search($query, $limit, $options);arguments: {
        $query: Elastica\Query\BoolQuery {#8633 …}
        $limit: 20
        $options: []
      }
    }
    /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Finder/ProductAttributesFinder.php:38 {
      BitBag\SyliusElasticsearchPlugin\Finder\ProductAttributesFinder->findByTaxon(TaxonInterface $taxon): ?array …
      › 
      ›     return $this->attributesFinder->find($query, $this->filterMax);}
      arguments: {
        $query: Elastica\Query\BoolQuery {#8633 …}
        $limit: 20
      }
    }
    /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Controller/RequestDataHandler/ShopProductListDataHandler.php:47 {
      BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\ShopProductListDataHandler->retrieveData(array $requestData): array …
      › 
      › $attributesDefinitions = $this->attributesFinder->findByTaxon($taxon);arguments: {
        $taxon: App\Entity\Taxonomy\Taxon {#8648 …}
      }
    }
    /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/QueryBuilder/FormQueryBuilder/TaxonFacetsQueryBuilder.php:35 {
      BitBag\SyliusElasticsearchPlugin\QueryBuilder\FormQueryBuilder\TaxonFacetsQueryBuilder->getQuery(FormEvent $event, string $namePropertyPrefix): Query …
      › 
      › $data = $this->shopProductListDataHandler->retrieveData($eventData);arguments: {
        $requestData: [ …1]
      }
    }
    /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Form/Resolver/ProductsFilterFacetResolver.php:30 {
      BitBag\SyliusElasticsearchPlugin\Form\Resolver\ProductsFilterFacetResolver->resolveFacets(FormEvent $event, string $namePropertyPrefix): Pagerfanta …
      › {    $query = $this->queryBuilder->getQuery($event, $namePropertyPrefix);arguments: {
        $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
        $namePropertyPrefix: "name"
      }
    }
    /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Form/EventSubscriber/AddFacetsEventSubscriber.php:44 {
      BitBag\SyliusElasticsearchPlugin\Form\EventSubscriber\AddFacetsEventSubscriber->addFacets(FormEvent $event): void …
      › $this->autoDiscoverRegistry->autoRegister();$adapter = $this->facetsResolver->resolveFacets($event, $this->namePropertyPrefix)->getAdapter();arguments: {
        $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
        $namePropertyPrefix: "name"
      }
    }
    /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
        ...: {
          "form.pre_submit"
          Symfony\Component\EventDispatcher\EventDispatcher {#8349 …}
        }
      }
    }
    /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …2]
        $eventName: "form.pre_submit"
        $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
      }
    }
    /home/normadev/dev/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:30 {
      Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    return $this->dispatcher->dispatch($event, $eventName);}
      arguments: {
        $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
        $eventName: "form.pre_submit"
      }
    }
    /home/normadev/dev/vendor/symfony/form/Form.php:482 {
      Symfony\Component\Form\Form->submit(mixed $submittedData, bool $clearMissing = true): static …
      › $event = new PreSubmitEvent($this, $submittedData);$dispatcher->dispatch($event, FormEvents::PRE_SUBMIT);$submittedData = $event->getData();
      arguments: {
        $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
        $eventName: "form.pre_submit"
      }
    }
    /home/normadev/dev/vendor/sylius/resource-bundle/src/Bundle/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php:110 {
      Sylius\Bundle\ResourceBundle\Form\Extension\HttpFoundation\HttpFoundationRequestHandler->handleRequest(FormInterface $form, mixed $request = null): void …
      › 
      ›     $form->submit($data, 'PATCH' !== $method);}
      arguments: {
        $submittedData: []
        $clearMissing: true
      }
    }
    /home/normadev/dev/vendor/symfony/form/Form.php:420 {
      Symfony\Component\Form\Form->handleRequest(mixed $request = null): static …
      › {    $this->config->getRequestHandler()->handleRequest($this, $request);arguments: {
        $form: Symfony\Component\Form\Form {#8310 …}
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Controller/Action/Shop/TaxonProductsSearchAction.php:25 {
      BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction->__invoke(Request $request): Response …
      › $form = $this->formFactory->create(ShopProductsFilterType::class);$form->handleRequest($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:181 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/normadev/dev/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/normadev/dev/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/normadev/dev/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#786
  -records: [
    "" => [
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.013+01:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#876
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:2811 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.013+01:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#875
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:2812 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-media-manager-plugin/src/Twig/Extension/FilterExtensionDecorator.php';
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.013+01:00"
        "message" => "User Deprecated: Since sylius/shop-bundle 1.12: The "Sylius\Bundle\ShopBundle\Twig\OrderTaxesTotalExtension" class is deprecated and will be removed in Sylius 2.0. Use methods "getTaxExcludedTotal" and "getTaxIncludedTotal" from "Sylius\Component\Core\Model\Order" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#874
            #message: "User Deprecated: Since sylius/shop-bundle 1.12: The "Sylius\Bundle\ShopBundle\Twig\OrderTaxesTotalExtension" class is deprecated and will be removed in Sylius 2.0. Use methods "getTaxExcludedTotal" and "getTaxIncludedTotal" from "Sylius\Component\Core\Model\Order" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php:23 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/shop-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:2815 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/pagerfanta/pagerfanta/lib/Twig/Extension/PagerfantaExtension.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php';
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.013+01:00"
        "message" => "User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Twig\OrderItemsSubtotalExtension" class is deprecated and will be removed in Sylius 2.0. Use method "getItemsSubtotal" from "Sylius\Component\Core\Model\Order" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#873
            #message: "User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Twig\OrderItemsSubtotalExtension" class is deprecated and will be removed in Sylius 2.0. Use method "getItemsSubtotal" from "Sylius\Component\Core\Model\Order" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php"
            #line: 22
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php:22 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/shop-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:2816 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderTaxesTotalExtension.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Twig/OrderItemsSubtotalExtension.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.013+01:00"
        "message" => "User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculatorInterface" interface is deprecated and will be removed in Sylius 2.0, use method "getItemsSubtotal" from "Sylius\Component\Core\Model\OrderInterface" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#872
            #message: "User Deprecated: Since sylius/shop-bundle 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculatorInterface" interface is deprecated and will be removed in Sylius 2.0, use method "getItemsSubtotal" from "Sylius\Component\Core\Model\OrderInterface" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php:18 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/shop-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3219 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php';
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.013+01:00"
        "message" => "User Deprecated: Since sylius/sylius 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator" class is deprecated and will be removed in Sylius 2.0. Items subtotal calculations is now available by using Sylius\Component\Core\Model\Order::getSubtotalItems method."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#871
            #message: "User Deprecated: Since sylius/sylius 1.13: The "Sylius\Bundle\ShopBundle\Calculator\OrderItemsSubtotalCalculator" class is deprecated and will be removed in Sylius 2.0. Items subtotal calculations is now available by using Sylius\Component\Core\Model\Order::getSubtotalItems method."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php:19 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/sylius',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3220 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Calculator/OrderItemsSubtotalCalculator.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/LocaleStorageInterface.php';
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.013+01:00"
        "message" => "User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\RequestMatcher" class is deprecated, use "Symfony\Component\HttpFoundation\ChainRequestMatcher" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#870
            #message: "User Deprecated: Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\RequestMatcher" class is deprecated, use "Symfony\Component\HttpFoundation\ChainRequestMatcher" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/symfony/http-foundation/RequestMatcher.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/symfony/http-foundation/RequestMatcher.php:14 {
                include_once …
                › 
                › trigger_deprecation('symfony/http-foundation', '6.2', 'The "%s" class is deprecated, use "%s" instead.', RequestMatcher::class, ChainRequestMatcher::class);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3226 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutResolver.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Checkout/CheckoutStateUrlGeneratorInterface.php';
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.014+01:00"
        "message" => "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:8874, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#721
            #message: "User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:8874, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)"
            #code: 0
            #file: "/home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php:77 {
                Doctrine\ORM\Mapping\Driver\AttributeDriver->__construct(array $paths, bool $reportFieldsWhereDeclared = false) …
                › if (! $reportFieldsWhereDeclared) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8874 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([(\dirname(__DIR__, 4).'/src/Entity'), (\dirname(__DIR__, 4).'/src/Importer/Entity'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/src/Entity'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Entity')], false);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4079 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $b = ($container->privates['doctrine.orm.default_xml_metadata_driver'] ?? self::getDoctrine_Orm_DefaultXmlMetadataDriverService($container));$c = ($container->privates['doctrine.orm.default_attribute_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAttributeMetadataDriverService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8890 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setResultCache(($container->privates['cache.doctrine.orm.default.result.traceable'] ?? self::getCache_Doctrine_Orm_Default_Result_TraceableService($container)));$instance->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4435 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4426 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/normadev/dev/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/normadev/dev/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerHAOxQ06\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.014+01:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#719
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getAnnotations_CachedReaderService.php:23 {
                ContainerHAOxQ06\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8864 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4088 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $a->addDriver($c, 'MonsieurBiz\\SyliusRichEditorPlugin\\Entity');$a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'Sylius\\PayPalPlugin\\Entity');$a->addDriver(($container->privates['.8_doctrine_metadata_driver~ESG0Ob6'] ?? self::get_8DoctrineMetadataDriverESG0Ob6Service($container)), 'Sylius\\Component\\Order\\Model');
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8890 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setResultCache(($container->privates['cache.doctrine.orm.default.result.traceable'] ?? self::getCache_Doctrine_Orm_Default_Result_TraceableService($container)));$instance->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4435 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4426 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/normadev/dev/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/normadev/dev/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerHAOxQ06\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.014+01:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#717
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getAnnotations_ReaderService.php:23 {
                ContainerHAOxQ06\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getAnnotations_CachedReaderService.php:25 {
                ContainerHAOxQ06\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8864 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4088 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $a->addDriver($c, 'MonsieurBiz\\SyliusRichEditorPlugin\\Entity');$a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'Sylius\\PayPalPlugin\\Entity');$a->addDriver(($container->privates['.8_doctrine_metadata_driver~ESG0Ob6'] ?? self::get_8DoctrineMetadataDriverESG0Ob6Service($container)), 'Sylius\\Component\\Order\\Model');
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8890 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setResultCache(($container->privates['cache.doctrine.orm.default.result.traceable'] ?? self::getCache_Doctrine_Orm_Default_Result_TraceableService($container)));$instance->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4435 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4426 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/normadev/dev/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/normadev/dev/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerHAOxQ06\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.014+01:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#710
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getAnnotations_CacheAdapterService.php:23 {
                ContainerHAOxQ06\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getAnnotations_CachedReaderService.php:25 {
                ContainerHAOxQ06\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8864 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4088 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $a->addDriver($c, 'MonsieurBiz\\SyliusRichEditorPlugin\\Entity');$a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'Sylius\\PayPalPlugin\\Entity');$a->addDriver(($container->privates['.8_doctrine_metadata_driver~ESG0Ob6'] ?? self::get_8DoctrineMetadataDriverESG0Ob6Service($container)), 'Sylius\\Component\\Order\\Model');
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8890 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setResultCache(($container->privates['cache.doctrine.orm.default.result.traceable'] ?? self::getCache_Doctrine_Orm_Default_Result_TraceableService($container)));$instance->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4435 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4426 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/normadev/dev/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/normadev/dev/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerHAOxQ06\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.014+01:00"
        "message" => "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:8864, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#699
            #message: "User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:8864, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)"
            #code: 0
            #file: "/home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php:65 {
                Doctrine\ORM\Mapping\Driver\AnnotationDriver->__construct($reader, $paths = null, bool $reportFieldsWhereDeclared = false) …
                › {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8864 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container) …
                › {    return $container->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), [(\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Entity')], false);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4088 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getResourceMappingDriverChainService($container) …
                › $a->addDriver($c, 'MonsieurBiz\\SyliusRichEditorPlugin\\Entity');$a->addDriver(($container->privates['doctrine.orm.default_annotation_metadata_driver'] ?? self::getDoctrine_Orm_DefaultAnnotationMetadataDriverService($container)), 'Sylius\\PayPalPlugin\\Entity');$a->addDriver(($container->privates['.8_doctrine_metadata_driver~ESG0Ob6'] ?? self::get_8DoctrineMetadataDriverESG0Ob6Service($container)), 'Sylius\\Component\\Order\\Model');
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8890 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultConfigurationService($container) …
                › $instance->setResultCache(($container->privates['cache.doctrine.orm.default.result.traceable'] ?? self::getCache_Doctrine_Orm_Default_Result_TraceableService($container)));$instance->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(($container->services['Sylius\\Bundle\\ResourceBundle\\Doctrine\\ResourceMappingDriverChain'] ?? self::getResourceMappingDriverChainService($container)), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true],
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4435 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4426 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/normadev/dev/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/normadev/dev/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerHAOxQ06\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.015+01:00"
        "message" => "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#551
            #message: "User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)"
            #code: 0
            #file: "/home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:166 {
                Doctrine\ORM\Proxy\ProxyFactory->__construct(EntityManagerInterface $em, $proxyDir, $proxyNs, $autoGenerate = self::AUTOGENERATE_NEVER) …
                › if (PHP_VERSION_ID >= 80100) {    Deprecation::trigger(        'doctrine/orm',
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:177 {
                Doctrine\ORM\EntityManager->__construct(Connection $conn, Configuration $config, ?EventManager $eventManager = null) …
                › $this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(    $this,
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4435 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getDoctrine_Orm_DefaultEntityManagerService($container, $lazyLoad = true) …
                › 
                › $instance = ($lazyLoad->__construct(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), ($container->privates['doctrine.orm.default_configuration'] ?? self::getDoctrine_Orm_DefaultConfigurationService($container)), ($container->privates['doctrine.dbal.default_connection.event_manager'] ?? self::getDoctrine_Dbal_DefaultConnection_EventManagerService($container))) && false ?: $lazyLoad);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4426 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › if (true === $lazyLoad) {    return $container->services['doctrine.orm.default_entity_manager'] = $container->createProxy('EntityManagerGhostEbeb667', static fn () => \EntityManagerGhostEbeb667::createLazyGhost(static fn ($proxy) => self::getDoctrine_Orm_DefaultEntityManagerService($container, $proxy)));}
              }
              /home/normadev/dev/vendor/symfony/var-exporter/Internal/LazyObjectState.php:100 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /home/normadev/dev/vendor/symfony/var-exporter/LazyGhostTrait.php:184 {
                ContainerHAOxQ06\EntityManagerGhostEbeb667->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:880 {
                Doctrine\ORM\EntityManager->getConfiguration() …
                › {    return $this->config;}
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:113 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->setDefaultOutputWalker(string $outputWalkerClass): void …
                › ->get('doctrine.orm.entity_manager')->getConfiguration()->setDefaultQueryHint(
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php:70 {
                Sylius\Bundle\CoreBundle\SyliusCoreBundle->boot(): void …
                › if ($this->container->getParameter('sylius_core.order_by_identifier')) {    $this->setDefaultOutputWalker(OrderByIdentifierSqlWalker::class);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:131 {
                Symfony\Component\HttpKernel\Kernel->boot() …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:192 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                › $this->boot();++$this->requestStackSize;
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
    ]
    2 => [
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.017+01:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "normadev_dev"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "normadev_dev"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.018+01:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\AttributeBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1791
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\AttributeBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/normadev/dev/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/normadev/dev/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/normadev/dev/vendor/doctrine/dbal/src/Connection.php:392 {
                Doctrine\DBAL\Connection->connect() …
                › 
                › if ($this->_eventManager->hasListeners(Events::postConnect)) {    Deprecation::trigger(
              }
              /home/normadev/dev/vendor/doctrine/dbal/src/Connection.php:458 {
                Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
                › try {    $this->connect();} catch (Exception $originalException) {
              }
              /home/normadev/dev/vendor/doctrine/dbal/src/Connection.php:416 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › {    $version = $this->getDatabasePlatformVersion();}
              /home/normadev/dev/vendor/doctrine/dbal/src/Connection.php:323 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /home/normadev/dev/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/normadev/dev/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/normadev/dev/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:5029 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getMonsieurbizCmsPage_Repository_PageService($container) …
                › 
                ›     return $container->services['monsieurbiz_cms_page.repository.page'] = new \App\Repository\Page\PageRepository($a, $a->getClassMetadata('MonsieurBiz\\SyliusCmsPagePlugin\\Entity\\Page'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7131 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getRequestContextService($container) …
                › {    $a = ($container->services['monsieurbiz_cms_page.repository.page'] ?? self::getMonsieurbizCmsPage_Repository_PageService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10354 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getRouter_DefaultService($container) …
                ›     'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',]))->withContext('router.default', $container), 'kernel::loadRoutes', ['cache_dir' => $container->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($container->privates['MonsieurBiz\\SyliusCmsPagePlugin\\Routing\\RequestContext'] ?? self::getRequestContextService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), $a, 'en_US');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6272 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSylius_Shop_LocaleStrippingRouterService($container) …
                › {    $a = ($container->privates['router.default'] ?? self::getRouter_DefaultService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:9929 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getLocaleListenerService($container) …
                › {    $a = ($container->services['sylius.shop.locale_stripping_router'] ?? self::getSylius_Shop_LocaleStrippingRouterService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4682 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.018+01:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\ReviewBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1828
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Sylius\Bundle\ReviewBundle\Doctrine\ORM\Subscriber\LoadMetadataSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/normadev/dev/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/normadev/dev/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/normadev/dev/vendor/doctrine/dbal/src/Connection.php:392 {
                Doctrine\DBAL\Connection->connect() …
                › 
                › if ($this->_eventManager->hasListeners(Events::postConnect)) {    Deprecation::trigger(
              }
              /home/normadev/dev/vendor/doctrine/dbal/src/Connection.php:458 {
                Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
                › try {    $this->connect();} catch (Exception $originalException) {
              }
              /home/normadev/dev/vendor/doctrine/dbal/src/Connection.php:416 {
                Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
                › {    $version = $this->getDatabasePlatformVersion();}
              /home/normadev/dev/vendor/doctrine/dbal/src/Connection.php:323 {
                Doctrine\DBAL\Connection->getDatabasePlatform() …
                › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:876 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:631 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:160 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /home/normadev/dev/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/normadev/dev/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/normadev/dev/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:5029 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getMonsieurbizCmsPage_Repository_PageService($container) …
                › 
                ›     return $container->services['monsieurbiz_cms_page.repository.page'] = new \App\Repository\Page\PageRepository($a, $a->getClassMetadata('MonsieurBiz\\SyliusCmsPagePlugin\\Entity\\Page'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7131 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getRequestContextService($container) …
                › {    $a = ($container->services['monsieurbiz_cms_page.repository.page'] ?? self::getMonsieurbizCmsPage_Repository_PageService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10354 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getRouter_DefaultService($container) …
                ›     'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',]))->withContext('router.default', $container), 'kernel::loadRoutes', ['cache_dir' => $container->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($container->privates['MonsieurBiz\\SyliusCmsPagePlugin\\Routing\\RequestContext'] ?? self::getRequestContextService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), $a, 'en_US');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6272 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSylius_Shop_LocaleStrippingRouterService($container) …
                › {    $a = ($container->privates['router.default'] ?? self::getRouter_DefaultService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:9929 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getLocaleListenerService($container) …
                › {    $a = ($container->services['sylius.shop.locale_stripping_router'] ?? self::getSylius_Shop_LocaleStrippingRouterService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4682 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.019+01:00"
        "message" => "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_LoggableService.php:30, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1888
            #message: "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getStofDoctrineExtensions_Listener_LoggableService.php:30, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
            #code: 0
            #file: "/home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/normadev/dev/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/normadev/dev/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php:196 {
                Gedmo\Mapping\MappedEventSubscriber->setAnnotationReader($reader) …
                › if ($reader instanceof Reader) {    Deprecation::trigger(        'gedmo/doctrine-extensions',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getStofDoctrineExtensions_Listener_LoggableService.php:30 {
                ContainerHAOxQ06\getStofDoctrineExtensions_Listener_LoggableService::do($container, $lazyLoad = true) …
                › $instance->setCacheItemPool(($container->privates['stof_doctrine_extensions.metadata_cache'] ??= new \Symfony\Component\Cache\Adapter\ArrayAdapter()));$instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->setActorProvider(new \Stof\DoctrineExtensionsBundle\Tool\TokenStorageActorProvider(($container->services['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->services['security.authorization_checker'] ?? self::getSecurity_AuthorizationCheckerService($container))));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /home/normadev/dev/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:181 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeListeners(string $eventName): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);    $newHash = $this->getHash($listener);
              }
              /home/normadev/dev/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:59 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->dispatchEvent($eventName, ?EventArgs $eventArgs = null): void …
                › if (!isset($this->initialized[$eventName])) {    $this->initializeListeners($eventName);}
              }
              /home/normadev/dev/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:250 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                ›     $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);    $this->evm->dispatchEvent(Events::loadClassMetadata, $eventArgs);}
              }
              /home/normadev/dev/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/normadev/dev/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/normadev/dev/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/normadev/dev/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:5029 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getMonsieurbizCmsPage_Repository_PageService($container) …
                › 
                ›     return $container->services['monsieurbiz_cms_page.repository.page'] = new \App\Repository\Page\PageRepository($a, $a->getClassMetadata('MonsieurBiz\\SyliusCmsPagePlugin\\Entity\\Page'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7131 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getRequestContextService($container) …
                › {    $a = ($container->services['monsieurbiz_cms_page.repository.page'] ?? self::getMonsieurbizCmsPage_Repository_PageService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10354 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getRouter_DefaultService($container) …
                ›     'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',]))->withContext('router.default', $container), 'kernel::loadRoutes', ['cache_dir' => $container->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($container->privates['MonsieurBiz\\SyliusCmsPagePlugin\\Routing\\RequestContext'] ?? self::getRequestContextService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)), $a, 'en_US');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6272 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSylius_Shop_LocaleStrippingRouterService($container) …
                › {    $a = ($container->privates['router.default'] ?? self::getRouter_DefaultService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:9929 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getLocaleListenerService($container) …
                › {    $a = ($container->services['sylius.shop.locale_stripping_router'] ?? self::getSylius_Shop_LocaleStrippingRouterService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4682 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] fn () => ($container->privates['response_listener'] ??= new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)), 'onKernelResponse'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'setDefaultLocale'], 100);$instance->addListener('kernel.request', [#[\Closure(name: 'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] fn () => ($container->privates['locale_listener'] ?? self::getLocaleListenerService($container)), 'onKernelRequest'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.021+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "api_platform.metadata.resource.metadata_factory.yaml" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2143
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "api_platform.metadata.resource.metadata_factory.yaml" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Metadata_Resource_MetadataFactory_YamlService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Metadata_Resource_MetadataFactory_YamlService.php:23 {
                ContainerHAOxQ06\getApiPlatform_Metadata_Resource_MetadataFactory_YamlService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "api_platform.metadata.resource.metadata_factory.yaml" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7911 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    return $container->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($container->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService($container)), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory($container->load('getApiPlatform_Metadata_Resource_MetadataFactory_YamlService'))))), $container->parameters['api_platform.patch_formats']), $container->parameters['api_platform.formats'], $container->parameters['api_platform.patch_formats']));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.021+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2144
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Factory/MergingExtractorResourceMetadataFactory.php"
            #line: 22
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Factory/MergingExtractorResourceMetadataFactory.php:22 {
                ContainerHAOxQ06\getApiPlatform_Metadata_Resource_MetadataFactory_YamlService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7911 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    return $container->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($container->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService($container)), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory($container->load('getApiPlatform_Metadata_Resource_MetadataFactory_YamlService'))))), $container->parameters['api_platform.patch_formats']), $container->parameters['api_platform.formats'], $container->parameters['api_platform.patch_formats']));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.021+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Metadata\Merger\LegacyResourceMetadataMerger" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2150
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Metadata\Merger\LegacyResourceMetadataMerger" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLegacyResourceMetadataMergerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLegacyResourceMetadataMergerService.php:23 {
                ContainerHAOxQ06\getLegacyResourceMetadataMergerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\ApiPlatform\\Metadata\\Merger\\LegacyResourceMetadataMerger" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7849 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container) …
                › {    return $container->privates['api_platform.metadata.extractor.xml.legacy'] = new \Sylius\Bundle\ApiBundle\ApiPlatform\Metadata\MergingXmlExtractor([(\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Address.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Adjustment.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AdminUser.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AdminUserPassword.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AvatarImage.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotion.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionAction.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionScope.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Channel.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ChannelPriceHistoryConfig.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ChannelPricing.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ChannelPricingLogEntry.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Contact.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Country.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Currency.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Customer.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CustomerGroup.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CustomerPassword.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CustomerVerification.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ExchangeRate.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/GatewayConfig.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Locale.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Order.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/OrderItem.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/OrderItemUnit.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Payment.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PaymentMethod.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PaymentMethodTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Product.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociationType.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociationTypeTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAttribute.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAttributeTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAttributeValue.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductImage.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOption.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOptionTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOptionValue.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductReview.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductTaxon.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductVariant.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductVariantTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Promotion.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PromotionAction.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PromotionCoupon.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PromotionRule.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PromotionTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Province.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Shipment.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingCategory.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethod.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethodRule.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethodTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShopBillingData.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShopUser.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxCategory.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxRate.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Taxon.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxonImage.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxonTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Zone.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ZoneMember.xml'), (\dirname(__DIR__, 4).'/vendor/bitbag/elasticsearch-plugin/src/Resources/config/api_resources/Product.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Address.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Company.xml'), (\dirname(__DIR__, 4).'/config/api_platform/CompanyCustomerPair.xml'), (\dirname(__DIR__, 4).'/config/api_platform/CompanyImage.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Customer.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Invoice.xml'), (\dirname(__DIR__, 4).'/config/api_platform/InvoicePrivateFile.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Order.xml'), (\dirname(__DIR__, 4).'/config/api_platform/OrderItem.xml'), (\dirname(__DIR__, 4).'/config/api_platform/OrderPrivateFile.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Shipment.xml'), (\dirname(__DIR__, 4).'/config/api_platform/ShippingPrivateFile.xml'), (\dirname(__DIR__, 4).'/config/api_platform/SubscriptionCollection.xml')], $container, $container->load('getLegacyResourceMetadataMergerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Metadata_Resource_MetadataFactory_YamlService.php:28 {
                ContainerHAOxQ06\getApiPlatform_Metadata_Resource_MetadataFactory_YamlService::do($container, $lazyLoad = true) …
                › 
                ›     return new \Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([(\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/config/api_resources/address.yaml')], $container)), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ?? self::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container))), $container->parameters['api_platform.defaults']), $container->load('getResourceMetadataPropertyValueResolverService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7911 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    return $container->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($container->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService($container)), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory($container->load('getApiPlatform_Metadata_Resource_MetadataFactory_YamlService'))))), $container->parameters['api_platform.patch_formats']), $container->parameters['api_platform.formats'], $container->parameters['api_platform.patch_formats']));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.021+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Metadata\Merger\LegacyResourceMetadataMerger" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2151
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Metadata\Merger\LegacyResourceMetadataMerger" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Metadata/Merger/LegacyResourceMetadataMerger.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Metadata/Merger/LegacyResourceMetadataMerger.php:16 {
                ContainerHAOxQ06\getLegacyResourceMetadataMergerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7849 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container) …
                › {    return $container->privates['api_platform.metadata.extractor.xml.legacy'] = new \Sylius\Bundle\ApiBundle\ApiPlatform\Metadata\MergingXmlExtractor([(\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Address.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Adjustment.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AdminUser.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AdminUserPassword.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/AvatarImage.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotion.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionAction.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionScope.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CatalogPromotionTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Channel.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ChannelPriceHistoryConfig.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ChannelPricing.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ChannelPricingLogEntry.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Contact.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Country.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Currency.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Customer.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CustomerGroup.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CustomerPassword.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/CustomerVerification.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ExchangeRate.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/GatewayConfig.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Locale.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Order.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/OrderItem.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/OrderItemUnit.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Payment.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PaymentMethod.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PaymentMethodTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Product.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociationType.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAssociationTypeTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAttribute.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAttributeTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductAttributeValue.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductImage.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOption.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOptionTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductOptionValue.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductReview.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductTaxon.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductVariant.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ProductVariantTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Promotion.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PromotionAction.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PromotionCoupon.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PromotionRule.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/PromotionTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Province.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Shipment.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingCategory.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethod.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethodRule.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShippingMethodTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShopBillingData.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ShopUser.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxCategory.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxRate.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Taxon.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxonImage.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/TaxonTranslation.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Zone.xml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/ZoneMember.xml'), (\dirname(__DIR__, 4).'/vendor/bitbag/elasticsearch-plugin/src/Resources/config/api_resources/Product.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Address.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Company.xml'), (\dirname(__DIR__, 4).'/config/api_platform/CompanyCustomerPair.xml'), (\dirname(__DIR__, 4).'/config/api_platform/CompanyImage.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Customer.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Invoice.xml'), (\dirname(__DIR__, 4).'/config/api_platform/InvoicePrivateFile.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Order.xml'), (\dirname(__DIR__, 4).'/config/api_platform/OrderItem.xml'), (\dirname(__DIR__, 4).'/config/api_platform/OrderPrivateFile.xml'), (\dirname(__DIR__, 4).'/config/api_platform/Shipment.xml'), (\dirname(__DIR__, 4).'/config/api_platform/ShippingPrivateFile.xml'), (\dirname(__DIR__, 4).'/config/api_platform/SubscriptionCollection.xml')], $container, $container->load('getLegacyResourceMetadataMergerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Metadata_Resource_MetadataFactory_YamlService.php:28 {
                ContainerHAOxQ06\getApiPlatform_Metadata_Resource_MetadataFactory_YamlService::do($container, $lazyLoad = true) …
                › 
                ›     return new \Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([(\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/config/api_resources/address.yaml')], $container)), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ?? self::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container))), $container->parameters['api_platform.defaults']), $container->load('getResourceMetadataPropertyValueResolverService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7911 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    return $container->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($container->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService($container)), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory($container->load('getApiPlatform_Metadata_Resource_MetadataFactory_YamlService'))))), $container->parameters['api_platform.patch_formats']), $container->parameters['api_platform.formats'], $container->parameters['api_platform.patch_formats']));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.021+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\ResourceMetadataPropertyValueResolver" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2153
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\ResourceMetadataPropertyValueResolver" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getResourceMetadataPropertyValueResolverService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getResourceMetadataPropertyValueResolverService.php:23 {
                ContainerHAOxQ06\getResourceMetadataPropertyValueResolverService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\ApiPlatform\\ResourceMetadataPropertyValueResolver" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Metadata_Resource_MetadataFactory_YamlService.php:28 {
                ContainerHAOxQ06\getApiPlatform_Metadata_Resource_MetadataFactory_YamlService::do($container, $lazyLoad = true) …
                › 
                ›     return new \Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([(\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/config/api_resources/address.yaml')], $container)), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ?? self::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container))), $container->parameters['api_platform.defaults']), $container->load('getResourceMetadataPropertyValueResolverService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7911 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    return $container->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($container->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService($container)), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory($container->load('getApiPlatform_Metadata_Resource_MetadataFactory_YamlService'))))), $container->parameters['api_platform.patch_formats']), $container->parameters['api_platform.formats'], $container->parameters['api_platform.patch_formats']));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.021+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\ResourceMetadataPropertyValueResolver" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2154
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\ResourceMetadataPropertyValueResolver" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/ResourceMetadataPropertyValueResolver.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/ResourceMetadataPropertyValueResolver.php:18 {
                ContainerHAOxQ06\getResourceMetadataPropertyValueResolverService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Metadata_Resource_MetadataFactory_YamlService.php:28 {
                ContainerHAOxQ06\getApiPlatform_Metadata_Resource_MetadataFactory_YamlService::do($container, $lazyLoad = true) …
                › 
                ›     return new \Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([(\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/config/api_resources/address.yaml')], $container)), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ?? self::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container))), $container->parameters['api_platform.defaults']), $container->load('getResourceMetadataPropertyValueResolverService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7911 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    return $container->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($container->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService($container)), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory($container->load('getApiPlatform_Metadata_Resource_MetadataFactory_YamlService'))))), $container->parameters['api_platform.patch_formats']), $container->parameters['api_platform.formats'], $container->parameters['api_platform.patch_formats']));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.021+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\ApiResourceConfigurationMerger" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2156
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\ApiResourceConfigurationMerger" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiResourceConfigurationMergerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiResourceConfigurationMergerService.php:23 {
                ContainerHAOxQ06\getApiResourceConfigurationMergerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\ApiPlatform\\ApiResourceConfigurationMerger" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getResourceMetadataPropertyValueResolverService.php:25 {
                ContainerHAOxQ06\getResourceMetadataPropertyValueResolverService::do($container, $lazyLoad = true) …
                › 
                ›     return new \Sylius\Bundle\ApiBundle\ApiPlatform\ResourceMetadataPropertyValueResolver($container->load('getApiResourceConfigurationMergerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Metadata_Resource_MetadataFactory_YamlService.php:28 {
                ContainerHAOxQ06\getApiPlatform_Metadata_Resource_MetadataFactory_YamlService::do($container, $lazyLoad = true) …
                › 
                ›     return new \Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([(\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/config/api_resources/address.yaml')], $container)), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ?? self::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container))), $container->parameters['api_platform.defaults']), $container->load('getResourceMetadataPropertyValueResolverService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7911 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    return $container->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($container->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService($container)), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory($container->load('getApiPlatform_Metadata_Resource_MetadataFactory_YamlService'))))), $container->parameters['api_platform.patch_formats']), $container->parameters['api_platform.formats'], $container->parameters['api_platform.patch_formats']));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.022+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\ApiResourceConfigurationMerger" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2157
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\ApiResourceConfigurationMerger" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/ApiResourceConfigurationMerger.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/ApiResourceConfigurationMerger.php:16 {
                ContainerHAOxQ06\getApiResourceConfigurationMergerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getResourceMetadataPropertyValueResolverService.php:25 {
                ContainerHAOxQ06\getResourceMetadataPropertyValueResolverService::do($container, $lazyLoad = true) …
                › 
                ›     return new \Sylius\Bundle\ApiBundle\ApiPlatform\ResourceMetadataPropertyValueResolver($container->load('getApiResourceConfigurationMergerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Metadata_Resource_MetadataFactory_YamlService.php:28 {
                ContainerHAOxQ06\getApiPlatform_Metadata_Resource_MetadataFactory_YamlService::do($container, $lazyLoad = true) …
                › 
                ›     return new \Sylius\Bundle\ApiBundle\ApiPlatform\Factory\MergingExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([(\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/config/api_resources/address.yaml')], $container)), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ?? self::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container))), $container->parameters['api_platform.defaults']), $container->load('getResourceMetadataPropertyValueResolverService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7911 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container) …
                › {    return $container->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($container->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService($container)), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')), new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory($container->load('getApiPlatform_Metadata_Resource_MetadataFactory_YamlService'))))), $container->parameters['api_platform.patch_formats']), $container->parameters['api_platform.formats'], $container->parameters['api_platform.patch_formats']));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.022+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2190
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php"
            #line: 53
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php:53 {
                ApiPlatform\Symfony\EventListener\AddFormatListener->__construct(Negotiator $negotiator, $resourceMetadataFactory, array $formats = []) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface && $resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7782 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_AddFormatService($container) …
                › {    return $container->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $container->parameters['api_platform.formats']);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4614 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('sylius.order.post_payment', [#[\Closure(name: 'sylius.listener.checkout_redirect', class: 'Sylius\\Bundle\\CoreBundle\\Checkout\\CheckoutRedirectListener')] fn () => ($container->privates['sylius.listener.checkout_redirect'] ?? $container->load('getSylius_Listener_CheckoutRedirectService')), 'handleCheckoutRedirect'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.022+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2200
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php"
            #line: 52
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php:52 {
                ApiPlatform\Symfony\EventListener\QueryParameterValidateListener->__construct($resourceMetadataFactory, $queryParameterValidator, bool $enabled = true) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));} else {
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7839 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_View_ValidateQueryParametersService($container) …
                › {    return $container->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), new \ApiPlatform\Core\Filter\QueryParameterValidator(($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container))), true);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4626 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate'] ?? $container->load('getApiPlatform_Listener_View_ValidateService')), 'onKernelView'], 64);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurity'], 3);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.023+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataProvider\ChannelAwareItemDataProvider" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1686
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataProvider\ChannelAwareItemDataProvider" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getChannelAwareItemDataProviderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getChannelAwareItemDataProviderService.php:23 {
                ContainerHAOxQ06\getChannelAwareItemDataProviderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataProvider\\ChannelAwareItemDataProvider" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7818 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › }$b = ($container->privates['Sylius\\Bundle\\ApiBundle\\DataProvider\\ChannelAwareItemDataProvider'] ?? $container->load('getChannelAwareItemDataProviderService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.023+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataProvider\ChannelAwareItemDataProvider" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2210
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataProvider\ChannelAwareItemDataProvider" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataProvider/ChannelAwareItemDataProvider.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataProvider/ChannelAwareItemDataProvider.php:21 {
                ContainerHAOxQ06\getChannelAwareItemDataProviderService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7818 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › }$b = ($container->privates['Sylius\\Bundle\\ApiBundle\\DataProvider\\ChannelAwareItemDataProvider'] ?? $container->load('getChannelAwareItemDataProviderService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.023+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\SerializerContextBuilder\ReadOperationContextBuilder" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2219
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\SerializerContextBuilder\ReadOperationContextBuilder" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getReadOperationContextBuilderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getReadOperationContextBuilderService.php:23 {
                ContainerHAOxQ06\getReadOperationContextBuilderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\SerializerContextBuilder\\ReadOperationContextBuilder" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8020 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_ContextBuilder_FilterService($container) …
                › {    $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\SerializerContextBuilder\\ReadOperationContextBuilder'] ?? $container->load('getReadOperationContextBuilderService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.023+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\SerializerContextBuilder\ReadOperationContextBuilder" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2220
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\SerializerContextBuilder\ReadOperationContextBuilder" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SerializerContextBuilder/ReadOperationContextBuilder.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/SerializerContextBuilder/ReadOperationContextBuilder.php:19 {
                ContainerHAOxQ06\getReadOperationContextBuilderService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8020 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_ContextBuilder_FilterService($container) …
                › {    $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\SerializerContextBuilder\\ReadOperationContextBuilder'] ?? $container->load('getReadOperationContextBuilderService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.023+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2224
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php"
            #line: 39
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php:39 {
                ApiPlatform\Serializer\SerializerContextBuilder->__construct($resourceMetadataFactory) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getReadOperationContextBuilderService.php:34 {
                ContainerHAOxQ06\getReadOperationContextBuilderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\ApiBundle\\SerializerContextBuilder\\ReadOperationContextBuilder'] = new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\ReadOperationContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\ChannelContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container))), $a), false, false);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8020 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_ContextBuilder_FilterService($container) …
                › {    $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\SerializerContextBuilder\\ReadOperationContextBuilder'] ?? $container->load('getReadOperationContextBuilderService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.023+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2228
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php"
            #line: 38
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php:38 {
                ApiPlatform\Serializer\SerializerFilterContextBuilder->__construct($resourceMetadataFactory, ContainerInterface $filterLocator, SerializerContextBuilderInterface $decorated) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8031 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_ContextBuilder_FilterService($container) …
                › 
                ›     return $container->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.filter_locator'] ?? self::getApiPlatform_FilterLocatorService($container)), new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\HttpRequestMethodTypeContextBuilder(new \Sylius\Bundle\ApiBundle\SerializerContextBuilder\LocaleContextBuilder($a, $b)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.024+01:00"
        "message" => "User Deprecated: "Sylius\Bundle\ThemeBundle\Translation\Finder\LegacyTranslationFilesFinder" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2317
            #message: "User Deprecated: "Sylius\Bundle\ThemeBundle\Translation\Finder\LegacyTranslationFilesFinder" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/theme-bundle/src/Translation/Finder/LegacyTranslationFilesFinder.php"
            #line: 28
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Translation/Finder/LegacyTranslationFilesFinder.php:28 {
                Sylius\Bundle\ThemeBundle\Translation\Finder\LegacyTranslationFilesFinder->__construct(FinderFactoryInterface $finderFactory) …
                › {    @trigger_error(sprintf(        '"%s" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0.',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7320 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getThemeAwareTranslatorService($container) …
                › 
                › $c = new \Sylius\Bundle\ThemeBundle\Translation\Translator(new \Sylius\Bundle\ThemeBundle\Translation\Provider\Loader\TranslatorLoaderProvider(['php' => ($container->privates['translation.loader.php'] ?? self::getTranslation_Loader_PhpService($container)), 'yaml' => $a, 'yml' => $a, 'xlf' => $b, 'xliff' => $b, 'po' => ($container->privates['translation.loader.po'] ?? self::getTranslation_Loader_PoService($container)), 'mo' => ($container->privates['translation.loader.mo'] ?? self::getTranslation_Loader_MoService($container)), 'ts' => ($container->privates['translation.loader.qt'] ?? self::getTranslation_Loader_QtService($container)), 'csv' => ($container->privates['translation.loader.csv'] ?? self::getTranslation_Loader_CsvService($container)), 'res' => ($container->privates['translation.loader.res'] ?? self::getTranslation_Loader_ResService($container)), 'dat' => ($container->privates['translation.loader.dat'] ?? self::getTranslation_Loader_DatService($container)), 'ini' => ($container->privates['translation.loader.ini'] ?? self::getTranslation_Loader_IniService($container)), 'json' => ($container->privates['translation.loader.json'] ?? self::getTranslation_Loader_JsonService($container))]), new \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\CompositeTranslatorResourceProvider([new \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\SymfonyTranslatorResourceProvider([(\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.af.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.ar.yaml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ar.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/bitbag/elasticsearch-plugin/src/Resources/translations/messages.ar.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.az.xliff'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.be.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.bg.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ca.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ca.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ca.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.cs.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/bitbag/elasticsearch-plugin/src/Resources/translations/messages.cs.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.da.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.da.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.de.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Resources/translations/flashes.de.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Resources/translations/messages.de.yml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/translations/messages.de.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/translations/validators.de.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-payum-stripe-plugin/src/Resources/translations/messages.de.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-payum-stripe-plugin/src/Resources/translations/validators.de.yaml'), (\dirname(__DIR__, 4).'/translations/flashes.de.yaml'), (\dirname(__DIR__, 4).'/translations/messages.de.yaml'), (\dirname(__DIR__, 4).'/translations/validators.de.yaml'), (\dirname(__DIR__, 4).'/translations/flashes.de.yaml'), (\dirname(__DIR__, 4).'/translations/messages.de.yaml'), (\dirname(__DIR__, 4).'/translations/validators.de.yaml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.el.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.en.yaml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.en.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Resources/translations/flashes.en.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/bitbag/elasticsearch-plugin/src/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/bitbag/elasticsearch-plugin/src/Resources/translations/validators.en.yml'), (\dirname(__DIR__, 4).'/vendor/prometee/vies-client-bundle/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/translations/messages.en.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-menu-plugin/src/Resources/translations/messages.en.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-menu-plugin/src/Resources/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/messages.en.yml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-cms-page-plugin/src/Resources/translations/messages.en.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-cms-page-plugin/src/Resources/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-media-manager-plugin/src/Resources/translations/messages.en.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-media-manager-plugin/src/Resources/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-payum-stripe-plugin/src/Resources/translations/messages.en.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-payum-stripe-plugin/src/Resources/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/translations/flashes.en.yaml'), (\dirname(__DIR__, 4).'/translations/messages.en.yaml'), (\dirname(__DIR__, 4).'/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/translations/flashes.en.yaml'), (\dirname(__DIR__, 4).'/translations/messages.en.yaml'), (\dirname(__DIR__, 4).'/translations/validators.en.yaml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.es.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/messages.es.yml'), (\dirname(__DIR__, 4).'/translations/flashes.es.yaml'), (\dirname(__DIR__, 4).'/translations/messages.es.yaml'), (\dirname(__DIR__, 4).'/translations/validators.es.yaml'), (\dirname(__DIR__, 4).'/translations/flashes.es.yaml'), (\dirname(__DIR__, 4).'/translations/messages.es.yaml'), (\dirname(__DIR__, 4).'/translations/validators.es.yaml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.et.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fa.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fa.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fi.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fi.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.fr.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Resources/translations/flashes.fr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/bitbag/elasticsearch-plugin/src/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/prometee/vies-client-bundle/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/translations/messages.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-menu-plugin/src/Resources/translations/messages.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-menu-plugin/src/Resources/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/messages.fr.yml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-cms-page-plugin/src/Resources/translations/messages.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-cms-page-plugin/src/Resources/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-media-manager-plugin/src/Resources/translations/messages.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-media-manager-plugin/src/Resources/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-payum-stripe-plugin/src/Resources/translations/messages.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-payum-stripe-plugin/src/Resources/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/translations/flashes.fr.yaml'), (\dirname(__DIR__, 4).'/translations/messages.fr.yaml'), (\dirname(__DIR__, 4).'/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/translations/flashes.fr.yaml'), (\dirname(__DIR__, 4).'/translations/messages.fr.yaml'), (\dirname(__DIR__, 4).'/translations/validators.fr.yaml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.gl.xliff'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.he.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.hr.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.hr.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/messages.hr.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hu.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.id.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.it.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.it.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ja.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.lt.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.lv.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.mk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.mk.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.mn.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), (\dirname(__DIR__, 4).'/vendor/payum/payum-bundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.nl.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Resources/translations/flashes.nl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/bitbag/elasticsearch-plugin/src/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/messages.nl.yml'), (\dirname(__DIR__, 4).'/vendor/flux-se/sylius-payum-stripe-plugin/src/Resources/translations/messages.nl.yaml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.no.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.no.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.pl.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pl.yml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/messages.pl.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Resources/translations/validators.pl.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-cms-page-plugin/src/Resources/translations/messages.pl.yaml'), (\dirname(__DIR__, 4).'/vendor/monsieurbiz/sylius-cms-page-plugin/src/Resources/translations/validators.pl.yaml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.pt.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pt.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pt_BR.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ro.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ro.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.ru.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ru.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sk.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sk.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sl.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sl.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sl.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sq.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sr_Cyrl.xliff'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sr_Latn.xliff'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sv.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sv.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.th.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.th.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.th.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.tr.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.tr.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.uk.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.uk.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.vi.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.zh_CN.xliff'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.zh_CN.yml'), (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.zh_TW.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de_CH.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.is.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sr_CS.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ko.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ms.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UserBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/flashes.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/resource-bundle/src/Bundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sr.yml'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.oc.xliff'), (\dirname(__DIR__, 4).'/vendor/babdev/pagerfanta-bundle/translations/pagerfanta.sw.xliff')]), new \Sylius\Bundle\ThemeBundle\Translation\Provider\Resource\ThemeTranslatorResourceProvider(new \Sylius\Bundle\ThemeBundle\Translation\Finder\OrderingTranslationFilesFinder(new \Sylius\Bundle\ThemeBundle\Translation\Finder\LegacyTranslationFilesFinder(($container->privates['Sylius\\Bundle\\ThemeBundle\\Factory\\FinderFactoryInterface'] ??= new \Sylius\Bundle\ThemeBundle\Factory\FinderFactory()))), ($container->privates['Sylius\\Bundle\\ThemeBundle\\Repository\\ThemeRepositoryInterface'] ?? self::getThemeRepositoryInterfaceService($container)), ($container->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ??= new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider()))]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en_US', ['cache_dir' => ($container->targetDir.''.'/translations'), 'debug' => true]);$c->setFallbackLocales(['en_US', 'en_US', 'en']);
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6553 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTranslatorService($container) …
                › {    return $container->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($container->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\ThemeAwareTranslator'] ?? self::getThemeAwareTranslatorService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:11587 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › if ($container->has('translator')) {    $instance->setTranslator(($container->services['translator'] ?? self::getTranslatorService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6749 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7859 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › {    $a = ($container->services['validator'] ?? self::getValidatorService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7724 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › }$b = ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7694 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.041+01:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.14: The "sylius.theme.context.channel_based" service is deprecated and will be moved to the ShopBundle in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4766
            #message: "User Deprecated: Since sylius/core-bundle 1.14: The "sylius.theme.context.channel_based" service is deprecated and will be moved to the ShopBundle in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Theme_Context_ChannelBasedService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Theme_Context_ChannelBasedService.php:23 {
                ContainerHAOxQ06\getSylius_Theme_Context_ChannelBasedService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/core-bundle', '1.14', 'The "sylius.theme.context.channel_based" service is deprecated and will be moved to the ShopBundle in Sylius 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7323 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getThemeAwareTranslatorService($container) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\ThemeAwareTranslator'] = new \Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator($c, ($container->privates['sylius.theme.context.channel_based'] ?? $container->load('getSylius_Theme_Context_ChannelBasedService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6553 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTranslatorService($container) …
                › {    return $container->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($container->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\ThemeAwareTranslator'] ?? self::getThemeAwareTranslatorService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:11587 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › if ($container->has('translator')) {    $instance->setTranslator(($container->services['translator'] ?? self::getTranslatorService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6749 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7859 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › {    $a = ($container->services['validator'] ?? self::getValidatorService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7724 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › }$b = ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7694 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.042+01:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.14: The "Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext" class is deprecated and will be moved to the ShopBundle in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4724
            #message: "User Deprecated: Since sylius/core-bundle 1.14: The "Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext" class is deprecated and will be moved to the ShopBundle in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Theme/ChannelBasedThemeContext.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Theme/ChannelBasedThemeContext.php:23 {
                ContainerHAOxQ06\getSylius_Theme_Context_ChannelBasedService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/core-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7323 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getThemeAwareTranslatorService($container) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\ThemeAwareTranslator'] = new \Sylius\Bundle\ThemeBundle\Translation\ThemeAwareTranslator($c, ($container->privates['sylius.theme.context.channel_based'] ?? $container->load('getSylius_Theme_Context_ChannelBasedService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6553 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTranslatorService($container) …
                › {    return $container->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($container->privates['Sylius\\Bundle\\ThemeBundle\\Translation\\ThemeAwareTranslator'] ?? self::getThemeAwareTranslatorService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:11587 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › if ($container->has('translator')) {    $instance->setTranslator(($container->services['translator'] ?? self::getTranslatorService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6749 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7859 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › {    $a = ($container->services['validator'] ?? self::getValidatorService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7724 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › }$b = ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7694 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.042+01:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4726
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/home/normadev/dev/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:11593 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6749 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7859 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › {    $a = ($container->services['validator'] ?? self::getValidatorService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7724 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › }$b = ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7694 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.042+01:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4871
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {    trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8041 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container) …
                › {    return $container->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService'))), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/serialization/Messages/Admin/Account/RequestResetPasswordEmail.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Resources/config/serialization/Messages/Admin/Account/ResetPassword.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Address.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AddressLogEntry.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Adjustment.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AdminUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AvatarImage.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotion.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionAction.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionScope.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Channel.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPriceHistoryConfig.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPricing.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPricingLogEntry.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ChangePasswordShopUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ChangePaymentMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/RegisterShopUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/RequestResetPasswordToken.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ResetPassword.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/AddProductReview.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/AddItemToCart.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/ChangeItemQuantityInCart.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/RemoveItemFromCart.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChoosePaymentMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChooseShippingMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/CompleteOrder.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ShipShipment.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/UpdateCart.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Promotion/GeneratePromotionCoupon.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/SendContactRequest.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Country.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Currency.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Customer.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CustomerGroup.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CustomerStatistics.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ExchangeRate.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/GatewayConfig.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Locale.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Order.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItem.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItemUnit.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Payment.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentMethodTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PerChannelCustomerStatistics.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Product.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationType.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationTypeTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttribute.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttributeTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttributeValue.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductImage.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOption.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValue.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValueTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductReview.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTaxon.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariant.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariantTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Promotion.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionAction.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionCoupon.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionRule.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Province.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Shipment.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingCategory.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethod.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethodRule.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethodTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopBillingData.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopUser.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxCategory.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxRate.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Taxon.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxonImage.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxonTranslation.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Zone.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ZoneMember.xml')), new \Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader((\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/config/serialization/Address.xml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/serialization/_app_address.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/serialization/_app_company.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/serialization/_app_company_customer_pair.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/serialization/_app_customer.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/serialization/_app_invoice.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/serialization/_app_order.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/serialization/_app_shipment.yaml')), new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__, 4).'/config/serialization/_app_subscriptions.yaml'))])));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7871 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container) …
                › 
                › return $container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($container->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? self::getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService($container)), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.extractor.yaml.legacy'] ??= new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([(\dirname(__DIR__, 4).'/vendor/flux-se/sylius-eu-vat-plugin/config/api_resources/address.yaml')], $container)), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($container->services['doctrine'] ?? self::getDoctrineService($container)), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($container->privates['api_platform.metadata.extractor.xml.legacy'] ?? self::getApiPlatform_Metadata_Extractor_Xml_LegacyService($container))))), ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container))))))), new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['api_platform.metadata.property_schema.choice_restriction'] ??= new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction());
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7724 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › }$b = ($container->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? self::getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7694 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4988
            #message: "User Deprecated: Since api-platform/core 2.7: The service "ApiPlatform\Core\Api\IdentifiersExtractor" is deprecated, use ApiPlatform\Api\IdentifiersExtractor instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php"
            #line: 47
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php:47 {
                ApiPlatform\Core\Api\IdentifiersExtractor->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, ?PropertyAccessorInterface $propertyAccessor = null, ?ResourceClassResolverInterface $resourceClassResolver = null, ?bool $metadataBackwardCompatibilityLayer = null) …
                › if ($metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The service "%s" is deprecated, use %s instead.', self::class, NewIdentifiersExtractor::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7732 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_IdentifiersExtractor_CachedService($container) …
                › 
                ›     return $container->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($container->privates['api_platform.cache.identifiers_extractor.traceable'] ?? self::getApiPlatform_Cache_IdentifiersExtractor_TraceableService($container)), new \ApiPlatform\Core\Api\IdentifiersExtractor($a, $b, $c, $d, true), $c, $d);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7694 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Identifier_ConverterService($container) …
                › {    $a = ($container->privates['api_platform.identifiers_extractor.cached'] ?? self::getApiPlatform_IdentifiersExtractor_CachedService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4992
            #message: "User Deprecated: Since api-platform/core 2.7: The listener "ApiPlatform\Core\EventListener\ReadListener" is deprecated and will be replaced by "ApiPlatform\Symfony\EventListener\ReadListener" in 3.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Core/EventListener/ReadListener.php"
            #line: 66
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Core/EventListener/ReadListener.php:66 {
                ApiPlatform\Core\EventListener\ReadListener->__construct(CollectionDataProviderInterface $collectionDataProvider, ItemDataProviderInterface $itemDataProvider, ?SubresourceDataProviderInterface $subresourceDataProvider = null, ?SerializerContextBuilderInterface $serializerContextBuilder = null, ?IdentifierConverterInterface $identifierConverter = null, ?ResourceMetadataFactoryInterface $resourceMetadataFactory = null, ?ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, ?bool $metadataBackwardCompatibilityLayer = null) …
                › if ($metadataBackwardCompatibilityLayer || null === $metadataBackwardCompatibilityLayer) {    trigger_deprecation('api-platform/core', '2.7', sprintf('The listener "%s" is deprecated and will be replaced by "%s" in 3.0.', __CLASS__, SymfonyReadListener::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7829 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_Read_LegacyService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a, $b, $c, ($container->privates['api_platform.serializer.context_builder.filter'] ?? self::getApiPlatform_Serializer_ContextBuilder_FilterService($container)), ($container->privates['api_platform.identifier.converter'] ?? self::getApiPlatform_Identifier_ConverterService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4621 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] fn () => ($container->privates['api_platform.listener.view.write.legacy'] ?? $container->load('getApiPlatform_Listener_View_Write_LegacyService')), 'onKernelView'], 32);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] fn () => ($container->privates['api_platform.listener.request.read.legacy'] ?? self::getApiPlatform_Listener_Request_Read_LegacyService($container)), 'onKernelRequest'], 4);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] fn () => ($container->privates['api_platform.swagger.listener.ui'] ??= new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()), 'onKernelRequest'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5014
            #message: "User Deprecated: Since api-platform/core 2.7: The $exceptionOnNoToken parameter in "ApiPlatform\Symfony\Security\ResourceAccessChecker::__construct()" is deprecated and will always be false in 3.0, you should stop using it."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php"
            #line: 49
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php:49 {
                ApiPlatform\Symfony\Security\ResourceAccessChecker->__construct(?ExpressionLanguage $expressionLanguage = null, ?AuthenticationTrustResolverInterface $authenticationTrustResolver = null, ?RoleHierarchyInterface $roleHierarchy = null, ?TokenStorageInterface $tokenStorage = null, ?AuthorizationCheckerInterface $authorizationChecker = null, bool $exceptionOnNoToken = true) …
                ›     $this->exceptionOnNoToken = $exceptionOnNoToken;    trigger_deprecation('api-platform/core', '2.7', 'The $exceptionOnNoToken parameter in "%s()" is deprecated and will always be false in 3.0, you should stop using it.', __METHOD__);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8010 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Security_ResourceAccessCheckerService($container) …
                › 
                ›     return $container->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($container->privates['security.expression_language'] ?? self::getSecurity_ExpressionLanguageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), ($container->privates['security.role_hierarchy'] ??= new \Symfony\Component\Security\Core\Role\RoleHierarchy([])), ($container->services['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), $a, false);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7988 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Security_Listener_Request_DenyAccessService($container) …
                › {    $a = ($container->privates['api_platform.security.resource_access_checker'] ?? self::getApiPlatform_Security_ResourceAccessCheckerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4627 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] fn () => ($container->privates['api_platform.listener.view.validate_query_parameters'] ?? self::getApiPlatform_Listener_View_ValidateQueryParametersService($container)), 'onKernelRequest'], 16);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurity'], 3);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] fn () => ($container->privates['api_platform.security.listener.request.deny_access'] ?? self::getApiPlatform_Security_Listener_Request_DenyAccessService($container)), 'onSecurityPostDenormalize'], 1);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1622
            #message: "User Deprecated: Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_IriConverter_LegacyService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_IriConverter_LegacyService.php:23 {
                ContainerHAOxQ06\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('api-platform/core', '2.7', 'Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8061 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › }$c = ($container->privates['api_platform.iri_converter.legacy'] ?? $container->load('getApiPlatform_IriConverter_LegacyService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "api_platform.route_name_resolver" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5018
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "api_platform.route_name_resolver" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_RouteNameResolverService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_RouteNameResolverService.php:23 {
                ContainerHAOxQ06\getApiPlatform_RouteNameResolverService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "api_platform.route_name_resolver" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_IriConverter_LegacyService.php:40 {
                ContainerHAOxQ06\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
                › }$d = ($container->services['api_platform.route_name_resolver'] ?? $container->load('getApiPlatform_RouteNameResolverService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8061 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › }$c = ($container->privates['api_platform.iri_converter.legacy'] ?? $container->load('getApiPlatform_IriConverter_LegacyService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "api_platform.route_name_resolver.cached.inner" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5019
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "api_platform.route_name_resolver.cached.inner" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_RouteNameResolver_Cached_InnerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_RouteNameResolver_Cached_InnerService.php:23 {
                ContainerHAOxQ06\getApiPlatform_RouteNameResolver_Cached_InnerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "api_platform.route_name_resolver.cached.inner" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_RouteNameResolverService.php:25 {
                ContainerHAOxQ06\getApiPlatform_RouteNameResolverService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['api_platform.route_name_resolver.cached.inner'] ?? $container->load('getApiPlatform_RouteNameResolver_Cached_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_IriConverter_LegacyService.php:40 {
                ContainerHAOxQ06\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
                › }$d = ($container->services['api_platform.route_name_resolver'] ?? $container->load('getApiPlatform_RouteNameResolverService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8061 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › }$c = ($container->privates['api_platform.iri_converter.legacy'] ?? $container->load('getApiPlatform_IriConverter_LegacyService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Bridge\Symfony\Routing\RouteNameResolver" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5021
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Bridge\Symfony\Routing\RouteNameResolver" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Routing/RouteNameResolver.php"
            #line: 22
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Routing/RouteNameResolver.php:22 {
                ContainerHAOxQ06\getApiPlatform_RouteNameResolver_Cached_InnerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_RouteNameResolverService.php:25 {
                ContainerHAOxQ06\getApiPlatform_RouteNameResolverService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['api_platform.route_name_resolver.cached.inner'] ?? $container->load('getApiPlatform_RouteNameResolver_Cached_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_IriConverter_LegacyService.php:40 {
                ContainerHAOxQ06\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
                › }$d = ($container->services['api_platform.route_name_resolver'] ?? $container->load('getApiPlatform_RouteNameResolverService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8061 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › }$c = ($container->privates['api_platform.iri_converter.legacy'] ?? $container->load('getApiPlatform_IriConverter_LegacyService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Bridge\Symfony\Routing\CachedRouteNameResolver" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5025
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\ApiPlatform\Bridge\Symfony\Routing\CachedRouteNameResolver" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Routing/CachedRouteNameResolver.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/ApiPlatform/Bridge/Symfony/Routing/CachedRouteNameResolver.php:21 {
                ContainerHAOxQ06\getApiPlatform_RouteNameResolverService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_IriConverter_LegacyService.php:40 {
                ContainerHAOxQ06\getApiPlatform_IriConverter_LegacyService::do($container, $lazyLoad = true) …
                › }$d = ($container->services['api_platform.route_name_resolver'] ?? $container->load('getApiPlatform_RouteNameResolverService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8061 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › }$c = ($container->privates['api_platform.iri_converter.legacy'] ?? $container->load('getApiPlatform_IriConverter_LegacyService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.043+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5039
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 108
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:108 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "sylius.api.data_transformer.command_aware_input_data_transformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5042
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "sylius.api.data_transformer.command_aware_input_data_transformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:23 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "sylius.api.data_transformer.command_aware_input_data_transformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\ChannelCodeAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5043
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\ChannelCodeAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getChannelCodeAwareInputCommandDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getChannelCodeAwareInputCommandDataTransformerService.php:23 {
                ContainerHAOxQ06\getChannelCodeAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataTransformer\\ChannelCodeAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:25 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\DataTransformer\\ChannelCodeAwareInputCommandDataTransformer'] ?? $container->load('getChannelCodeAwareInputCommandDataTransformerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\ChannelCodeAwareInputCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5044
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\ChannelCodeAwareInputCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/ChannelCodeAwareInputCommandDataTransformer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/ChannelCodeAwareInputCommandDataTransformer.php:19 {
                ContainerHAOxQ06\getChannelCodeAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:25 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\DataTransformer\\ChannelCodeAwareInputCommandDataTransformer'] ?? $container->load('getChannelCodeAwareInputCommandDataTransformerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\CommandDataTransformerInterface" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5045
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\CommandDataTransformerInterface" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/CommandDataTransformerInterface.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/CommandDataTransformerInterface.php:16 {
                ContainerHAOxQ06\getChannelCodeAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:25 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\DataTransformer\\ChannelCodeAwareInputCommandDataTransformer'] ?? $container->load('getChannelCodeAwareInputCommandDataTransformerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LocaleCodeAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5047
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LocaleCodeAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLocaleCodeAwareInputCommandDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLocaleCodeAwareInputCommandDataTransformerService.php:23 {
                ContainerHAOxQ06\getLocaleCodeAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataTransformer\\LocaleCodeAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:30 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › }$b = ($container->privates['Sylius\\Bundle\\ApiBundle\\DataTransformer\\LocaleCodeAwareInputCommandDataTransformer'] ?? $container->load('getLocaleCodeAwareInputCommandDataTransformerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LocaleCodeAwareInputCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5048
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LocaleCodeAwareInputCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LocaleCodeAwareInputCommandDataTransformer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LocaleCodeAwareInputCommandDataTransformer.php:19 {
                ContainerHAOxQ06\getLocaleCodeAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:30 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › }$b = ($container->privates['Sylius\\Bundle\\ApiBundle\\DataTransformer\\LocaleCodeAwareInputCommandDataTransformer'] ?? $container->load('getLocaleCodeAwareInputCommandDataTransformerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5050
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/CommandAwareInputDataTransformer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/CommandAwareInputDataTransformer.php:19 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\OrderTokenValueAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5052
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\OrderTokenValueAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getOrderTokenValueAwareInputCommandDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getOrderTokenValueAwareInputCommandDataTransformerService.php:23 {
                ContainerHAOxQ06\getOrderTokenValueAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataTransformer\\OrderTokenValueAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\OrderTokenValueAwareInputCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5053
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\OrderTokenValueAwareInputCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/OrderTokenValueAwareInputCommandDataTransformer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/OrderTokenValueAwareInputCommandDataTransformer.php:19 {
                ContainerHAOxQ06\getOrderTokenValueAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\ShipmentIdAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5055
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\ShipmentIdAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getShipmentIdAwareInputCommandDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getShipmentIdAwareInputCommandDataTransformerService.php:23 {
                ContainerHAOxQ06\getShipmentIdAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataTransformer\\ShipmentIdAwareInputCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\ShipmentIdAwareInputCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5056
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\ShipmentIdAwareInputCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/ShipmentIdAwareInputCommandDataTransformer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/ShipmentIdAwareInputCommandDataTransformer.php:19 {
                ContainerHAOxQ06\getShipmentIdAwareInputCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInShopUserIdAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5058
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInShopUserIdAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLoggedInShopUserIdAwareCommandDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLoggedInShopUserIdAwareCommandDataTransformerService.php:23 {
                ContainerHAOxQ06\getLoggedInShopUserIdAwareCommandDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataTransformer\\LoggedInShopUserIdAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.044+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInShopUserIdAwareCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5059
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInShopUserIdAwareCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LoggedInShopUserIdAwareCommandDataTransformer.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LoggedInShopUserIdAwareCommandDataTransformer.php:21 {
                ContainerHAOxQ06\getLoggedInShopUserIdAwareCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailIfNotSetAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5061
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailIfNotSetAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService.php:23 {
                ContainerHAOxQ06\getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataTransformer\\LoggedInCustomerEmailIfNotSetAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailIfNotSetAwareCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5062
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailIfNotSetAwareCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LoggedInCustomerEmailIfNotSetAwareCommandDataTransformer.php"
            #line: 24
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LoggedInCustomerEmailIfNotSetAwareCommandDataTransformer.php:24 {
                ContainerHAOxQ06\getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5064
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLoggedInCustomerEmailAwareCommandDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLoggedInCustomerEmailAwareCommandDataTransformerService.php:23 {
                ContainerHAOxQ06\getLoggedInCustomerEmailAwareCommandDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataTransformer\\LoggedInCustomerEmailAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailAwareCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5065
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\LoggedInCustomerEmailAwareCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LoggedInCustomerEmailAwareCommandDataTransformer.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/LoggedInCustomerEmailAwareCommandDataTransformer.php:23 {
                ContainerHAOxQ06\getLoggedInCustomerEmailAwareCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\SubresourceIdAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5067
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\SubresourceIdAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSubresourceIdAwareCommandDataTransformerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSubresourceIdAwareCommandDataTransformerService.php:23 {
                ContainerHAOxQ06\getSubresourceIdAwareCommandDataTransformerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\DataTransformer\\SubresourceIdAwareCommandDataTransformer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\SubresourceIdAwareCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5068
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\DataTransformer\SubresourceIdAwareCommandDataTransformer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/SubresourceIdAwareCommandDataTransformer.php"
            #line: 20
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/DataTransformer/SubresourceIdAwareCommandDataTransformer.php:20 {
                ContainerHAOxQ06\getSubresourceIdAwareCommandDataTransformerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService.php:36 {
                ContainerHAOxQ06\getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] = new \Sylius\Bundle\ApiBundle\DataTransformer\CommandAwareInputDataTransformer($container->load('getOrderTokenValueAwareInputCommandDataTransformerService'), $container->load('getShipmentIdAwareInputCommandDataTransformerService'), $container->load('getLoggedInShopUserIdAwareCommandDataTransformerService'), $a, $container->load('getLoggedInCustomerEmailIfNotSetAwareCommandDataTransformerService'), $container->load('getLoggedInCustomerEmailAwareCommandDataTransformerService'), $b, $container->load('getSubresourceIdAwareCommandDataTransformerService'));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8078 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5071
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php"
            #line: 42
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php:42 {
                ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer->__construct($resourceMetadataFactory) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getApiPlatform_Messenger_DataTransformerService.php:24 {
                ContainerHAOxQ06\getApiPlatform_Messenger_DataTransformerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8079 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                ›     yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));    yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));}, 2), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $e);
              }
              ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure}() {}
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:124 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › // Just skip our data transformer to trigger a proper deprecation$customDataTransformers = array_filter(\is_array($dataTransformers) ? $dataTransformers : iterator_to_array($dataTransformers), function ($dataTransformer) {    return !$dataTransformer instanceof MessengerDataTransformer;
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5041
            #message: "User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 129
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:129 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if (\count($customDataTransformers)) {    trigger_deprecation('api-platform/core', '2.7', 'The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there.');}
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.045+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5040
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 133
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:133 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($resourceMetadataFactory && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/ItemNormalizer.php:45 {
                ApiPlatform\Serializer\ItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, ?LoggerInterface $logger = null, iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null, array $defaultContext = []) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, $itemDataProvider, $allowPlainIdentifiers, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8077 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Serializer_Normalizer_ItemService($container) …
                › 
                › return $container->privates['api_platform.serializer.normalizer.item'] = new \ApiPlatform\Serializer\ItemNormalizer($a, $b, $c, ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container)), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? self::getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService($container)), $d, false, NULL, new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3793 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandDenormalizerService($container) …
                › {    $a = ($container->privates['api_platform.serializer.normalizer.item'] ?? self::getApiPlatform_Serializer_Normalizer_ItemService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getCommandArgumentsDenormalizerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandDenormalizer'] ?? self::getCommandDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10507 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › {    $a = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CommandArgumentsDenormalizer'] ?? self::getCommandArgumentsDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.063+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Validator\ResourceInputDataPropertiesValidatorInterface" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5333
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Validator\ResourceInputDataPropertiesValidatorInterface" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getResourceInputDataPropertiesValidatorInterfaceService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getResourceInputDataPropertiesValidatorInterfaceService.php:23 {
                ContainerHAOxQ06\getResourceInputDataPropertiesValidatorInterfaceService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\Validator\\ResourceInputDataPropertiesValidatorInterface" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3756 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getChannelPriceHistoryConfigDenormalizerService($container) …
                › {    $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\Validator\\ResourceInputDataPropertiesValidatorInterface'] ?? $container->load('getResourceInputDataPropertiesValidatorInterfaceService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10537 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$g = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelPriceHistoryConfigDenormalizer'] ?? self::getChannelPriceHistoryConfigDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.063+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Validator\ResourceApiInputDataPropertiesValidator" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5335
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Validator\ResourceApiInputDataPropertiesValidator" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Validator/ResourceApiInputDataPropertiesValidator.php"
            #line: 20
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Validator/ResourceApiInputDataPropertiesValidator.php:20 {
                ContainerHAOxQ06\getResourceInputDataPropertiesValidatorInterfaceService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3756 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getChannelPriceHistoryConfigDenormalizerService($container) …
                › {    $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\Validator\\ResourceInputDataPropertiesValidatorInterface'] ?? $container->load('getResourceInputDataPropertiesValidatorInterfaceService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10537 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$g = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelPriceHistoryConfigDenormalizer'] ?? self::getChannelPriceHistoryConfigDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.063+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Validator\ResourceInputDataPropertiesValidatorInterface" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5336
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Validator\ResourceInputDataPropertiesValidatorInterface" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Validator/ResourceInputDataPropertiesValidatorInterface.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Validator/ResourceInputDataPropertiesValidatorInterface.php:18 {
                ContainerHAOxQ06\getResourceInputDataPropertiesValidatorInterfaceService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3756 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getChannelPriceHistoryConfigDenormalizerService($container) …
                › {    $a = ($container->privates['Sylius\\Bundle\\ApiBundle\\Validator\\ResourceInputDataPropertiesValidatorInterface'] ?? $container->load('getResourceInputDataPropertiesValidatorInterfaceService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10537 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$g = ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelPriceHistoryConfigDenormalizer'] ?? self::getChannelPriceHistoryConfigDenormalizerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.063+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5343
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php"
            #line: 65
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php:65 {
                ApiPlatform\Core\JsonSchema\SchemaFactory->__construct($typeFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, ?NameConverterInterface $nameConverter = null, ?ResourceClassResolverInterface $resourceClassResolver = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7668 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container) …
                › 
                ›     return $container->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $b, $c, ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), ($container->privates['api_platform.resource_class_resolver'] ?? self::getApiPlatform_ResourceClassResolverService($container))));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7744 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_JsonSchema_TypeFactoryService($container) …
                › 
                › $instance->setSchemaFactory(($container->privates['api_platform.hydra.json_schema.schema_factory'] ?? self::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container)));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7652 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container) …
                › {    $a = ($container->privates['api_platform.json_schema.type_factory'] ?? self::getApiPlatform_JsonSchema_TypeFactoryService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10567 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$m = ($container->privates['api_platform.hydra.json_schema.schema_factory'] ?? self::getApiPlatform_Hydra_JsonSchema_SchemaFactoryService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.063+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5359
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/JsonLd/ContextBuilder.php"
            #line: 76
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/JsonLd/ContextBuilder.php:76 {
                ApiPlatform\JsonLd\ContextBuilder->__construct(ResourceNameCollectionFactoryInterface $resourceNameCollectionFactory, $resourceMetadataFactory, $propertyNameCollectionFactory, $propertyMetadataFactory, UrlGeneratorInterface $urlGenerator, ?NameConverterInterface $nameConverter = null, ?IriConverterInterface $iriConverter = null) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7772 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Jsonld_ContextBuilderService($container) …
                › 
                ›     return $container->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($container->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService($container)), ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)), $a, $b, $c, ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container)), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($c));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10602 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › }$t = ($container->privates['api_platform.jsonld.context_builder'] ?? self::getApiPlatform_Jsonld_ContextBuilderService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#784
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php"
            #line: 169
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php:169 {
                ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, PropertyMetadataFactoryInterface $propertyMetadataFactory, $jsonSchemaFactory = null, $jsonSchemaTypeFactory = null, ?OperationPathResolverInterface $operationPathResolver = null, ?UrlGeneratorInterface $urlGenerator = null, $filterLocator = null, ?NameConverterInterface $nameConverter = null, bool $oauthEnabled = false, string $oauthType = '', string $oauthFlow = '', string $oauthTokenUrl = '', string $oauthAuthorizationUrl = '', array $oauthScopes = [], array $apiKeys = [], ?SubresourceOperationFactoryInterface $subresourceOperationFactory = null, bool $paginationEnabled = true, string $paginationPageParameterName = 'page', bool $clientItemsPerPage = false, string $itemsPerPageParameterName = '…12', $formats = [], bool $paginationClientEnabled = false, string $paginationClientEnabledParameterName = '…10', array $defaultContext = [], array $swaggerVersions = […2], ?IdentifiersExtractorInterface $identifiersExtractor = null, ?NormalizerInterface $openApiNormalizer = null, bool $legacyMode = false) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10631 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › $da = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($ba, $k, $l, $m, ($container->privates['api_platform.json_schema.type_factory'] ?? self::getApiPlatform_JsonSchema_TypeFactoryService($container)), $n, NULL, $ca, NULL, false, 'oauth2', 'application', '', '', [], $container->getParameter('api_platform.swagger.api_keys'), $o, true, 'page', true, 'itemsPerPage', $container->parameters['api_platform.formats'], false, 'pagination', [], $container->parameters['api_platform.swagger.versions'], $p, NULL, true, $z));$ea = ($container->privates['serializer.name_converter.metadata_aware'] ?? self::getSerializer_NameConverter_MetadataAwareService($container));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Serializer\FlattenExceptionNormalizer" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5408
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Serializer\FlattenExceptionNormalizer" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getFlattenExceptionNormalizerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getFlattenExceptionNormalizerService.php:23 {
                ContainerHAOxQ06\getFlattenExceptionNormalizerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Serializer\FlattenExceptionNormalizer" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5405
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\Serializer\FlattenExceptionNormalizer" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/FlattenExceptionNormalizer.php"
            #line: 20
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/Serializer/FlattenExceptionNormalizer.php:20 {
                ContainerHAOxQ06\getFlattenExceptionNormalizerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5423
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php"
            #line: 77
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php:77 {
                ApiPlatform\Hydra\Serializer\DocumentationNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, ResourceClassResolverInterface $resourceClassResolver, ?OperationMethodResolverInterface $operationMethodResolver, UrlGeneratorInterface $urlGenerator, ?SubresourceOperationFactoryInterface $subresourceOperationFactory = null, ?NameConverterInterface $nameConverter = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5426
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php"
            #line: 46
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:46 {
                ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5419
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php:51 {
                ApiPlatform\Hydra\Serializer\EntrypointNormalizer->__construct($resourceMetadataFactory, $iriConverter, UrlGeneratorInterface $urlGenerator) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5437
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 108
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:108 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/normadev/dev/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5439
            #message: "User Deprecated: Since api-platform/core 2.7: The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 129
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:129 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if (\count($customDataTransformers)) {    trigger_deprecation('api-platform/core', '2.7', 'The DataTransformer pattern is deprecated, use a Provider or a Processor and either use your input or return a new output there.');}
              }
              /home/normadev/dev/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.064+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5438
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php"
            #line: 133
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php:133 {
                ApiPlatform\Serializer\AbstractItemNormalizer->__construct(PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, ?ItemDataProviderInterface $itemDataProvider = null, bool $allowPlainIdentifiers = false, array $defaultContext = [], iterable $dataTransformers = [], $resourceMetadataFactory = null, ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($resourceMetadataFactory && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:52 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › {    parent::__construct($propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, $resourceClassResolver, $propertyAccessor, $nameConverter, $classMetadataFactory, null, false, $defaultContext, $dataTransformers, $resourceMetadataFactory, $resourceAccessChecker);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5440
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php"
            #line: 55
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php:55 {
                ApiPlatform\JsonLd\Serializer\ItemNormalizer->__construct($resourceMetadataFactory, PropertyNameCollectionFactoryInterface $propertyNameCollectionFactory, $propertyMetadataFactory, $iriConverter, ResourceClassResolverInterface $resourceClassResolver, ContextBuilderInterface $contextBuilder, ?PropertyAccessorInterface $propertyAccessor = null, ?NameConverterInterface $nameConverter = null, ?ClassMetadataFactoryInterface $classMetadataFactory = null, array $defaultContext = [], iterable $dataTransformers = [], ?ResourceAccessCheckerInterface $resourceAccessChecker = null) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10637 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                › 
                › return $container->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($x), $a, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableLocaleKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\TranslatableLocaleKeyDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantChannelPricingsChannelCodeKeyDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductVariantChannelPricingsChannelCodeKeyDenormalizer()), $b, $c, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueDenormalizer'] ?? self::getProductAttributeValueDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductDenormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\ProductDenormalizer()), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductAttributeValueNormalizer'] ?? self::getProductAttributeValueNormalizerService($container)), $d, $e, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ProductVariantNormalizer'] ?? self::getProductVariantNormalizerService($container)), $f, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ZoneDenormalizer'] ?? self::getZoneDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\TranslatableDenormalizer'] ?? self::getTranslatableDenormalizerService($container)), $g, ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\ChannelDenormalizer'] ?? self::getChannelDenormalizerService($container)), ($container->services['sylius.api.denormalizer.numeric_to_string.tax_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Taxation\\TaxRate', 'amount')), ($container->services['sylius.api.denormalizer.numeric_to_string.exchange_rate'] ??= new \Sylius\Bundle\ApiBundle\Serializer\NumericToStringDenormalizer('App\\Entity\\Currency\\ExchangeRate', 'ratio')), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\CustomerDenormalizer'] ?? self::getCustomerDenormalizerService($container)), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\DoctrineCollectionValuesNormalizer'] ??= new \Sylius\Bundle\ApiBundle\Serializer\DoctrineCollectionValuesNormalizer()), new \App\Importer\Denormalizer\EmptyStringToNullDateTimeDenormalizer(), new \App\Importer\Denormalizer\OptionDenormalizer($h), new \App\Importer\Denormalizer\TaxonTranslatableDenormalizer($h), new \BabDev\PagerfantaBundle\Serializer\Normalizer\PagerfantaNormalizer(), new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), $i, ($container->services['date_time_normalizer'] ??= new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(['datetime_format' => 'Y-m-d H:i:s'])), new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), ($container->services['Sylius\\Bundle\\ApiBundle\\Serializer\\FlattenExceptionNormalizer'] ?? $container->load('getFlattenExceptionNormalizerService')), $aa, $da, new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($q, [], $ea), new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $ea), $da, $aa, new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($ba, $k, $l, $fa, NULL, $q, NULL, $ea), new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($ba, $r, $q), $s, new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true, translator: $ga), new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($ba, $k, $l, $r, $fa, $t, $x, $ea, $ha, [], new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['sylius.api.data_transformer.command_aware_input_data_transformer'] ?? $container->load('getSylius_Api_DataTransformer_CommandAwareInputDataTransformerService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5460
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php"
            #line: 63
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php:63 {
                ApiPlatform\Hydra\Serializer\CollectionNormalizer->__construct(ContextBuilderInterface $contextBuilder, ResourceClassResolverInterface $resourceClassResolver, $iriConverter, ?ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory = null, array $defaultContext = []) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10640 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                ›         yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));    }, 2), $u), $v, new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $ea), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ha, $ea, $j, ($container->privates['serializer.mapping.class_discriminator_resolver'] ?? self::getSerializer_Mapping_ClassDiscriminatorResolverService($container)), NULL, [])), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($ga), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t, $fa, $r, NULL), 'page', 'pagination', $ba, $x), $ba, $fa, $ca), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($w, $r, $t), $w], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $y, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')], []);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5461
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php"
            #line: 50
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php:50 {
                ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer->__construct(NormalizerInterface $collectionNormalizer, string $pageParameterName = 'page', string $enabledParameterName = '…10', $resourceMetadataFactory = null, ?PropertyAccessorInterface $propertyAccessor = null) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10640 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                ›         yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));    }, 2), $u), $v, new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $ea), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ha, $ea, $j, ($container->privates['serializer.mapping.class_discriminator_resolver'] ?? self::getSerializer_Mapping_ClassDiscriminatorResolverService($container)), NULL, [])), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($ga), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t, $fa, $r, NULL), 'page', 'pagination', $ba, $x), $ba, $fa, $ca), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($w, $r, $t), $w], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $y, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')], []);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5462
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php"
            #line: 52
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php:52 {
                ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer->__construct(NormalizerInterface $collectionNormalizer, $resourceMetadataFactory, $resourceClassResolver, $filterLocator) …
                › if (!$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10640 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                ›         yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));    }, 2), $u), $v, new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $ea), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ha, $ea, $j, ($container->privates['serializer.mapping.class_discriminator_resolver'] ?? self::getSerializer_Mapping_ClassDiscriminatorResolverService($container)), NULL, [])), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($ga), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t, $fa, $r, NULL), 'page', 'pagination', $ba, $x), $ba, $fa, $ca), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($w, $r, $t), $w], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $y, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')], []);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5465
            #message: "User Deprecated: Since api-platform/core 2.7: Use an implementation of "ApiPlatform\Api\IriConverterInterface" instead of "ApiPlatform\Core\Api\IriConverterInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php"
            #line: 44
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php:44 {
                ApiPlatform\JsonLd\Serializer\ObjectNormalizer->__construct(NormalizerInterface $decorated, $iriConverter, AnonymousContextBuilderInterface $anonymousContextBuilder) …
                › if ($iriConverter instanceof LegacyIriConverterInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use an implementation of "%s" instead of "%s".', IriConverterInterface::class, LegacyIriConverterInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10640 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSerializerService($container) …
                ›         yield 1 => ($container->privates['api_platform.messenger.data_transformer'] ?? $container->load('getApiPlatform_Messenger_DataTransformerService'));    }, 2), $u), $v, new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $ea), new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($ha, $ea, $j, ($container->privates['serializer.mapping.class_discriminator_resolver'] ?? self::getSerializer_Mapping_ClassDiscriminatorResolverService($container)), NULL, [])), new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($container->privates['mime_types'] ?? self::getMimeTypesService($container))), new \Symfony\Component\Serializer\Normalizer\TranslatableNormalizer($ga), new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($t, $fa, $r, NULL), 'page', 'pagination', $ba, $x), $ba, $fa, $ca), new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($w, $r, $t), $w], [new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $y, new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), new \Symfony\Component\Serializer\Encoder\CsvEncoder(), new \ApiPlatform\Serializer\JsonEncoder('jsonld'), new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')], []);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7792 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › {    $a = ($container->privates['serializer'] ?? self::getSerializerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5482
            #message: "User Deprecated: Since api-platform/core 2.7: Use "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" instead of "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"."
            #code: 0
            #file: "/home/normadev/dev/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php"
            #line: 63
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php:63 {
                ApiPlatform\Symfony\EventListener\DeserializeListener->__construct(SerializerInterface $serializer, SerializerContextBuilderInterface $serializerContextBuilder, $resourceMetadataFactory) …
                › if ($resourceMetadataFactory instanceof ResourceMetadataFactoryInterface && !$resourceMetadataFactory instanceof ResourceMetadataCollectionFactoryInterface) {    trigger_deprecation('api-platform/core', '2.7', sprintf('Use "%s" instead of "%s".', ResourceMetadataCollectionFactoryInterface::class, ResourceMetadataFactoryInterface::class));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7803 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getApiPlatform_Listener_Request_DeserializeService($container) …
                › 
                ›     return $container->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, $b, ($container->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? self::getApiPlatform_Metadata_Resource_MetadataFactory_CachedService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4615 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] fn () => ($container->privates['api_platform.listener.request.add_format'] ?? self::getApiPlatform_Listener_Request_AddFormatService($container)), 'onKernelRequest'], 28);$instance->addListener('kernel.request', [#[\Closure(name: 'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] fn () => ($container->privates['api_platform.listener.request.deserialize'] ?? self::getApiPlatform_Listener_Request_DeserializeService($container)), 'onKernelRequest'], 2);$instance->addListener('kernel.view', [#[\Closure(name: 'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] fn () => ($container->privates['api_platform.listener.view.serialize'] ?? $container->load('getApiPlatform_Listener_View_SerializeService')), 'onKernelView'], 16);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Storage\FilterStorage is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1627
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Storage\FilterStorage is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getFilterStorageService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getFilterStorageService.php:23 {
                ContainerHAOxQ06\getFilterStorageService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\Storage\\FilterStorage is deprecated and will be removed in Sylius 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:5607 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSylius_EventSubscriber_AdminFilterSubscriberService($container) …
                › {    return $container->services['sylius.event_subscriber.admin_filter_subscriber'] = new \Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber(($container->privates['Sylius\\Bundle\\UiBundle\\Storage\\FilterStorage'] ?? $container->load('getFilterStorageService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4745 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'sylius.event_subscriber.admin_cache_control_subscriber', class: 'Sylius\\Bundle\\AdminBundle\\EventListener\\AdminSectionCacheControlSubscriber')] fn () => ($container->services['sylius.event_subscriber.admin_cache_control_subscriber'] ?? self::getSylius_EventSubscriber_AdminCacheControlSubscriberService($container)), 'setCacheControlDirectives'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'sylius.event_subscriber.admin_filter_subscriber', class: 'Sylius\\Bundle\\AdminBundle\\EventListener\\AdminFilterSubscriber')] fn () => ($container->services['sylius.event_subscriber.admin_filter_subscriber'] ?? self::getSylius_EventSubscriber_AdminFilterSubscriberService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'sylius.listener.shop_customer_account_sub_section_cache_control_subscriber', class: 'Sylius\\Bundle\\ShopBundle\\EventListener\\ShopCustomerAccountSubSectionCacheControlSubscriber')] fn () => ($container->services['sylius.listener.shop_customer_account_sub_section_cache_control_subscriber'] ?? self::getSylius_Listener_ShopCustomerAccountSubSectionCacheControlSubscriberService($container)), 'setCacheControlDirectives'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Storage\FilterStorage" class is deprecated and will be removed in Sylius 2.0. Use Sylius\Bundle\GridBundle\Storage\SessionFilterStorage from sylius/grid-bundle version 1.13 or later instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5483
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Storage\FilterStorage" class is deprecated and will be removed in Sylius 2.0. Use Sylius\Bundle\GridBundle\Storage\SessionFilterStorage from sylius/grid-bundle version 1.13 or later instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Storage/FilterStorage.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Storage/FilterStorage.php:19 {
                ContainerHAOxQ06\getFilterStorageService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:5607 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSylius_EventSubscriber_AdminFilterSubscriberService($container) …
                › {    return $container->services['sylius.event_subscriber.admin_filter_subscriber'] = new \Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber(($container->privates['Sylius\\Bundle\\UiBundle\\Storage\\FilterStorage'] ?? $container->load('getFilterStorageService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4745 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'sylius.event_subscriber.admin_cache_control_subscriber', class: 'Sylius\\Bundle\\AdminBundle\\EventListener\\AdminSectionCacheControlSubscriber')] fn () => ($container->services['sylius.event_subscriber.admin_cache_control_subscriber'] ?? self::getSylius_EventSubscriber_AdminCacheControlSubscriberService($container)), 'setCacheControlDirectives'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'sylius.event_subscriber.admin_filter_subscriber', class: 'Sylius\\Bundle\\AdminBundle\\EventListener\\AdminFilterSubscriber')] fn () => ($container->services['sylius.event_subscriber.admin_filter_subscriber'] ?? self::getSylius_EventSubscriber_AdminFilterSubscriberService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'sylius.listener.shop_customer_account_sub_section_cache_control_subscriber', class: 'Sylius\\Bundle\\ShopBundle\\EventListener\\ShopCustomerAccountSubSectionCacheControlSubscriber')] fn () => ($container->services['sylius.listener.shop_customer_account_sub_section_cache_control_subscriber'] ?? self::getSylius_Listener_ShopCustomerAccountSubSectionCacheControlSubscriberService($container)), 'setCacheControlDirectives'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.065+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Storage\FilterStorage" class is deprecated and will be removed in Sylius 2.0. Use Sylius\Bundle\GridBundle\Storage\FilterStorageInterface from sylius/grid-bundle version 1.13 or later instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5484
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Storage\FilterStorage" class is deprecated and will be removed in Sylius 2.0. Use Sylius\Bundle\GridBundle\Storage\FilterStorageInterface from sylius/grid-bundle version 1.13 or later instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Storage/FilterStorageInterface.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Storage/FilterStorageInterface.php:16 {
                ContainerHAOxQ06\getFilterStorageService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:5607 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getSylius_EventSubscriber_AdminFilterSubscriberService($container) …
                › {    return $container->services['sylius.event_subscriber.admin_filter_subscriber'] = new \Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber(($container->privates['Sylius\\Bundle\\UiBundle\\Storage\\FilterStorage'] ?? $container->load('getFilterStorageService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4745 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'sylius.event_subscriber.admin_cache_control_subscriber', class: 'Sylius\\Bundle\\AdminBundle\\EventListener\\AdminSectionCacheControlSubscriber')] fn () => ($container->services['sylius.event_subscriber.admin_cache_control_subscriber'] ?? self::getSylius_EventSubscriber_AdminCacheControlSubscriberService($container)), 'setCacheControlDirectives'], 0);$instance->addListener('kernel.request', [#[\Closure(name: 'sylius.event_subscriber.admin_filter_subscriber', class: 'Sylius\\Bundle\\AdminBundle\\EventListener\\AdminFilterSubscriber')] fn () => ($container->services['sylius.event_subscriber.admin_filter_subscriber'] ?? self::getSylius_EventSubscriber_AdminFilterSubscriberService($container)), 'onKernelRequest'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'sylius.listener.shop_customer_account_sub_section_cache_control_subscriber', class: 'Sylius\\Bundle\\ShopBundle\\EventListener\\ShopCustomerAccountSubSectionCacheControlSubscriber')] fn () => ($container->services['sylius.listener.shop_customer_account_sub_section_cache_control_subscriber'] ?? self::getSylius_Listener_ShopCustomerAccountSubSectionCacheControlSubscriberService($container)), 'setCacheControlDirectives'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.070+01:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "bitbag_sylius_elasticsearch_plugin_shop_list_products"
          "route_parameters" => [
            "_route" => "bitbag_sylius_elasticsearch_plugin_shop_list_products"
            "_controller" => "bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search"
            "template" => "@BitBagSyliusElasticsearchPlugin/Shop/Product/index.html.twig"
            "slug" => "main/committees-1/bsi-5680/materials-1237"
          ]
          "request_uri" => "https://dev.normadoc.fr/products-list/main/committees-1/bsi-5680/materials-1237"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.078+01:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticators" => 3
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.078+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "App\Keycloak\Security\Authenticator\KeycloakAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.078+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "App\Keycloak\Security\Authenticator\KeycloakAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.078+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.078+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.078+01:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.078+01:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "shop"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.099+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.certification AS certification_18, t0.default_locale_id AS default_locale_id_19, t20.code AS code_21, t20.created_at AS created_at_22, t20.updated_at AS updated_at_23, t20.id AS id_24, t0.base_currency_id AS base_currency_id_25, t26.code AS code_27, t26.created_at AS created_at_28, t26.updated_at AS updated_at_29, t26.id AS id_30, t0.default_tax_zone_id AS default_tax_zone_id_31, t0.menu_taxon_id AS menu_taxon_id_32, t0.base_country_id AS base_country_id_33, t34.code AS code_35, t34.enabled AS enabled_36, t34.id AS id_37, t0.european_zone_id AS european_zone_id_38, t39.code AS code_40, t39.name AS name_41, t39.type AS type_42, t39.scope AS scope_43, t39.id AS id_44, t39.euVatNumberRequired AS euVatNumberRequired_45, t0.shop_billing_data_id AS shop_billing_data_id_46, t0.channel_price_history_config_id AS channel_price_history_config_id_47 FROM sylius_channel t0 INNER JOIN sylius_locale t20 ON t0.default_locale_id = t20.id INNER JOIN sylius_currency t26 ON t0.base_currency_id = t26.id LEFT JOIN sylius_country t34 ON t0.base_country_id = t34.id LEFT JOIN sylius_zone t39 ON t0.european_zone_id = t39.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1"
          "params" => [
            1 => "dev.normadoc.fr"
            2 => 1
          ]
          "types" => [
            1 => 2
            2 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.107+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 1
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\StreamWrapperListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber::validateApi"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.108+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Resource\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\Subscribers\ProductAccessInSubscriptionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Subscribers\NonSubscriberRedirectSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Subscribers\SubscriberProductViewSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Subscribers\NonSubscriberRedirectSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Subscribers\SubscriberProductViewSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.109+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.149+01:00"
        "message" => "User Deprecated: "Sylius\Bundle\ThemeBundle\Asset\Installer\LegacyAssetsProvider" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7022
            #message: "User Deprecated: "Sylius\Bundle\ThemeBundle\Asset\Installer\LegacyAssetsProvider" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/theme-bundle/src/Asset/Installer/LegacyAssetsProvider.php"
            #line: 34
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Asset/Installer/LegacyAssetsProvider.php:34 {
                Sylius\Bundle\ThemeBundle\Asset\Installer\LegacyAssetsProvider->__construct(AssetsProviderInterface $assetsProvider, KernelInterface $kernel, ThemeHierarchyProviderInterface $themeHierarchyProvider) …
                › {    @trigger_error(sprintf(        '"%s" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0.',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7287 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getLegacyAssetsProviderService($container) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\ThemeBundle\\Asset\\Installer\\LegacyAssetsProvider'] = new \Sylius\Bundle\ThemeBundle\Asset\Installer\LegacyAssetsProvider(new \Sylius\Bundle\ThemeBundle\Asset\Installer\AssetsProvider($a, $b), $a, $b);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7297 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getPathResolverInterfaceService($container) …
                › {    return $container->privates['Sylius\\Bundle\\ThemeBundle\\Asset\\PathResolverInterface'] = new \Sylius\Bundle\ThemeBundle\Asset\PathResolver(($container->privates['Sylius\\Bundle\\ThemeBundle\\Asset\\Installer\\LegacyAssetsProvider'] ?? self::getLegacyAssetsProviderService($container)), ($container->privates['Sylius\\Bundle\\ThemeBundle\\Filesystem\\FilesystemInterface'] ??= new \Sylius\Bundle\ThemeBundle\Filesystem\Filesystem()));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:8193 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getAssets_PackagesService($container) …
                › {    return $container->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Sylius\Bundle\ThemeBundle\Asset\Package\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ($container->privates['sylius.theme.context.channel_based'] ?? $container->load('getSylius_Theme_Context_ChannelBasedService')), ($container->privates['Sylius\\Bundle\\ThemeBundle\\Asset\\PathResolverInterface'] ?? self::getPathResolverInterfaceService($container)), ($container->privates['assets.context'] ?? self::getAssets_ContextService($container))), new RewindableGenerator(function () use ($container) {        yield 'shop' => ($container->privates['assets._package_shop'] ?? $container->load('getAssets_PackageShopService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6601 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($container->privates['assets.packages'] ?? self::getAssets_PackagesService($container))));$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.151+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service sylius.twig.extension.form_test_attribute_array is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7175
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service sylius.twig.extension.form_test_attribute_array is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_FormTestAttributeArrayService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_FormTestAttributeArrayService.php:23 {
                ContainerHAOxQ06\getSylius_Twig_Extension_FormTestAttributeArrayService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service sylius.twig.extension.form_test_attribute_array is deprecated and will be removed in Sylius 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6640 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\UiBundle\Twig\PercentageExtension());$instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_array'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeArrayService')));$instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_name'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeNameService')));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.151+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension" class is deprecated and will be removed in Sylius 2.0. Use sylius/twig-extra package instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7176
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension" class is deprecated and will be removed in Sylius 2.0. Use sylius/twig-extra package instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TestFormAttributeExtension.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TestFormAttributeExtension.php:19 {
                ContainerHAOxQ06\getSylius_Twig_Extension_FormTestAttributeArrayService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6640 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\UiBundle\Twig\PercentageExtension());$instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_array'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeArrayService')));$instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_name'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeNameService')));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.151+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service sylius.twig.extension.form_test_attribute_name is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7178
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service sylius.twig.extension.form_test_attribute_name is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_FormTestAttributeNameService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_FormTestAttributeNameService.php:23 {
                ContainerHAOxQ06\getSylius_Twig_Extension_FormTestAttributeNameService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service sylius.twig.extension.form_test_attribute_name is deprecated and will be removed in Sylius 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6641 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_array'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeArrayService')));$instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_name'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeNameService')));$instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.151+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension" class is deprecated and will be removed in Sylius 2.0. Use sylius/twig-extra package instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7179
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension" class is deprecated and will be removed in Sylius 2.0. Use sylius/twig-extra package instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TestHtmlAttributeExtension.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TestHtmlAttributeExtension.php:19 {
                ContainerHAOxQ06\getSylius_Twig_Extension_FormTestAttributeNameService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6641 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_array'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeArrayService')));$instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_name'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeNameService')));$instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.151+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service sylius.twig.extension.sort_by is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7181
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service sylius.twig.extension.sort_by is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_SortByService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_SortByService.php:23 {
                ContainerHAOxQ06\getSylius_Twig_Extension_SortByService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service sylius.twig.extension.sort_by is deprecated and will be removed in Sylius 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6642 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_name'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeNameService')));$instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.151+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension" class is deprecated and will be removed in Sylius 2.0. Use sylius/twig-extra package instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7182
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\TestFormAttributeExtension" class is deprecated and will be removed in Sylius 2.0. Use sylius/twig-extra package instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/SortByExtension.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/SortByExtension.php:21 {
                ContainerHAOxQ06\getSylius_Twig_Extension_SortByService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6642 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['sylius.twig.extension.form_test_attribute_name'] ?? $container->load('getSylius_Twig_Extension_FormTestAttributeNameService')));$instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.151+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service sylius.twig.extension.template_event is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7184
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service sylius.twig.extension.template_event is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:23 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service sylius.twig.extension.template_event is deprecated and will be removed in Sylius 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.151+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7185
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:23 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7186
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:23 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer.inner is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7187
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer.inner is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:23 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7188
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php:23 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7189
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRendererService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRendererService.php:23 {
                ContainerHAOxQ06\getTraceableTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] ?? $container->load('getTraceableTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer.inner is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7190
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer.inner is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRenderer_InnerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRenderer_InnerService.php:23 {
                ContainerHAOxQ06\getTraceableTemplateBlockRenderer_InnerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer.inner is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer.inner'] ?? $container->load('getTraceableTemplateBlockRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] ?? $container->load('getTraceableTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7191
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\TwigTemplateBlockRenderer" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php"
            #line: 20
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TwigTemplateBlockRenderer.php:20 {
                ContainerHAOxQ06\getTraceableTemplateBlockRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer.inner'] ?? $container->load('getTraceableTemplateBlockRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] ?? $container->load('getTraceableTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\TemplateBlockRendererInterface" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7192
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\TemplateBlockRendererInterface" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TemplateBlockRendererInterface.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TemplateBlockRendererInterface.php:18 {
                ContainerHAOxQ06\getTraceableTemplateBlockRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer.inner'] ?? $container->load('getTraceableTemplateBlockRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] ?? $container->load('getTraceableTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7196
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateBlockRenderer.php:19 {
                ContainerHAOxQ06\getTraceableTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] ?? $container->load('getTraceableTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TemplateBlockRenderingHistory is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7198
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TemplateBlockRenderingHistory is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTemplateBlockRenderingHistoryService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTemplateBlockRenderingHistoryService.php:23 {
                ContainerHAOxQ06\getTemplateBlockRenderingHistoryService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRendererService.php:31 {
                ContainerHAOxQ06\getTraceableTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] = new \Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer($a, ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory'] ?? $container->load('getTemplateBlockRenderingHistoryService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] ?? $container->load('getTraceableTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.152+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\DataCollector\TemplateBlockRenderingHistory" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7199
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\DataCollector\TemplateBlockRenderingHistory" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TemplateBlockRenderingHistory.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TemplateBlockRenderingHistory.php:18 {
                ContainerHAOxQ06\getTemplateBlockRenderingHistoryService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateBlockRendererService.php:31 {
                ContainerHAOxQ06\getTraceableTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] = new \Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateBlockRenderer($a, ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockRenderingHistory'] ?? $container->load('getTemplateBlockRenderingHistoryService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateBlockRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateBlockRenderer'] ?? $container->load('getTraceableTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.153+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7201
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateBlockRenderer" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateBlockRenderer.php:18 {
                ContainerHAOxQ06\getHtmlDebugTemplateBlockRendererService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateBlockRenderer'] ?? $container->load('getHtmlDebugTemplateBlockRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.153+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7203
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/DelegatingTemplateEventRenderer.php:18 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.153+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\TemplateEventRendererInterface" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7204
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\TemplateEventRendererInterface" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TemplateEventRendererInterface.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/TemplateEventRendererInterface.php:16 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.153+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistryInterface is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7206
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistryInterface is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTemplateBlockRegistryInterfaceService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTemplateBlockRegistryInterfaceService.php:23 {
                ContainerHAOxQ06\getTemplateBlockRegistryInterfaceService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:31 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] = new \Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer(($container->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $container->load('getTemplateBlockRegistryInterfaceService')), $a);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.153+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Registry\TemplateBlock" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7207
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Registry\TemplateBlock" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php:16 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTemplateBlockRegistryInterfaceService.php:25 {
                ContainerHAOxQ06\getTemplateBlockRegistryInterfaceService::do($container, $lazyLoad = true) …
                › 
                › include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlock.php';}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:31 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] = new \Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer(($container->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $container->load('getTemplateBlockRegistryInterfaceService')), $a);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.153+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistry" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7208
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistry" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlockRegistry.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlockRegistry.php:18 {
                ContainerHAOxQ06\getTemplateBlockRegistryInterfaceService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:31 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] = new \Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer(($container->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $container->load('getTemplateBlockRegistryInterfaceService')), $a);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.153+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistryInterface" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7209
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Registry\TemplateBlockRegistryInterface" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlockRegistryInterface.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Registry/TemplateBlockRegistryInterface.php:16 {
                ContainerHAOxQ06\getTemplateBlockRegistryInterfaceService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRenderer_InnerService.php:31 {
                ContainerHAOxQ06\getTraceableTemplateEventRenderer_InnerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] = new \Sylius\Bundle\UiBundle\Renderer\DelegatingTemplateEventRenderer(($container->privates['Sylius\\Bundle\\UiBundle\\Registry\\TemplateBlockRegistryInterface'] ?? $container->load('getTemplateBlockRegistryInterfaceService')), $a);}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTraceableTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer.inner'] ?? $container->load('getTraceableTemplateEventRenderer_InnerService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7775
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\DataCollector\TraceableTemplateEventRenderer" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php"
            #line: 18
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TraceableTemplateEventRenderer.php:18 {
                ContainerHAOxQ06\getTraceableTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getHtmlDebugTemplateEventRendererService.php:25 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\DataCollector\\TraceableTemplateEventRenderer'] ?? $container->load('getTraceableTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7777
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Renderer\HtmlDebugTemplateEventRenderer" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Renderer/HtmlDebugTemplateEventRenderer.php:19 {
                ContainerHAOxQ06\getHtmlDebugTemplateEventRendererService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_TemplateEventService.php:25 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › $a = ($container->privates['Sylius\\Bundle\\UiBundle\\Renderer\\HtmlDebugTemplateEventRenderer'] ?? $container->load('getHtmlDebugTemplateEventRendererService'));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7779
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\TemplateEventExtension" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/TemplateEventExtension.php:21 {
                ContainerHAOxQ06\getSylius_Twig_Extension_TemplateEventService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6643 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension($container->load('getSylius_Twig_Extension_SortByService'));$instance->addExtension(($container->privates['sylius.twig.extension.template_event'] ?? $container->load('getSylius_Twig_Extension_TemplateEventService')));$instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7782
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLegacySonataBlockExtensionService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLegacySonataBlockExtensionService.php:23 {
                ContainerHAOxQ06\getLegacySonataBlockExtensionService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension is deprecated and will be removed in Sylius 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6645 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));$instance->addExtension(($container->services['Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension'] ?? $container->load('getLegacySonataBlockExtensionService')));$instance->addExtension(($container->services['Sylius\\Bundle\\UiBundle\\Twig\\RedirectPathExtension'] ?? self::getRedirectPathExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7783
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\Twig\LegacySonataBlockExtension" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/LegacySonataBlockExtension.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/Twig/LegacySonataBlockExtension.php:19 {
                ContainerHAOxQ06\getLegacySonataBlockExtensionService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6645 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['sylius.twig.extension.merge_recursive'] ??= new \Sylius\Bundle\UiBundle\Twig\MergeRecursiveExtension()));$instance->addExtension(($container->services['Sylius\\Bundle\\UiBundle\\Twig\\LegacySonataBlockExtension'] ?? $container->load('getLegacySonataBlockExtensionService')));$instance->addExtension(($container->services['Sylius\\Bundle\\UiBundle\\Twig\\RedirectPathExtension'] ?? self::getRedirectPathExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.14: The "sylius.templating.helper.product_variants_prices" is deprecated since Sylius 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7793
            #message: "User Deprecated: Since sylius/core-bundle 1.14: The "sylius.templating.helper.product_variants_prices" is deprecated since Sylius 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Templating_Helper_ProductVariantsPricesService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Templating_Helper_ProductVariantsPricesService.php:23 {
                ContainerHAOxQ06\getSylius_Templating_Helper_ProductVariantsPricesService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/core-bundle', '1.14', 'The "sylius.templating.helper.product_variants_prices" is deprecated since Sylius 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6652 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? $container->load('getSylius_Templating_Helper_ProductVariantsPricesService'))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7794
            #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\Helper" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/symfony/templating/Helper/Helper.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/symfony/templating/Helper/Helper.php:14 {
                ContainerHAOxQ06\getSylius_Templating_Helper_ProductVariantsPricesService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', Helper::class);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6652 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? $container->load('getSylius_Templating_Helper_ProductVariantsPricesService'))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7795
            #message: "User Deprecated: Since symfony/templating 6.4: "Symfony\Component\Templating\Helper\HelperInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/symfony/templating/Helper/HelperInterface.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/symfony/templating/Helper/HelperInterface.php:14 {
                ContainerHAOxQ06\getSylius_Templating_Helper_ProductVariantsPricesService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation('symfony/templating', '6.4', '"%s" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.', HelperInterface::class);}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6652 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? $container->load('getSylius_Templating_Helper_ProductVariantsPricesService'))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.154+01:00"
        "message" => "User Deprecated: Since sylius/core 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProviderInterface" class is deprecated, use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProviderInterface" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7797
            #message: "User Deprecated: Since sylius/core 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProviderInterface" class is deprecated, use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProviderInterface" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProviderInterface.php"
            #line: 20
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProviderInterface.php:20 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/core',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Provider_ProductVariantsPricesService.php:21 {
                ContainerHAOxQ06\getSylius_Provider_ProductVariantsPricesService::do($container, $lazyLoad = true) …
                › {    include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProviderInterface.php';    include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProvider.php';
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Templating_Helper_ProductVariantsPricesService.php:25 {
                ContainerHAOxQ06\getSylius_Templating_Helper_ProductVariantsPricesService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.templating.helper.product_variants_prices'] = new \Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper(($container->services['sylius.provider.product_variants_prices'] ?? $container->load('getSylius_Provider_ProductVariantsPricesService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6652 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? $container->load('getSylius_Templating_Helper_ProductVariantsPricesService'))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.155+01:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProvider" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7799
            #message: "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Component\Core\Provider\ProductVariantsPricesProvider" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProvider.php"
            #line: 30
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Component/Core/Provider/ProductVariantsPricesProvider.php:30 {
                Sylius\Component\Core\Provider\ProductVariantsPricesProvider->__construct(ProductVariantPriceCalculatorInterface $productVariantPriceCalculator) …
                › {    trigger_deprecation(        'sylius/core-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Provider_ProductVariantsPricesService.php:24 {
                ContainerHAOxQ06\getSylius_Provider_ProductVariantsPricesService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.provider.product_variants_prices'] = new \Sylius\Component\Core\Provider\ProductVariantsPricesProvider(($container->services['sylius.calculator.product_variant_price'] ?? self::getSylius_Calculator_ProductVariantPriceService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Templating_Helper_ProductVariantsPricesService.php:25 {
                ContainerHAOxQ06\getSylius_Templating_Helper_ProductVariantsPricesService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.templating.helper.product_variants_prices'] = new \Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper(($container->services['sylius.provider.product_variants_prices'] ?? $container->load('getSylius_Provider_ProductVariantsPricesService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6652 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? $container->load('getSylius_Templating_Helper_ProductVariantsPricesService'))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.155+01:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7800
            #message: "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Component\Core\Provider\ProductVariantMap\ProductVariantsMapProvider" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/ProductVariantsPricesHelper.php"
            #line: 27
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Templating/Helper/ProductVariantsPricesHelper.php:27 {
                Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper->__construct(ProductVariantsPricesProviderInterface $productVariantsPricesProvider) …
                › {    trigger_deprecation(        'sylius/core-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Templating_Helper_ProductVariantsPricesService.php:25 {
                ContainerHAOxQ06\getSylius_Templating_Helper_ProductVariantsPricesService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['sylius.templating.helper.product_variants_prices'] = new \Sylius\Bundle\CoreBundle\Templating\Helper\ProductVariantsPricesHelper(($container->services['sylius.provider.product_variants_prices'] ?? $container->load('getSylius_Provider_ProductVariantsPricesService')));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6652 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? $container->load('getSylius_Templating_Helper_ProductVariantsPricesService'))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.155+01:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Bundle\CoreBundle\Twig\ProductVariantsMapExtension" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7801
            #message: "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension" class is deprecated and will be removed in Sylius 2.0. Use "Sylius\Bundle\CoreBundle\Twig\ProductVariantsMapExtension" instead."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/ProductVariantsPricesExtension.php"
            #line: 25
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Twig/ProductVariantsPricesExtension.php:25 {
                Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension->__construct(ProductVariantsPricesHelper $productVariantsPricesHelper) …
                › {    trigger_deprecation(        'sylius/core-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6652 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductTranslationExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Provider\\ChannelBasedProductTranslationProviderInterface'] ?? self::getChannelBasedProductTranslationProviderInterfaceService($container))));$instance->addExtension(new \Sylius\Bundle\CoreBundle\Twig\ProductVariantsPricesExtension(($container->services['sylius.templating.helper.product_variants_prices'] ?? $container->load('getSylius_Templating_Helper_ProductVariantsPricesService'))));$instance->addExtension(($container->services['Sylius\\Bundle\\CoreBundle\\Twig\\ProductVariantsMapExtension'] ?? self::getProductVariantsMapExtensionService($container)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.165+01:00"
        "message" => "User Deprecated: Since sylius/admin-bundle 1.14: The "sylius.twig.extension.widget.admin_notification" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8048
            #message: "User Deprecated: Since sylius/admin-bundle 1.14: The "sylius.twig.extension.widget.admin_notification" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_Widget_AdminNotificationService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Twig_Extension_Widget_AdminNotificationService.php:23 {
                ContainerHAOxQ06\getSylius_Twig_Extension_Widget_AdminNotificationService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/admin-bundle', '1.14', 'The "sylius.twig.extension.widget.admin_notification" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6664 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Pagerfanta\Twig\Extension\PagerfantaExtension());$instance->addExtension(($container->services['sylius.twig.extension.widget.admin_notification'] ?? $container->load('getSylius_Twig_Extension_Widget_AdminNotificationService')));$instance->addExtension(($container->services['sylius.twig.extension.shop'] ??= new \Sylius\Bundle\AdminBundle\Twig\ShopExtension(true)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.165+01:00"
        "message" => "User Deprecated: Since sylius/admin-bundle 1.14: The "Sylius\Bundle\AdminBundle\Twig\NotificationWidgetExtension" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8049
            #message: "User Deprecated: Since sylius/admin-bundle 1.14: The "Sylius\Bundle\AdminBundle\Twig\NotificationWidgetExtension" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/NotificationWidgetExtension.php"
            #line: 21
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/Twig/NotificationWidgetExtension.php:21 {
                ContainerHAOxQ06\getSylius_Twig_Extension_Widget_AdminNotificationService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/admin-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:6664 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Pagerfanta\Twig\Extension\PagerfantaExtension());$instance->addExtension(($container->services['sylius.twig.extension.widget.admin_notification'] ?? $container->load('getSylius_Twig_Extension_Widget_AdminNotificationService')));$instance->addExtension(($container->services['sylius.twig.extension.shop'] ??= new \Sylius\Bundle\AdminBundle\Twig\ShopExtension(true)));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService.php:30 {
                ContainerHAOxQ06\getBitbagSyliusElasticsearchPlugin_Controller_Action_Shop_TaxonProductsSearchService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search'] = new \BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction(($container->services['form.factory'] ?? self::getForm_FactoryService($container)), new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\TaxonDataHandler(($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_product_list'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductListService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.shop_products_sort'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Controller_RequestDataHandler_ShopProductsSortService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.controller.request_data_handler.pagination'] ??= new \BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\PaginationDataHandler(15))), new \BitBag\SyliusElasticsearchPlugin\Finder\ShopProductsFinder(($container->privates['bitbag_sylius_elasticsearch_plugin.query_builder.taxon_products'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_QueryBuilder_TaxonProductsService')), ($container->services['FOS\\ElasticaBundle\\Finder\\TransformedFinder $bitbagShopProductFinder'] ?? $container->load('getTransformedFinderbitbagShopProductFinderService')), ($container->privates['bitbag_sylius_elasticsearch_plugin.facet.registry'] ?? $container->load('getBitbagSyliusElasticsearchPlugin_Facet_RegistryService'))), ($container->services['twig'] ?? self::getTwigService($container)));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/normadev/dev/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/normadev/dev/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.166+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.166+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.166+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.166+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.167+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.167+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.167+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerHAOxQ06\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.167+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.229+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.type AS type_1, s0_.storage_type AS storage_type_2, s0_.configuration AS configuration_3, s0_.created_at AS created_at_4, s0_.updated_at AS updated_at_5, s0_.position AS position_6, s0_.translatable AS translatable_7, s0_.id AS id_8, s1_.name AS name_9, s1_.id AS id_10, s1_.locale AS locale_11, s1_.translatable_id AS translatable_id_12 FROM sylius_product_attribute s0_ LEFT JOIN sylius_product_attribute_translation s1_ ON s0_.id = s1_.translatable_id WHERE s1_.locale = ? ORDER BY s0_.id ASC"
          "params" => [
            1 => "en_US"
          ]
          "types" => [
            1 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.233+01:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.position AS position_1, s0_.created_at AS created_at_2, s0_.updated_at AS updated_at_3, s0_.id AS id_4 FROM sylius_product_option s0_ ORDER BY s0_.id ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.249+01:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.apiLastModifiedAt AS apiLastModifiedAt_9, s0_.showChildren AS showChildren_10, s0_.productListingType AS productListingType_11, s0_.displayStyle AS displayStyle_12, s0_.apiParentId AS apiParentId_13, s0_.apiOrder AS apiOrder_14, s0_.apiId AS apiId_15, s0_.apiValue AS apiValue_16, s0_.includeInLatestProducts AS includeInLatestProducts_17, s1_.name AS name_18, s1_.description AS description_19, s1_.id AS id_20, s1_.url AS url_21, s1_.cmsContent AS cmsContent_22, s1_.slug AS slug_23, s1_.locale AS locale_24, s0_.tree_root AS tree_root_25, s0_.parent_id AS parent_id_26, s1_.translatable_id AS translatable_id_27 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.enabled = ? AND s1_.slug = ? AND s1_.locale = ? ORDER BY s0_.id ASC"
          "params" => [
            1 => 1
            2 => "main/committees-1/bsi-5680/materials-1237"
            3 => "en_US"
          ]
          "types" => [
            1 => 5
            2 => 2
            3 => 2
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.285+01:00"
        "message" => "Elastica Request Failure"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Elastica\Exception\Connection\HttpException {#8745
            #message: "Couldn't connect to host, Elasticsearch down?"
            #code: 0
            #file: "/home/normadev/dev/vendor/ruflin/elastica/src/Transport/Http.php"
            #line: 186
            #_request: Elastica\Request {#8741 …}
            #_response: Elastica\Response {#8744 …}
            #_error: 7
            trace: {
              /home/normadev/dev/vendor/ruflin/elastica/src/Transport/Http.php:186 {
                Elastica\Transport\Http->exec(Request $request, array $params): Response …
                › if ($errorNumber > 0) {    throw new HttpException($errorNumber, $request, $response);}
              }
              /home/normadev/dev/vendor/ruflin/elastica/src/Request.php:183 {
                Elastica\Request->send(): Response …
                ›     // Refactor: Not full toArray needed in exec?    return $transport->exec($this, $this->getConnection()->toArray());}
                arguments: {
                  $request: Elastica\Request {#8741 …}
                  $params: [ …1]
                }
              }
              /home/normadev/dev/vendor/ruflin/elastica/src/Client.php:545 {
                Elastica\Client->request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response …
                › try {    $response = $this->_lastResponse = $request->send();} catch (ConnectionException $e) {
              }
              /home/normadev/dev/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php:73 {
                FOS\ElasticaBundle\Elastica\Client->request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response …
                › try {    $response = parent::request($path, $method, $data, $query, $contentType);arguments: {
                  $path: "normadoc_attribute_taxons_dev/_search"
                  $method: "POST"
                  $data: [ …2]
                  $query: []
                  $contentType: "application/json"
                }
              }
              /home/normadev/dev/vendor/ruflin/elastica/src/Search.php:352 {
                Elastica\Search->search($query = '', $options = null, string $method = Request::POST): ResultSet …
                › 
                › $response = $this->getClient()->request($path, $method, $data, $params);arguments: {
                  $path: "normadoc_attribute_taxons_dev/_search"
                  $method: "POST"
                  $data: [ …2]
                  $query: []
                }
              }
              /home/normadev/dev/vendor/ruflin/elastica/src/Index.php:546 {
                Elastica\Index->search($query = '', $options = null, string $method = Request::POST): ResultSet …
                › 
                ›     return $search->search('', null, $method);}
                arguments: {
                  $query: Elastica\Query {#8629 …}
                  $options: null
                  $method: "POST"
                }
              }
              /home/normadev/dev/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php:117 {
                FOS\ElasticaBundle\Finder\TransformedFinder->search($query, ?int $limit = null, array $options = []) …
                › 
                ›     return $this->searchable->search($queryObject, $options)->getResults();}
                arguments: {
                  $query: Elastica\Query {#8629 …}
                  $options: []
                }
              }
              /home/normadev/dev/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php:43 {
                FOS\ElasticaBundle\Finder\TransformedFinder->find($query, ?int $limit = null, array $options = []) …
                › {    $results = $this->search($query, $limit, $options);arguments: {
                  $query: Elastica\Query\BoolQuery {#8633 …}
                  $limit: 20
                  $options: []
                }
              }
              /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Finder/ProductAttributesFinder.php:38 {
                BitBag\SyliusElasticsearchPlugin\Finder\ProductAttributesFinder->findByTaxon(TaxonInterface $taxon): ?array …
                › 
                ›     return $this->attributesFinder->find($query, $this->filterMax);}
                arguments: {
                  $query: Elastica\Query\BoolQuery {#8633 …}
                  $limit: 20
                }
              }
              /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Controller/RequestDataHandler/ShopProductListDataHandler.php:47 {
                BitBag\SyliusElasticsearchPlugin\Controller\RequestDataHandler\ShopProductListDataHandler->retrieveData(array $requestData): array …
                › 
                › $attributesDefinitions = $this->attributesFinder->findByTaxon($taxon);arguments: {
                  $taxon: App\Entity\Taxonomy\Taxon {#8648 …}
                }
              }
              /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/QueryBuilder/FormQueryBuilder/TaxonFacetsQueryBuilder.php:35 {
                BitBag\SyliusElasticsearchPlugin\QueryBuilder\FormQueryBuilder\TaxonFacetsQueryBuilder->getQuery(FormEvent $event, string $namePropertyPrefix): Query …
                › 
                › $data = $this->shopProductListDataHandler->retrieveData($eventData);arguments: {
                  $requestData: [ …1]
                }
              }
              /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Form/Resolver/ProductsFilterFacetResolver.php:30 {
                BitBag\SyliusElasticsearchPlugin\Form\Resolver\ProductsFilterFacetResolver->resolveFacets(FormEvent $event, string $namePropertyPrefix): Pagerfanta …
                › {    $query = $this->queryBuilder->getQuery($event, $namePropertyPrefix);arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  $namePropertyPrefix: "name"
                }
              }
              /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Form/EventSubscriber/AddFacetsEventSubscriber.php:44 {
                BitBag\SyliusElasticsearchPlugin\Form\EventSubscriber\AddFacetsEventSubscriber->addFacets(FormEvent $event): void …
                › $this->autoDiscoverRegistry->autoRegister();$adapter = $this->facetsResolver->resolveFacets($event, $this->namePropertyPrefix)->getAdapter();arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  $namePropertyPrefix: "name"
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  ...: {
                    "form.pre_submit"
                    Symfony\Component\EventDispatcher\EventDispatcher {#8349 …}
                  }
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …2]
                  $eventName: "form.pre_submit"
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php:30 {
                Symfony\Component\EventDispatcher\ImmutableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    return $this->dispatcher->dispatch($event, $eventName);}
                arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  $eventName: "form.pre_submit"
                }
              }
              /home/normadev/dev/vendor/symfony/form/Form.php:482 {
                Symfony\Component\Form\Form->submit(mixed $submittedData, bool $clearMissing = true): static …
                › $event = new PreSubmitEvent($this, $submittedData);$dispatcher->dispatch($event, FormEvents::PRE_SUBMIT);$submittedData = $event->getData();
                arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  $eventName: "form.pre_submit"
                }
              }
              /home/normadev/dev/vendor/sylius/resource-bundle/src/Bundle/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php:110 {
                Sylius\Bundle\ResourceBundle\Form\Extension\HttpFoundation\HttpFoundationRequestHandler->handleRequest(FormInterface $form, mixed $request = null): void …
                › 
                ›     $form->submit($data, 'PATCH' !== $method);}
                arguments: {
                  $submittedData: []
                  $clearMissing: true
                }
              }
              /home/normadev/dev/vendor/symfony/form/Form.php:420 {
                Symfony\Component\Form\Form->handleRequest(mixed $request = null): static …
                › {    $this->config->getRequestHandler()->handleRequest($this, $request);arguments: {
                  $form: Symfony\Component\Form\Form {#8310 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/bitbag/elasticsearch-plugin/src/Controller/Action/Shop/TaxonProductsSearchAction.php:25 {
                BitBag\SyliusElasticsearchPlugin\Controller\Action\Shop\TaxonProductsSearchAction->__invoke(Request $request): Response …
                › $form = $this->formFactory->create(ShopProductsFilterType::class);$form->handleRequest($request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:181 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
          "request" => [
            "path" => "normadoc_attribute_taxons_dev/_search"
            "method" => "POST"
            "data" => [
              "query" => [
                "bool" => [
                  "must" => [
                    [
                      "terms" => [
                        "attribute_taxons" => [
                          "taxon_1237"
                        ]
                      ]
                    ]
                  ]
                ]
              ]
              "size" => 20
            ]
            "query" => []
            "contentType" => "application/json"
            "connection" => [
              "config" => [
                "url" => "http://elastic:tE5Q793HvW89yr5ZEiQnz@127.6.42.197:9204/"
                "headers" => []
                "curl" => []
              ]
              "http_error_codes" => [
                400
                403
                404
              ]
              "ssl" => false
              "logger" => "fos_elastica.logger"
              "compression" => false
              "retryOnConflict" => 0
              "persistent" => true
              "enabled" => false
            ]
          ]
          "retry" => false
        ]
        "channel" => "elastica"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.293+01:00"
        "message" => "normadoc_attribute_taxons_dev/_search (POST) 0.00 ms"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          [
            "query" => [
              "bool" => [
                "must" => [
                  [
                    "terms" => [
                      "attribute_taxons" => [
                        "taxon_1237"
                      ]
                    ]
                  ]
                ]
              ]
            ]
            "size" => 20
          ]
        ]
        "channel" => "elastica"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.299+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "sylius.listener.api_postgresql_driver_exception_listener" service is deprecated since 1.14 and will be removed in 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1582
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "sylius.listener.api_postgresql_driver_exception_listener" service is deprecated since 1.14 and will be removed in 2.0."
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Listener_ApiPostgresqlDriverExceptionListenerService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_Listener_ApiPostgresqlDriverExceptionListenerService.php:23 {
                ContainerHAOxQ06\getSylius_Listener_ApiPostgresqlDriverExceptionListenerService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/api-bundle', '1.14', 'The "sylius.listener.api_postgresql_driver_exception_listener" service is deprecated since 1.14 and will be removed in 2.0.');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4632 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('lexik_jwt_authentication.on_authentication_success', [#[\Closure(name: 'sylius.listener.api_authentication_success_listener', class: 'Sylius\\Bundle\\ApiBundle\\EventListener\\AuthenticationSuccessListener')] fn () => ($container->privates['sylius.listener.api_authentication_success_listener'] ?? $container->load('getSylius_Listener_ApiAuthenticationSuccessListenerService')), 'onAuthenticationSuccessResponse'], 0);$instance->addListener('kernel.exception', [#[\Closure(name: 'sylius.listener.api_postgresql_driver_exception_listener', class: 'Sylius\\Bundle\\ApiBundle\\EventListener\\PostgreSQLDriverExceptionListener')] fn () => ($container->privates['sylius.listener.api_postgresql_driver_exception_listener'] ?? $container->load('getSylius_Listener_ApiPostgresqlDriverExceptionListenerService')), 'onKernelException'], 0);$instance->addListener('lexik_jwt_authentication.on_authentication_success', [#[\Closure(name: 'sylius.listener.admin_api_authentication_success_listener', class: 'Sylius\\Bundle\\ApiBundle\\EventListener\\AdminAuthenticationSuccessListener')] fn () => ($container->privates['sylius.listener.admin_api_authentication_success_listener'] ?? $container->load('getSylius_Listener_AdminApiAuthenticationSuccessListenerService')), 'onAuthenticationSuccessResponse'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.300+01:00"
        "message" => "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\EventListener\PostgreSQLDriverExceptionListener" class is deprecated and will be removed in Sylius 2.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8808
            #message: "User Deprecated: Since sylius/api-bundle 1.14: The "Sylius\Bundle\ApiBundle\EventListener\PostgreSQLDriverExceptionListener" class is deprecated and will be removed in Sylius 2.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/EventListener/PostgreSQLDriverExceptionListener.php"
            #line: 22
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/ApiBundle/EventListener/PostgreSQLDriverExceptionListener.php:22 {
                ContainerHAOxQ06\getSylius_Listener_ApiPostgresqlDriverExceptionListenerService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/api-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4632 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('lexik_jwt_authentication.on_authentication_success', [#[\Closure(name: 'sylius.listener.api_authentication_success_listener', class: 'Sylius\\Bundle\\ApiBundle\\EventListener\\AuthenticationSuccessListener')] fn () => ($container->privates['sylius.listener.api_authentication_success_listener'] ?? $container->load('getSylius_Listener_ApiAuthenticationSuccessListenerService')), 'onAuthenticationSuccessResponse'], 0);$instance->addListener('kernel.exception', [#[\Closure(name: 'sylius.listener.api_postgresql_driver_exception_listener', class: 'Sylius\\Bundle\\ApiBundle\\EventListener\\PostgreSQLDriverExceptionListener')] fn () => ($container->privates['sylius.listener.api_postgresql_driver_exception_listener'] ?? $container->load('getSylius_Listener_ApiPostgresqlDriverExceptionListenerService')), 'onKernelException'], 0);$instance->addListener('lexik_jwt_authentication.on_authentication_success', [#[\Closure(name: 'sylius.listener.admin_api_authentication_success_listener', class: 'Sylius\\Bundle\\ApiBundle\\EventListener\\AdminAuthenticationSuccessListener')] fn () => ($container->privates['sylius.listener.admin_api_authentication_success_listener'] ?? $container->load('getSylius_Listener_AdminApiAuthenticationSuccessListenerService')), 'onAuthenticationSuccessResponse'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.300+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TemplateBlockDataCollector is deprecated and will be removed in Sylius 2.0.""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8995
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The service Sylius\Bundle\UiBundle\DataCollector\TemplateBlockDataCollector is deprecated and will be removed in Sylius 2.0.""
            #code: 0
            #file: "/home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTemplateBlockDataCollectorService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getTemplateBlockDataCollectorService.php:23 {
                ContainerHAOxQ06\getTemplateBlockDataCollectorService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('sylius/ui-bundle', '1.14', 'The service Sylius\\Bundle\\UiBundle\\DataCollector\\TemplateBlockDataCollector is deprecated and will be removed in Sylius 2.0."');}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3638 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(($container->services['sylius.collector.channel'] ?? self::getSylius_Collector_ChannelService($container)));$instance->add($container->load('getTemplateBlockDataCollectorService'));$instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($container->privates['sonata.block.templating.helper'] ?? self::getSonata_Block_Templating_HelperService($container)), $container->parameters['sonata.block.container.types']));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10292 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4711 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.300+01:00"
        "message" => "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\DataCollector\TemplateBlockDataCollector" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8996
            #message: "User Deprecated: Since sylius/ui-bundle 1.14: The "Sylius\Bundle\UiBundle\DataCollector\TemplateBlockDataCollector" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TemplateBlockDataCollector.php"
            #line: 20
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/UiBundle/DataCollector/TemplateBlockDataCollector.php:20 {
                ContainerHAOxQ06\getTemplateBlockDataCollectorService::do($container, $lazyLoad = true) …
                › 
                › trigger_deprecation(    'sylius/ui-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3638 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(($container->services['sylius.collector.channel'] ?? self::getSylius_Collector_ChannelService($container)));$instance->add($container->load('getTemplateBlockDataCollectorService'));$instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($container->privates['sonata.block.templating.helper'] ?? self::getSonata_Block_Templating_HelperService($container)), $container->parameters['sonata.block.container.types']));
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:10292 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4711 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.300+01:00"
        "message" => "User Deprecated: Since sylius/admin-bundle 1.14: The "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteSubscriber" class is deprecated and will be removed in Sylius 2.0. It will be replaced with the "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteListener"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1675
            #message: "User Deprecated: Since sylius/admin-bundle 1.14: The "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteSubscriber" class is deprecated and will be removed in Sylius 2.0. It will be replaced with the "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteListener"."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/EventListener/ResourceDeleteSubscriber.php"
            #line: 28
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/EventListener/ResourceDeleteSubscriber.php:28 {
                include_once …
                › 
                › trigger_deprecation(    'sylius/admin-bundle',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getSylius_EventSubscriber_ResourceDeleteService.php:21 {
                ContainerHAOxQ06\getSylius_EventSubscriber_ResourceDeleteService::do($container, $lazyLoad = true) …
                › {    include_once \dirname(__DIR__, 4).'/vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle/EventListener/ResourceDeleteSubscriber.php';}
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:4743 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › $instance->addListener('console.terminate', [#[\Closure(name: 'sylius_fixtures.logger.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] fn () => ($container->services['sylius_fixtures.logger.handler.console'] ?? $container->load('getSyliusFixtures_Logger_Handler_ConsoleService')), 'onTerminate'], -255);$instance->addListener('kernel.exception', [#[\Closure(name: 'sylius.event_subscriber.resource_delete', class: 'Sylius\\Bundle\\AdminBundle\\EventListener\\ResourceDeleteSubscriber')] fn () => ($container->services['sylius.event_subscriber.resource_delete'] ?? $container->load('getSylius_EventSubscriber_ResourceDeleteService')), 'onResourceDelete'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'sylius.event_subscriber.admin_cache_control_subscriber', class: 'Sylius\\Bundle\\AdminBundle\\EventListener\\AdminSectionCacheControlSubscriber')] fn () => ($container->services['sylius.event_subscriber.admin_cache_control_subscriber'] ?? self::getSylius_EventSubscriber_AdminCacheControlSubscriberService($container)), 'setCacheControlDirectives'], 0);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.301+01:00"
        "message" => "Uncaught PHP Exception Elastica\Exception\Connection\HttpException: "Couldn't connect to host, Elasticsearch down?" at Http.php line 186"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Elastica\Exception\Connection\HttpException {#8745}
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Payum\Bundle\PayumBundle\EventListener\ReplyToHttpResponseListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventListener\Customer\GuestCheckoutAccessDeniedListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\EventListener\Product\ResolveProductUrlByCodeIfFailedBySlugListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Resource\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\ApiBundle\EventListener\PostgreSQLDriverExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteSubscriber::onResourceDelete"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "ApiPlatform\Symfony\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.542+01:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.593+01:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.hostname AS hostname_2 FROM sylius_channel s0_ ORDER BY s0_.id ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.594+01:00"
        "message" => "User Deprecated: "Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyApplicationTemplateLocator" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#14203
            #message: "User Deprecated: "Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyApplicationTemplateLocator" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Locator/LegacyApplicationTemplateLocator.php"
            #line: 30
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Locator/LegacyApplicationTemplateLocator.php:30 {
                Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyApplicationTemplateLocator->__construct(Filesystem $filesystem) …
                › {    @trigger_error(sprintf(        '"%s" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0.',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLegacyApplicationTemplateLocatorService.php:23 {
                ContainerHAOxQ06\getLegacyApplicationTemplateLocatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\LegacyApplicationTemplateLocator'] = new \Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyApplicationTemplateLocator(($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7426 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                › yield 1 => ($container->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\NamespacedTemplateLocator'] ?? $container->load('getNamespacedTemplateLocatorService'));yield 2 => ($container->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\LegacyApplicationTemplateLocator'] ?? $container->load('getLegacyApplicationTemplateLocatorService'));yield 3 => ($container->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\LegacyNamespacedTemplateLocator'] ?? $container->load('getLegacyNamespacedTemplateLocatorService'));
              }
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Locator/CompositeTemplateLocator.php:39 {
                Sylius\Bundle\ThemeBundle\Twig\Locator\CompositeTemplateLocator->locate(string $template, ThemeInterface $theme): string …
                › {    foreach ($this->themedTemplateLocators as $themedTemplateLocator) {        if (!$themedTemplateLocator->supports($template)) {
              }
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Locator/HierarchicalTemplateLocator.php:38 {
                Sylius\Bundle\ThemeBundle\Twig\Locator\HierarchicalTemplateLocator->locate(string $template, ThemeInterface $theme): string …
                › try {    return $this->templateLocator->locate($template, $providedTheme);} catch (TemplateNotFoundException $exception) {
              }
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Loader/ThemedTemplateLoader.php:117 {
                Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader->locateTemplate($template): string …
                › 
                ›     return $this->templateLocator->locate($template, $theme);}
              }
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Loader/ThemedTemplateLoader.php:63 {
                Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader->getCacheKey($name): string …
                › try {    return $this->locateTemplate($name);} catch (TemplateNotFoundException | \InvalidArgumentException $exception) {
              }
              /home/normadev/dev/vendor/twig/twig/src/Environment.php:317 {
                Twig\Environment->getTemplateClass(string $name, ?int $index = null): string …
                › {    $key = ($this->hotCache[$name] ?? $this->getLoader()->getCacheKey($name)).$this->optionsHash;}
              /home/normadev/dev/vendor/twig/twig/src/Environment.php:370 {
                Twig\Environment->load($name): TemplateWrapper …
                › 
                ›     return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name));}
              }
              /home/normadev/dev/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /home/normadev/dev/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:143 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->injectToolbar(Response $response, Request $request, array $nonces): void …
                › if (false !== $pos) {    $toolbar = "\n".str_replace("\n", '', $this->twig->render(        '@WebProfiler/Profiler/toolbar_js.html.twig',
              }
              /home/normadev/dev/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:131 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event): void …
                › 
                ›     $this->injectToolbar($response, $request, $nonces);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  ...: {
                    "form.pre_submit"
                    Symfony\Component\EventDispatcher\EventDispatcher {#8349 …}
                  }
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …2]
                  $eventName: "form.pre_submit"
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:265 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.594+01:00"
        "message" => "User Deprecated: "Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyNamespacedTemplateLocator" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#14204
            #message: "User Deprecated: "Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyNamespacedTemplateLocator" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0."
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Locator/LegacyNamespacedTemplateLocator.php"
            #line: 30
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Locator/LegacyNamespacedTemplateLocator.php:30 {
                Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyNamespacedTemplateLocator->__construct(Filesystem $filesystem) …
                › {    @trigger_error(sprintf(        '"%s" is deprecated since Sylius/ThemeBundle 2.0 and will be removed in 3.0.',
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/getLegacyNamespacedTemplateLocatorService.php:23 {
                ContainerHAOxQ06\getLegacyNamespacedTemplateLocatorService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\LegacyNamespacedTemplateLocator'] = new \Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyNamespacedTemplateLocator(($container->privates['filesystem'] ??= new \Symfony\Component\Filesystem\Filesystem()));}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:3547 {
                ContainerHAOxQ06\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/normadev/dev/var/cache/dev/ContainerHAOxQ06/App_KernelDevDebugContainer.php:7427 {
                ContainerHAOxQ06\App_KernelDevDebugContainer::ContainerHAOxQ06\{closure} …
                ›     yield 2 => ($container->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\LegacyApplicationTemplateLocator'] ?? $container->load('getLegacyApplicationTemplateLocatorService'));    yield 3 => ($container->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\LegacyNamespacedTemplateLocator'] ?? $container->load('getLegacyNamespacedTemplateLocatorService'));}, 4)), ($container->privates['Sylius\\Bundle\\ThemeBundle\\HierarchyProvider\\ThemeHierarchyProviderInterface'] ??= new \Sylius\Bundle\ThemeBundle\HierarchyProvider\ThemeHierarchyProvider())), $a);
              }
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Locator/CompositeTemplateLocator.php:39 {
                Sylius\Bundle\ThemeBundle\Twig\Locator\CompositeTemplateLocator->locate(string $template, ThemeInterface $theme): string …
                › {    foreach ($this->themedTemplateLocators as $themedTemplateLocator) {        if (!$themedTemplateLocator->supports($template)) {
              }
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Locator/HierarchicalTemplateLocator.php:38 {
                Sylius\Bundle\ThemeBundle\Twig\Locator\HierarchicalTemplateLocator->locate(string $template, ThemeInterface $theme): string …
                › try {    return $this->templateLocator->locate($template, $providedTheme);} catch (TemplateNotFoundException $exception) {
              }
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Loader/ThemedTemplateLoader.php:117 {
                Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader->locateTemplate($template): string …
                › 
                ›     return $this->templateLocator->locate($template, $theme);}
              }
              /home/normadev/dev/vendor/sylius/theme-bundle/src/Twig/Loader/ThemedTemplateLoader.php:63 {
                Sylius\Bundle\ThemeBundle\Twig\Loader\ThemedTemplateLoader->getCacheKey($name): string …
                › try {    return $this->locateTemplate($name);} catch (TemplateNotFoundException | \InvalidArgumentException $exception) {
              }
              /home/normadev/dev/vendor/twig/twig/src/Environment.php:317 {
                Twig\Environment->getTemplateClass(string $name, ?int $index = null): string …
                › {    $key = ($this->hotCache[$name] ?? $this->getLoader()->getCacheKey($name)).$this->optionsHash;}
              /home/normadev/dev/vendor/twig/twig/src/Environment.php:370 {
                Twig\Environment->load($name): TemplateWrapper …
                › 
                ›     return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name));}
              }
              /home/normadev/dev/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /home/normadev/dev/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:143 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->injectToolbar(Response $response, Request $request, array $nonces): void …
                › if (false !== $pos) {    $toolbar = "\n".str_replace("\n", '', $this->twig->render(        '@WebProfiler/Profiler/toolbar_js.html.twig',
              }
              /home/normadev/dev/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php:131 {
                Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener->onKernelResponse(ResponseEvent $event): void …
                › 
                ›     $this->injectToolbar($response, $request, $nonces);}
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  ...: {
                    "form.pre_submit"
                    Symfony\Component\EventDispatcher\EventDispatcher {#8349 …}
                  }
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …2]
                  $eventName: "form.pre_submit"
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:265 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.602+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.602+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.602+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.602+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bridge\Monolog\Handler\FirePHPHandler::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.602+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.602+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.602+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.603+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    9098 => [
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.305+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.305+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.305+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.305+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\StreamWrapperListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.305+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.305+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\ApiBundle\EventSubscriber\KernelRequestEventSubscriber::validateApi"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Resource\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\AddFormatListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurity"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DeserializeListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\EventListener\DenyAccessListener::onSecurityPostDenormalize"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventListener\Subscribers\ProductAccessInSubscriptionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sentry\SentryBundle\EventListener\LoginListener::handleKernelRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Subscribers\NonSubscriberRedirectSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Subscribers\SubscriberProductViewSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Subscribers\NonSubscriberRedirectSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\Subscribers\SubscriberProductViewSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminFilterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.306+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Sylius\Bundle\CoreBundle\Checkout\CheckoutResolver::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.307+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.310+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.310+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.310+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.310+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.310+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.310+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.310+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerHAOxQ06\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.310+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.538+01:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT s0_.code AS code_0, s0_.name AS name_1, s0_.hostname AS hostname_2 FROM sylius_channel s0_ ORDER BY s0_.id ASC"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.540+01:00"
        "message" => "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Provider\SessionProvider" class is deprecated and will be removed in Sylius 2.0"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#12139
            #message: "User Deprecated: Since sylius/core-bundle 1.13: The "Sylius\Bundle\CoreBundle\Provider\SessionProvider" class is deprecated and will be removed in Sylius 2.0"
            #code: 0
            #file: "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Provider/SessionProvider.php"
            #line: 19
            #severity: E_USER_DEPRECATED
            trace: {
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Provider/SessionProvider.php:19 {
                Sylius\Bundle\CoreBundle\Storage\CartSessionStorage->hasForChannel(ChannelInterface $channel): bool …
                › 
                › trigger_deprecation(    'sylius/core-bundle',
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php:40 {
                Sylius\Bundle\CoreBundle\Context\SessionAndChannelBasedCartContext->getCart(): OrderInterface …
                › 
                › if (!$this->cartStorage->hasForChannel($channel)) {    throw new CartNotFoundException('Sylius was not able to find the cart in session');
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Component/Order/Context/CompositeCartContext.php:38 {
                Sylius\Component\Order\Context\CompositeCartContext->getCart(): OrderInterface …
                › try {    return $cartContext->getCart();} catch (CartNotFoundException) {
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/Collector/CartCollector.php:87 {
                Sylius\Bundle\CoreBundle\Collector\CartCollector->collect(Request $request, Response $response, ?Throwable $exception = null): void …
                › /** @var OrderInterface $cart */$cart = $this->cartContext->getCart();}
              /home/normadev/dev/vendor/symfony/http-kernel/Profiler/Profiler.php:169 {
                Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, ?Throwable $exception = null): Profile …
                › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
              /home/normadev/dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
                Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event): void …
                › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  ...: {
                    "form.pre_submit"
                    Symfony\Component\EventDispatcher\EventDispatcher {#8349 …}
                  }
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …2]
                  $eventName: "form.pre_submit"
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:214 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:202 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /home/normadev/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php:63 {
                Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener->onKernelException(ExceptionEvent $event, ?string $eventName = null, ?EventDispatcherInterface $eventDispatcher = null): void …
                ›     /** @phpstan-ignore-next-line */    $this->decoratedListener->onKernelException($event, $eventName, $eventDispatcher);} catch (\Throwable $throwable) {
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                  ...: {
                    "form.pre_submit"
                    Symfony\Component\EventDispatcher\EventDispatcher {#8349 …}
                  }
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
                arguments: {
                  $listeners: [ …2]
                  $eventName: "form.pre_submit"
                  $event: Symfony\Component\Form\Event\PreSubmitEvent {#8278 …}
                }
              }
              /home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/normadev/dev/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /home/normadev/dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/normadev/dev/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/normadev/dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.540+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bridge\Monolog\Handler\FirePHPHandler::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\XFrameOptionsSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\AdminBundle\EventListener\AdminSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\ShopCustomerAccountSubSectionCacheControlSubscriber::setCacheControlDirectives"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ShopBundle\EventListener\SessionCartSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "ApiPlatform\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ResourceBundle\Storage\CookieStorage::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\TracingSubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1767026877
        "timestamp_rfc3339" => "2025-12-29T17:47:57.541+01:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    2 => 2
    9098 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#785 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
content-length
"0"
host
"dev.normadoc.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"2.0 alproxy"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Mon, 29 Dec 2025 16:47:57 GMT"
vary
"Accept"
x-debug-exception
"Couldn%27t%20connect%20to%20host%2C%20Elasticsearch%20down%3F"
x-debug-exception-file
"%2Fhome%2Fnormadev%2Fdev%2Fvendor%2Fruflin%2Felastica%2Fsrc%2FTransport%2FHttp.php:186"
x-debug-token
"0e1724"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Mon, 29 Dec 25 17:47:57 +0100"
Last used
"Mon, 29 Dec 25 17:47:57 +0100"
Lifetime
0

Session Attributes

No session attributes

Session Usage

7 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 83
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/public/index.php"
    "line" => 5
    "args" => [
      "/home/normadev/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Sylius\Bundle\ResourceBundle\Storage\SessionStorage:58
[
  [
    "file" => "/home/normadev/dev/vendor/sylius/resource-bundle/src/Bundle/Storage/SessionStorage.php"
    "line" => 58
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/LocaleStorage.php"
    "line" => 33
    "function" => "get"
    "class" => "Sylius\Bundle\ResourceBundle\Storage\SessionStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Component/Core/Locale/Context/StorageBasedLocaleContext.php"
    "line" => 38
    "function" => "get"
    "class" => "Sylius\Component\Core\Locale\LocaleStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Component/Locale/Context/CompositeLocaleContext.php"
    "line" => 39
    "function" => "getLocaleCode"
    "class" => "Sylius\Component\Core\Locale\Context\StorageBasedLocaleContext"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php"
    "line" => 34
    "function" => "getLocaleCode"
    "class" => "Sylius\Component\Locale\Context\CompositeLocaleContext"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/public/index.php"
    "line" => 5
    "args" => [
      "/home/normadev/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 63
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/public/index.php"
    "line" => 5
    "args" => [
      "/home/normadev/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 63
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/public/index.php"
    "line" => 5
    "args" => [
      "/home/normadev/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 63
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/public/index.php"
    "line" => 5
    "args" => [
      "/home/normadev/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 63
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/public/index.php"
    "line" => 5
    "args" => [
      "/home/normadev/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 169
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 214
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 202
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 117
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/sylius/sylius/src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php"
    "line" => 63
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelException"
    "class" => "Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 239
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/normadev/dev/public/index.php"
    "line" => 5
    "args" => [
      "/home/normadev/dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_DOCUMENT_PLACEHOLDER_IMAGE
"document_placeholder.png"
APP_DRM_VITRIUM_ACCOUNT_NAME
"Normadoc (Development)"
APP_DRM_VITRIUM_PASSWORD
"ubK9SNWUjxjbWEJZbBA9vRSMPukTaL"
APP_DRM_VITRIUN_USERNAME
"normadoc-api-dev"
APP_DYNAMIC_ROUTES_BLOCKER
"1"
APP_ENV
"dev"
APP_FOOTER_MENU_SOCIAL_LINKEDIN_URL
"https://www.linkedin.com/company/librairie-normadoc"
APP_FOOTER_MENU_SOCIAL_X_URL
"https://x.com/normadoc"
APP_HOMEPAGE_MAIN_PAGE_CODE
"homepage-main"
APP_HOMEPAGE_SECONDARY_PAGE_CODE
"homepage-secondary"
APP_IMPORTER_UNLOCK_TAXON_FIELDS
"0"
APP_SECRET
"EDITME"
APP_SUBSCRIBERS_AREA_GUIDES_TOOLS_PAGE_CODE
"subscribers-area-guides-tools"
APP_SUBSCRIBERS_AREA_USER_GUIDE_URL
"/files/guide-de-l-utilisateur.pdf"
APP_SYLIUS_MAILER_OVERRIDDEN_RECIPIENTS
""
APP_TERMS_PAGE_CODE
"terms"
BASE_API_URL
"https://api.normadoc.fr"
DATABASE_URL
"mysql://normadev_dev:tJihzhfE6DMgoJgaVnbF4R7Ex7RSqa@127.0.0.1:3306/normadev_dev"
ELASTICSEARCH_INDEX_MAPPING_TOTAL_FIELDS_LIMIT
"2000"
ELASTICSEARCH_INDEX_PREFIX
"normadoc"
ELASTICSEARCH_PASSWORD
"tE5Q793HvW89yr5ZEiQnz"
ELASTICSEARCH_URL
"http://elastic:tE5Q793HvW89yr5ZEiQnz@127.6.42.197:9204/"
ELASTICSEARCH_USERNAME
"elastic"
EWZ_RECAPTCHA_SECRET
"6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
EWZ_RECAPTCHA_SITE_KEY
"6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
GOOGLE_RECAPTCHA_SECRET
"6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
GOOGLE_RECAPTCHA_SITE_KEY
"6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
IAM_BASE_URL
"https://keycloak-prep.normadoc.ethersys.host"
IAM_CLIENT_ID
"ddev_dev_normadoc"
IAM_CLIENT_SECRET
"YSIg0Bk5hZ9sHCIeyHWPWabuJQPOokig"
IAM_ENCRYPTION_ALGORITHM
"RS256"
IAM_ENCRYPTION_KEY
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAylip67odH4oYhJDFaXhB9Wc/wp27ohMy2TDflUgTOs2w+nGA52ePOnOVCNwiUA9nawH76x7fk16wjCBwB06QRwM5HRuLp/BcgdUbU1ATXgRjlBYruV2Tj2/dEmKU+G2bym+emYHjMwkds/5t3bP4COcS7TlNpnnOjVFXZZ61t3BolTPsngVeiTdz9MUidyS/53w0RDA3ATZeR6CfqQa2Qa8ExeLilJQo6Qtpd0JtBjCMXWgp96gnlaVeHUDiYSKeDW2gVA9uPX285WdqHWB3a8Em6AGGSGqMkfGPuSZoZUn8BC4rgHW30xxrr2KYwoj97/dkg3FdJIFqFhAu97vAfQIDAQAB"
IAM_ENCRYPTION_KEY_PATH
""
IAM_REALM
"dev_normadoc"
IAM_REDIRECT_URI
"https://dev.normadoc.fr/login/keycloak/callback"
IAM_VERIFY_SSL
"true"
IAM_VERSION
"26.3.2"
JWT_PASSPHRASE
"e7c5fca1060bdf6ad23c33e4c236081f"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://127.6.42.197:1032"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
MONSIEURBIZ_SYLIUS_MEDIA_MANAGER_MAX_FILE_SIZE
"5M"
MONSIEURBIZ_SYLIUS_MEDIA_MANAGER_PUBLIC_FOLDER
"%kernel.project_dir%/public"
MONSIEURBIZ_SYLIUS_MEDIA_MANAGER_ROOT_FOLDER_FROM_PUBLIC
"media"
OAUTH_CLIENT_ID
"2e63f350fc55495d8748eafe5f1bf91c"
OAUTH_CLIENT_SECRET
"9e2f190f-be18-4456-9ac9-13c80f7fc6f2"
OAUTH_SCOPES
"dev"
OAUTH_URL_ACCESS_TOKEN
"https://api.normadoc.fr/api/oauth2/v2.0/token"
REDIS_DSN
"redis://redis:6379"
SENTRY_DSN
""
SENTRY_DSN_DEV
""
SYLIUS_MAILER_SENDER_ADDRESS
"no-reply@local.host"
SYLIUS_MAILER_SENDER_NAME
"Sylius"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN
"doctrine://default?queue_name=catalog_promotion_removal"
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN
"doctrine://default?queue_name=catalog_promotion_removal_failed"
SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN
"doctrine://default"
SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN
"doctrine://default?queue_name=main_failed"
SYLIUS_ORDER_CART_EXPIRATION_PERIOD
"14"
SYLIUS_ORDER_ORDER_EXPIRATION_PERIOD
"7"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home/normadev/dev/public/"
CONTEXT_PREFIX
""
COUNTRY_CODE
"US"
DOCUMENT_ROOT
"/home/normadev/dev/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/normadev"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"dev.normadoc.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"2.0 alproxy"
HTTP_X_FORWARDED_PROTO
"https"
LANG
"en_US.UTF-8"
LC_ALL
"en_US.UTF-8"
MMDB_ADDR
"216.73.216.149"
MMDB_INFO
"result found"
PATH
"/home/normadev/.local/bin:/home/normadev/.local/share/gem/ruby/3.3.0/bin:/home/normadev/.gem/ruby/3.3.0/bin:/home/normadev/.composer/vendor/bin:/home/normadev/.npm-packages/bin:/usr/local/bin:/usr/bin:/bin"
PHPRC
"/home/normadev/admin/config/php/php-4a40df42c3.ini"
PHP_SELF
"/index.php"
PHP_VERSION
"8.3"
PWD
"/usr/bin"
QUERY_STRING
""
REDIRECT_COUNTRY_CODE
"US"
REDIRECT_HOME
"/home/normadev"
REDIRECT_LANG
"en_US.UTF-8"
REDIRECT_LC_ALL
"en_US.UTF-8"
REDIRECT_MMDB_ADDR
"216.73.216.149"
REDIRECT_MMDB_INFO
"result found"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/products-list/main/committees-1/bsi-5680/materials-1237"
REMOTE_ADDR
"216.73.216.149"
REMOTE_PORT
"53978"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1767026876
REQUEST_TIME_FLOAT
1767026876.9903
REQUEST_URI
"/products-list/main/committees-1/bsi-5680/materials-1237"
SCRIPT_FILENAME
"/home/normadev/dev/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"fd00::6:2ac5"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"dev.normadoc.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SHLVL
"0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,SYLIUS_MESSENGER_TRANSPORT_MAIN_DSN,SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN,SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_DSN,SYLIUS_MAILER_SENDER_NAME,SYLIUS_MAILER_SENDER_ADDRESS,ELASTICSEARCH_URL,ELASTICSEARCH_INDEX_PREFIX,ELASTICSEARCH_INDEX_MAPPING_TOTAL_FIELDS_LIMIT,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET,EWZ_RECAPTCHA_SITE_KEY,EWZ_RECAPTCHA_SECRET,MONSIEURBIZ_SYLIUS_MEDIA_MANAGER_PUBLIC_FOLDER,MONSIEURBIZ_SYLIUS_MEDIA_MANAGER_ROOT_FOLDER_FROM_PUBLIC,MONSIEURBIZ_SYLIUS_MEDIA_MANAGER_MAX_FILE_SIZE,TRUSTED_PROXIES,BASE_API_URL,OAUTH_CLIENT_ID,OAUTH_CLIENT_SECRET,OAUTH_URL_ACCESS_TOKEN,OAUTH_SCOPES,APP_IMPORTER_UNLOCK_TAXON_FIELDS,APP_DRM_VITRIUN_USERNAME,APP_DRM_VITRIUM_PASSWORD,APP_DRM_VITRIUM_ACCOUNT_NAME,APP_DOCUMENT_PLACEHOLDER_IMAGE,APP_DYNAMIC_ROUTES_BLOCKER,SYLIUS_ORDER_CART_EXPIRATION_PERIOD,SYLIUS_ORDER_ORDER_EXPIRATION_PERIOD,APP_SYLIUS_MAILER_OVERRIDDEN_RECIPIENTS,APP_FOOTER_MENU_SOCIAL_LINKEDIN_URL,APP_FOOTER_MENU_SOCIAL_X_URL,SENTRY_DSN,SENTRY_DSN_DEV,APP_TERMS_PAGE_CODE,APP_HOMEPAGE_MAIN_PAGE_CODE,APP_HOMEPAGE_SECONDARY_PAGE_CODE,APP_SUBSCRIBERS_AREA_GUIDES_TOOLS_PAGE_CODE,REDIS_DSN,IAM_VERIFY_SSL,IAM_BASE_URL,IAM_REALM,IAM_CLIENT_ID,IAM_CLIENT_SECRET,IAM_REDIRECT_URI,IAM_ENCRYPTION_ALGORITHM,IAM_ENCRYPTION_KEY,IAM_ENCRYPTION_KEY_PATH,IAM_VERSION,ELASTICSEARCH_USERNAME,ELASTICSEARCH_PASSWORD,APP_SUBSCRIBERS_AREA_USER_GUIDE_URL"
argc
0
argv
[]

Parent Request

Return to parent request (token = e7a9c1)

Key Value
_controller
"bitbag_sylius_elasticsearch_plugin.controller.action.shop.taxon_products_search"
_firewall_context
"security.firewall.map.context.shop"
_links
Symfony\Component\WebLink\GenericLinkProvider {#12221
  -links: [
    12220 => Symfony\Component\WebLink\Link {#12220
      -href: "https://dev.normadoc.fr/api/v2/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_route
"bitbag_sylius_elasticsearch_plugin_shop_list_products"
_route_params
[
  "template" => "@BitBagSyliusElasticsearchPlugin/Shop/Product/index.html.twig"
  "slug" => "main/committees-1/bsi-5680/materials-1237"
]
_security_firewall_run
"_security_shop"
_stopwatch_token
"3fc620"
slug
"main/committees-1/bsi-5680/materials-1237"
template
"@BitBagSyliusElasticsearchPlugin/Shop/Product/index.html.twig"