Error 404 Not Found

GET https://pciservice.fr/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"c4b3fd"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#590
  #message: "No route found for "GET https://pciservice.fr/robots.txt""
  #code: 0
  #file: "/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 149
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#898 …}
  -statusCode: 404
  -headers: []
  trace: {
    /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/pci_service/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);}
    }
    /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
      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);}
    /var/www/pci_service/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) {
    }
    /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
      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 {
    }
    /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/pci_service/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/pci_service/public/index.php:7 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/pci_service/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#536
  -records: [
    2 => [
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.013+02:00"
        "message" => "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Controller\Admin\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#863
            #message: "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Controller\Admin\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
            #code: 0
            #file: "/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php"
            #line: 265
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:265 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->getDashboardsRouteConfig(): array …
                › } else {    @trigger_deprecation(        'easycorp/easyadmin-bundle',
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:124 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
                › $defaultRoutesConfig = $this->getDefaultRoutesConfig($dashboardFqcn);$dashboardRouteConfig = $this->getDashboardsRouteConfig()[$dashboardFqcn];}
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
                › $collection = new RouteCollection();$adminRoutes = $this->generateAdminRoutes();}
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                ›     return $this->adminRouteGenerator->generateAll();}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › if (!$loader instanceof self) {    return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › 
                ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
                Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
                › /** @var RouteCollection[] $imported */$imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];}
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
                Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
                › if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › try {    $ret = $loader->load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {    if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {        $ret[] = $res;
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
                Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
                › 
                › $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];if (!\is_array($imported)) {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
                App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
                › $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');$routes->import($configDir.'/{routes}/*.{php,yaml}');}
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
                App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
                › $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');$configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));}
              /var/www/pci_service/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
                Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                › $routeCollection = $loaderObject->$method($this, $this->env);}
              /var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
                Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
                › 
                ›     return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
                Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › try {    $collection = parent::load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
                Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
                › if (!isset($this->collection)) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:282 {
                Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
                › {    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:218 {
                Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
                › function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
              }
              /var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
                Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
                › if (!$cache->isFresh()) {    $callable($cache);}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:216 {
                Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
                › 
                › $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',    function (ConfigCacheInterface $cache) {
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:182 {
                Symfony\Component\Routing\Router->matchRequest(Request $request): array …
                › {    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pci_service/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);}
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /var/www/pci_service/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) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pci_service/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pci_service/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pci_service/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.052+02:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\Admin\ControleEtTestFinalCrudController::$request is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#669
            #message: "Deprecated: Creation of dynamic property App\Controller\Admin\ControleEtTestFinalCrudController::$request is deprecated"
            #code: 0
            #file: "/var/www/pci_service/src/Controller/Admin/ControleEtTestFinalCrudController.php"
            #line: 29
            #severity: E_DEPRECATED
            trace: {
              /var/www/pci_service/src/Controller/Admin/ControleEtTestFinalCrudController.php:29 {
                App\Controller\Admin\ControleEtTestFinalCrudController->__construct(EntityManagerInterface $em, RequestStack $request) …
                › {    $this->request = $request;    $this->em = $em;
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getControleEtTestFinalCrudControllerService.php:32 {
                ContainerA5nIq4N\getControleEtTestFinalCrudControllerService::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\Admin\\ControleEtTestFinalCrudController'] = $instance = new \App\Controller\Admin\ControleEtTestFinalCrudController($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));}
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
                ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1568 {
                ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
                › yield 13 => ($container->services['App\\Controller\\Admin\\CompteCommerciauxCrudController'] ?? $container->load('getCompteCommerciauxCrudControllerService'));yield 14 => ($container->services['App\\Controller\\Admin\\ControleEtTestFinalCrudController'] ?? $container->load('getControleEtTestFinalCrudControllerService'));yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
                › // then, create the routes of the CRUD controllers associated with the dashboardforeach ($this->crudControllers as $crudController) {    $crudControllerFqcn = $crudController::class;
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
                › $collection = new RouteCollection();$adminRoutes = $this->generateAdminRoutes();}
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                ›     return $this->adminRouteGenerator->generateAll();}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › if (!$loader instanceof self) {    return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › 
                ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
                Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
                › /** @var RouteCollection[] $imported */$imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];}
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
                Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
                › if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › try {    $ret = $loader->load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {    if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {        $ret[] = $res;
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
                Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
                › 
                › $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];if (!\is_array($imported)) {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
                App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
                › $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');$routes->import($configDir.'/{routes}/*.{php,yaml}');}
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
                App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
                › $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');$configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));}
              /var/www/pci_service/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
                Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                › $routeCollection = $loaderObject->$method($this, $this->env);}
              /var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
                Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
                › 
                ›     return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
                Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › try {    $collection = parent::load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
                Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
                › if (!isset($this->collection)) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:282 {
                Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
                › {    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:218 {
                Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
                › function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
              }
              /var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
                Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
                › if (!$cache->isFresh()) {    $callable($cache);}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:216 {
                Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
                › 
                › $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',    function (ConfigCacheInterface $cache) {
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:182 {
                Symfony\Component\Routing\Router->matchRequest(Request $request): array …
                › {    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pci_service/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);}
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /var/www/pci_service/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) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pci_service/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pci_service/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pci_service/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.052+02:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\Admin\ControleEtTestFinalCrudController::$em is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#661
            #message: "Deprecated: Creation of dynamic property App\Controller\Admin\ControleEtTestFinalCrudController::$em is deprecated"
            #code: 0
            #file: "/var/www/pci_service/src/Controller/Admin/ControleEtTestFinalCrudController.php"
            #line: 30
            #severity: E_DEPRECATED
            trace: {
              /var/www/pci_service/src/Controller/Admin/ControleEtTestFinalCrudController.php:30 {
                App\Controller\Admin\ControleEtTestFinalCrudController->__construct(EntityManagerInterface $em, RequestStack $request) …
                ›     $this->request = $request;    $this->em = $em;}
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getControleEtTestFinalCrudControllerService.php:32 {
                ContainerA5nIq4N\getControleEtTestFinalCrudControllerService::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\Admin\\ControleEtTestFinalCrudController'] = $instance = new \App\Controller\Admin\ControleEtTestFinalCrudController($a, ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));}
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
                ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1568 {
                ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
                › yield 13 => ($container->services['App\\Controller\\Admin\\CompteCommerciauxCrudController'] ?? $container->load('getCompteCommerciauxCrudControllerService'));yield 14 => ($container->services['App\\Controller\\Admin\\ControleEtTestFinalCrudController'] ?? $container->load('getControleEtTestFinalCrudControllerService'));yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
                › // then, create the routes of the CRUD controllers associated with the dashboardforeach ($this->crudControllers as $crudController) {    $crudControllerFqcn = $crudController::class;
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
                › $collection = new RouteCollection();$adminRoutes = $this->generateAdminRoutes();}
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                ›     return $this->adminRouteGenerator->generateAll();}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › if (!$loader instanceof self) {    return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › 
                ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
                Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
                › /** @var RouteCollection[] $imported */$imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];}
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
                Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
                › if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › try {    $ret = $loader->load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {    if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {        $ret[] = $res;
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
                Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
                › 
                › $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];if (!\is_array($imported)) {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
                App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
                › $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');$routes->import($configDir.'/{routes}/*.{php,yaml}');}
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
                App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
                › $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');$configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));}
              /var/www/pci_service/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
                Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                › $routeCollection = $loaderObject->$method($this, $this->env);}
              /var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
                Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
                › 
                ›     return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
                Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › try {    $collection = parent::load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
                Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
                › if (!isset($this->collection)) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:282 {
                Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
                › {    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:218 {
                Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
                › function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
              }
              /var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
                Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
                › if (!$cache->isFresh()) {    $callable($cache);}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:216 {
                Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
                › 
                › $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',    function (ConfigCacheInterface $cache) {
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:182 {
                Symfony\Component\Routing\Router->matchRequest(Request $request): array …
                › {    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pci_service/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);}
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /var/www/pci_service/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) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pci_service/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pci_service/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pci_service/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.053+02:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$request is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#609
            #message: "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$request is deprecated"
            #code: 0
            #file: "/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php"
            #line: 23
            #severity: E_DEPRECATED
            trace: {
              /var/www/pci_service/src/Controller/Admin/CustomerCrudController.php:23 {
                App\Controller\Admin\CustomerCrudController->__construct(RequestStack $request, EntityManagerInterface $em, GoogleMapsService $googleMapsService) …
                › {    $this->request = $request;    $this->em = $em;
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getCustomerCrudControllerService.php:33 {
                ContainerA5nIq4N\getCustomerCrudControllerService::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\Admin\\CustomerCrudController'] = $instance = new \App\Controller\Admin\CustomerCrudController(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, new \App\Service\GoogleMapsService(($container->privates['Symfony\\Contracts\\HttpClient\\HttpClientInterface'] ?? self::getHttpClientInterfaceService($container)), $container->getEnv('APP_GOOGLE_KEY')));}
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
                ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1570 {
                ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
                › yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));yield 16 => ($container->services['App\\Controller\\Admin\\CustomerCrudController'] ?? $container->load('getCustomerCrudControllerService'));yield 17 => ($container->services['App\\Controller\\Admin\\DaCrudController'] ?? $container->load('getDaCrudControllerService'));
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
                › // then, create the routes of the CRUD controllers associated with the dashboardforeach ($this->crudControllers as $crudController) {    $crudControllerFqcn = $crudController::class;
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
                › $collection = new RouteCollection();$adminRoutes = $this->generateAdminRoutes();}
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                ›     return $this->adminRouteGenerator->generateAll();}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › if (!$loader instanceof self) {    return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › 
                ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
                Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
                › /** @var RouteCollection[] $imported */$imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];}
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
                Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
                › if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › try {    $ret = $loader->load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {    if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {        $ret[] = $res;
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
                Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
                › 
                › $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];if (!\is_array($imported)) {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
                App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
                › $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');$routes->import($configDir.'/{routes}/*.{php,yaml}');}
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
                App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
                › $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');$configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));}
              /var/www/pci_service/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
                Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                › $routeCollection = $loaderObject->$method($this, $this->env);}
              /var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
                Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
                › 
                ›     return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
                Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › try {    $collection = parent::load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
                Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
                › if (!isset($this->collection)) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:282 {
                Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
                › {    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:218 {
                Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
                › function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
              }
              /var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
                Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
                › if (!$cache->isFresh()) {    $callable($cache);}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:216 {
                Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
                › 
                › $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',    function (ConfigCacheInterface $cache) {
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:182 {
                Symfony\Component\Routing\Router->matchRequest(Request $request): array …
                › {    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pci_service/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);}
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /var/www/pci_service/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) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pci_service/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pci_service/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pci_service/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.053+02:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$em is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#608
            #message: "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$em is deprecated"
            #code: 0
            #file: "/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php"
            #line: 24
            #severity: E_DEPRECATED
            trace: {
              /var/www/pci_service/src/Controller/Admin/CustomerCrudController.php:24 {
                App\Controller\Admin\CustomerCrudController->__construct(RequestStack $request, EntityManagerInterface $em, GoogleMapsService $googleMapsService) …
                › $this->request = $request;$this->em = $em;$this->map = $googleMapsService;
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getCustomerCrudControllerService.php:33 {
                ContainerA5nIq4N\getCustomerCrudControllerService::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\Admin\\CustomerCrudController'] = $instance = new \App\Controller\Admin\CustomerCrudController(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, new \App\Service\GoogleMapsService(($container->privates['Symfony\\Contracts\\HttpClient\\HttpClientInterface'] ?? self::getHttpClientInterfaceService($container)), $container->getEnv('APP_GOOGLE_KEY')));}
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
                ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1570 {
                ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
                › yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));yield 16 => ($container->services['App\\Controller\\Admin\\CustomerCrudController'] ?? $container->load('getCustomerCrudControllerService'));yield 17 => ($container->services['App\\Controller\\Admin\\DaCrudController'] ?? $container->load('getDaCrudControllerService'));
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
                › // then, create the routes of the CRUD controllers associated with the dashboardforeach ($this->crudControllers as $crudController) {    $crudControllerFqcn = $crudController::class;
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
                › $collection = new RouteCollection();$adminRoutes = $this->generateAdminRoutes();}
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                ›     return $this->adminRouteGenerator->generateAll();}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › if (!$loader instanceof self) {    return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › 
                ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
                Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
                › /** @var RouteCollection[] $imported */$imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];}
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
                Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
                › if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › try {    $ret = $loader->load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {    if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {        $ret[] = $res;
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
                Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
                › 
                › $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];if (!\is_array($imported)) {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
                App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
                › $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');$routes->import($configDir.'/{routes}/*.{php,yaml}');}
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
                App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
                › $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');$configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));}
              /var/www/pci_service/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
                Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                › $routeCollection = $loaderObject->$method($this, $this->env);}
              /var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
                Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
                › 
                ›     return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
                Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › try {    $collection = parent::load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
                Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
                › if (!isset($this->collection)) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:282 {
                Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
                › {    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:218 {
                Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
                › function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
              }
              /var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
                Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
                › if (!$cache->isFresh()) {    $callable($cache);}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:216 {
                Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
                › 
                › $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',    function (ConfigCacheInterface $cache) {
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:182 {
                Symfony\Component\Routing\Router->matchRequest(Request $request): array …
                › {    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pci_service/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);}
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /var/www/pci_service/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) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pci_service/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pci_service/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pci_service/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.055+02:00"
        "message" => "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$map is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1003
            #message: "Deprecated: Creation of dynamic property App\Controller\Admin\CustomerCrudController::$map is deprecated"
            #code: 0
            #file: "/var/www/pci_service/src/Controller/Admin/CustomerCrudController.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/pci_service/src/Controller/Admin/CustomerCrudController.php:25 {
                App\Controller\Admin\CustomerCrudController->__construct(RequestStack $request, EntityManagerInterface $em, GoogleMapsService $googleMapsService) …
                ›     $this->em = $em;    $this->map = $googleMapsService;}
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/getCustomerCrudControllerService.php:33 {
                ContainerA5nIq4N\getCustomerCrudControllerService::do($container, $lazyLoad = true) …
                › 
                › $container->services['App\\Controller\\Admin\\CustomerCrudController'] = $instance = new \App\Controller\Admin\CustomerCrudController(($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()), $a, new \App\Service\GoogleMapsService(($container->privates['Symfony\\Contracts\\HttpClient\\HttpClientInterface'] ?? self::getHttpClientInterfaceService($container)), $container->getEnv('APP_GOOGLE_KEY')));}
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:721 {
                ContainerA5nIq4N\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /var/www/pci_service/var/cache/dev/ContainerA5nIq4N/App_KernelDevDebugContainer.php:1570 {
                ContainerA5nIq4N\App_KernelDevDebugContainer::ContainerA5nIq4N\{closure} …
                › yield 15 => ($container->services['App\\Controller\\Admin\\CoolantTypeCrudController'] ?? $container->load('getCoolantTypeCrudControllerService'));yield 16 => ($container->services['App\\Controller\\Admin\\CustomerCrudController'] ?? $container->load('getCustomerCrudControllerService'));yield 17 => ($container->services['App\\Controller\\Admin\\DaCrudController'] ?? $container->load('getDaCrudControllerService'));
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:133 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAdminRoutes(): array …
                › // then, create the routes of the CRUD controllers associated with the dashboardforeach ($this->crudControllers as $crudController) {    $crudControllerFqcn = $crudController::class;
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:78 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
                › $collection = new RouteCollection();$adminRoutes = $this->generateAdminRoutes();}
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                ›     return $this->adminRouteGenerator->generateAll();}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › if (!$loader instanceof self) {    return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › 
                ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
                Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
                › /** @var RouteCollection[] $imported */$imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];}
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
                Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
                › if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › try {    $ret = $loader->load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {    if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {        $ret[] = $res;
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
                Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
                › 
                › $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];if (!\is_array($imported)) {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
                App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
                › $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');$routes->import($configDir.'/{routes}/*.{php,yaml}');}
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
                App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
                › $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');$configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));}
              /var/www/pci_service/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
                Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                › $routeCollection = $loaderObject->$method($this, $this->env);}
              /var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
                Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
                › 
                ›     return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
                Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › try {    $collection = parent::load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
                Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
                › if (!isset($this->collection)) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:282 {
                Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
                › {    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:218 {
                Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
                › function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
              }
              /var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
                Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
                › if (!$cache->isFresh()) {    $callable($cache);}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:216 {
                Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
                › 
                › $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',    function (ConfigCacheInterface $cache) {
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:182 {
                Symfony\Component\Routing\Router->matchRequest(Request $request): array …
                › {    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pci_service/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);}
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /var/www/pci_service/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) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pci_service/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pci_service/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pci_service/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.101+02:00"
        "message" => "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Controller\Admin\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#858
            #message: "User Deprecated: Since easycorp/easyadmin-bundle 4.24.0: The "App\Controller\Admin\DashboardController" dashboard controller does not apply the #[AdminDashboard] attribute. Applying this attribute is the recommended way to define the route path and route name of the dashboard, instead of using the default #[Route] attribute from Symfony (e.g. #[AdminDashboard(routePath: '/admin', routeName: 'admin')]). Not applying the #[AdminDashboard] attribute is deprecated because it will be mandatory in EasyAdmin 5.0.0."
            #code: 0
            #file: "/var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php"
            #line: 265
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:265 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->getDashboardsRouteConfig(): array …
                › } else {    @trigger_deprecation(        'easycorp/easyadmin-bundle',
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:509 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->saveAdminRoutesInCache(array $adminRoutes): void …
                › // will be immediately overwritten below by the one created using the attributeforeach ($this->getDashboardsRouteConfig() as $dashboardFqcn => $dashboardRouteConfig) {    $routeNameToFqcn[$dashboardRouteConfig['routeName']] = [
              }
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteGenerator.php:86 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator->generateAll(): RouteCollection …
                › // find them quickly without having to use Symfony's router service$this->saveAdminRoutesInCache($adminRoutes);}
              /var/www/pci_service/vendor/easycorp/easyadmin-bundle/src/Router/AdminRouteLoader.php:52 {
                EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                ›     return $this->adminRouteGenerator->generateAll();}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:141 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › if (!$loader instanceof self) {    return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:93 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › 
                ›     return $this->doImport($resource, $type, $ignoreErrors, $sourceResource);}
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:210 {
                Symfony\Component\Routing\Loader\YamlFileLoader->parseImport(RouteCollection $collection, array $config, string $path, string $file): void …
                › /** @var RouteCollection[] $imported */$imported = $this->import($config['resource'], $type, false, $file, $exclude) ?: [];}
              /var/www/pci_service/vendor/symfony/routing/Loader/YamlFileLoader.php:99 {
                Symfony\Component\Routing\Loader\YamlFileLoader->load(mixed $file, ?string $type = null): RouteCollection …
                › if (isset($config['resource'])) {    $this->parseImport($collection, $config, $path, $file);} else {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:162 {
                Symfony\Component\Config\Loader\FileLoader->doImport(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null): mixed …
                › try {    $ret = $loader->load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/config/Loader/FileLoader.php:82 {
                Symfony\Component\Config\Loader\FileLoader->import(mixed $resource, ?string $type = null, bool $ignoreErrors = false, ?string $sourceResource = null, array|string|null $exclude = null): mixed …
                › foreach ($this->glob($resource, false, $_, $ignoreErrors || !$isSubpath, false, $excluded) as $path => $info) {    if (null !== $res = $this->doImport($path, 'glob' === $type ? null : $type, $ignoreErrors, $sourceResource)) {        $ret[] = $res;
              }
              /var/www/pci_service/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php:41 {
                Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator->import(array|string $resource, ?string $type = null, bool $ignoreErrors = false, array|string|null $exclude = null): ImportConfigurator …
                › 
                › $imported = $this->loader->import($resource, $type, $ignoreErrors, $this->file, $exclude) ?: [];if (!\is_array($imported)) {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:80 {
                App\Kernel->configureRoutes(RoutingConfigurator $routes): void …
                › $routes->import($configDir.'/{routes}/'.$this->environment.'/*.{php,yaml}');$routes->import($configDir.'/{routes}/*.{php,yaml}');}
              /var/www/pci_service/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:217 {
                App\Kernel->loadRoutes(LoaderInterface $loader): RouteCollection …
                › $configureRoutes = new \ReflectionMethod($this, 'configureRoutes');$configureRoutes->getClosure($this)(new RoutingConfigurator($collection, $kernelLoader, $file, $file, $this->getEnvironment()));}
              /var/www/pci_service/vendor/symfony/routing/Loader/ObjectLoader.php:51 {
                Symfony\Component\Routing\Loader\ObjectLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › 
                › $routeCollection = $loaderObject->$method($this, $this->env);}
              /var/www/pci_service/vendor/symfony/config/Loader/DelegatingLoader.php:37 {
                Symfony\Component\Config\Loader\DelegatingLoader->load(mixed $resource, ?string $type = null): mixed …
                › 
                ›     return $loader->load($resource, $type);}
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php:65 {
                Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader->load(mixed $resource, ?string $type = null): RouteCollection …
                › try {    $collection = parent::load($resource, $type);} finally {
              }
              /var/www/pci_service/vendor/symfony/framework-bundle/Routing/Router.php:72 {
                Symfony\Bundle\FrameworkBundle\Routing\Router->getRouteCollection(): RouteCollection …
                › if (!isset($this->collection)) {    $this->collection = $this->container->get('routing.loader')->load($this->resource, $this->options['resource_type']);    $this->resolveParameters($this->collection);
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:282 {
                Symfony\Component\Routing\Router->getMatcherDumperInstance(): MatcherDumperInterface …
                › {    return new $this->options['matcher_dumper_class']($this->getRouteCollection());}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:218 {
                Symfony\Component\Routing\Router->Symfony\Component\Routing\{closure} …
                › function (ConfigCacheInterface $cache) {    $dumper = $this->getMatcherDumperInstance();    if (method_exists($dumper, 'addExpressionLanguageProvider')) {
              }
              /var/www/pci_service/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php:34 {
                Symfony\Component\Config\ResourceCheckerConfigCacheFactory->cache(string $file, callable $callable): ConfigCacheInterface …
                › if (!$cache->isFresh()) {    $callable($cache);}
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:216 {
                Symfony\Component\Routing\Router->getMatcher(): RequestMatcherInterface …
                › 
                › $cache = $this->getConfigCacheFactory()->cache($this->options['cache_dir'].'/url_matching_routes.php',    function (ConfigCacheInterface $cache) {
              }
              /var/www/pci_service/vendor/symfony/routing/Router.php:182 {
                Symfony\Component\Routing\Router->matchRequest(Request $request): array …
                › {    $matcher = $this->getMatcher();    if (!$matcher instanceof RequestMatcherInterface) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:101 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › if ($this->matcher instanceof RequestMatcherInterface) {    $parameters = $this->matcher->matchRequest($request);} else {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pci_service/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);}
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /var/www/pci_service/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) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pci_service/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pci_service/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pci_service/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\PointageEntrySubmitGuardSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.636+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.651+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://pciservice.fr/robots.txt"" at RouterListener.php line 149"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#590
            #message: "No route found for "GET https://pciservice.fr/robots.txt""
            #code: 0
            #file: "/var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 149
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#898 …}
            -statusCode: 404
            -headers: []
            trace: {
              /var/www/pci_service/vendor/symfony/http-kernel/EventListener/RouterListener.php:149 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/pci_service/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);}
              }
              /var/www/pci_service/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/HttpKernel.php:159 {
                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);}
              /var/www/pci_service/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) {
              }
              /var/www/pci_service/vendor/symfony/http-kernel/Kernel.php:182 {
                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 {
              }
              /var/www/pci_service/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/pci_service/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/pci_service/public/index.php:7 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/pci_service/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.073+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    2378 => [
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.652+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.652+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.652+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\PointageEntrySubmitGuardSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.666+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.667+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.667+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.667+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.683+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.683+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.683+02: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" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.683+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerA5nIq4N\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587272
        "timestamp_rfc3339" => "2026-06-04T17:34:32.683+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.047+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02: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" => 1780587273
        "timestamp_rfc3339" => "2026-06-04T17:34:33.048+02:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    2378 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#535 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"216.73.217.152"
cf-ipcountry
"US"
cf-ray
"a06800870e56df63-CMH"
cf-visitor
"{"scheme":"https"}"
connection
"Keep-Alive"
host
"pciservice.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
x-forwarded-for
"216.73.217.152"
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
"Thu, 04 Jun 2026 15:34:32 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fpciservice.fr%2Frobots.txt%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fpci_service%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:149"
x-debug-token
"2d57ed"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_GOOGLE_KEY
"AIzaSyB56kUWccTYS_15dbAQsc7Y3ihIbdoHCOo"
APP_MONDAY_KEY
"eyJhbGciOiJIUzI1NiJ9.eyJ0aWQiOjUyNjA2NDM4OSwiYWFpIjoxMSwidWlkIjo3NzE5NTk0OCwiaWFkIjoiMjAyNS0wNi0xM1QxMzoxMDozOC44OTJaIiwicGVyIjoibWU6d3JpdGUiLCJhY3RpZCI6MjUzMTUwMzcsInJnbiI6ImV1YzEifQ.vfTNo7eM79UTyp0O92ja4AXnWG9rH0X50GJUdUKdl1k"
APP_SECRET
""
CERIMATEC_MONDAY_CLIENT_ID
"973570de7b17bb9b3f8985b8ea306319"
CERIMATEC_MONDAY_CLIENT_SECRET
"e6c415802684ca0b4e520a98f734b277"
CERIMATEC_MONDAY_REDIRECT_URI
"https://pciservice.fr/cerimatec/monday/oauth/callback"
CERIMATEC_MONDAY_SIGNING_SECRET
"0d8767a4c1a93fff1c773354c34c3410"
DATABASE_URL
"mysql://mysqlUser:[email protected]:3306/pci_service?serverVersion=11.6.2-MariaDB&charset=utf8mb4"
GOOGLE_MAPS_API_KEY
"# Get your API key at https://developers.google.com/maps/documentation/javascript/get-api-key"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://envoi.smtp%40pci.fr:%24Scemm007%[email protected]:587?encryption=tls"
MERCURE_JWT_SECRET
"!ChangeThisMercureHubJWTSecretKey!"
MERCURE_PUBLIC_URL
"https://example.com/.well-known/mercure"
MERCURE_URL
"https://example.com/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
MONDAY_API_TOKEN_CERIMATEC
"eyJhbGciOiJIUzI1NiJ9.eyJ0aWQiOjYyODczNTUyOCwiYWFpIjoxMSwidWlkIjoxMDA1ODUxODYsImlhZCI6IjIwMjYtMDMtMDRUMTM6MTU6MTEuMDAwWiIsInBlciI6Im1lOndyaXRlIiwiYWN0aWQiOjE5MzQ4MDUwLCJyZ24iOiJldWMxIn0.Sj0cOrdx6z_9kcS2ZQybNqKelXdl5fEiF9et8BPXrt0"
MONDAY_API_VERSION
"2025-10"
PMI_WEBHOOK_SECRET
"03d43ad37742acdad0872f7e61b0271431460204a6ee26ad8f2d33aceae9487e"
UX_MAP_DSN
"google://%env(GOOGLE_MAPS_API_KEY)%@default"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/pci_service/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/pci_service/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"216.73.217.152"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"a06800870e56df63-CMH"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"pciservice.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"216.73.217.152"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"pciservice.fr"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/robots.txt"
REMOTE_ADDR
"162.159.115.37"
REMOTE_PORT
"11078"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1780587270
REQUEST_TIME_FLOAT
1780587270.2884
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/var/www/pci_service/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.31.82.49"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"pciservice.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.58 (Ubuntu) Server at pciservice.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.58 (Ubuntu)"
SSL_TLS_SNI
"pciservice.fr"
SYMFONY_DOTENV_PATH
"/var/www/pci_service/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_GOOGLE_KEY,APP_MONDAY_KEY,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,GOOGLE_MAPS_API_KEY,UX_MAP_DSN,LOCK_DSN,PMI_WEBHOOK_SECRET,CERIMATEC_MONDAY_CLIENT_ID,CERIMATEC_MONDAY_CLIENT_SECRET,CERIMATEC_MONDAY_SIGNING_SECRET,CERIMATEC_MONDAY_REDIRECT_URI,MONDAY_API_VERSION,MONDAY_API_TOKEN_CERIMATEC"

Parent Request

Return to parent request (token = f6c8f9)

Key Value
_remove_csp_headers
true
_stopwatch_token
"e4914e"