https://dev.cfc-platform.com/robots.txt

Log Messages

Info. & Errors 0

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

There are no log messages of this level.

Deprecations 87

Log messages generated by using features marked as deprecated.

Time Channel Message
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#751
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 34
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function open($savePath, $sessionName){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        include …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        include …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:34 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function open($savePath, $sessionName){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    include …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    include …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#750
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 82
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function read($sessionId){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        include …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        include …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:82 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function read($sessionId){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    include …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    include …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#749
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 105
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function write($sessionId, $data){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        include …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        include …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:105 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function write($sessionId, $data){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    include …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    include …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#748
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 122
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function destroy($sessionId){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        include …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        include …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:122 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function destroy($sessionId){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    include …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    include …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#747
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php"
    #line: 62
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function validateId($sessionId){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
        include …
        ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        include …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:62 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function validateId($sessionId){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php:23 {
    include …
    ›  */abstract class AbstractSessionHandler implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    include …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#746
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 91
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function close(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        include …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:91 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function close(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    include …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#745
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 99
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function gc($maxlifetime){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        include …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:99 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function gc($maxlifetime){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    include …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#744
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
    #line: 54
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function updateTimestamp($sessionId, $data){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
        include …
        ›  */class StrictSessionHandler extends AbstractSessionHandler{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
        include_once …
        › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:54 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function updateTimestamp($sessionId, $data){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:19 {
    include …
    ›  */class StrictSessionHandler extends AbstractSessionHandler{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:22 {
    include_once …
    › class_exists(MetadataBag::class);class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#743
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::open($savePath, $sessionName) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 41
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function open($savePath, $sessionName){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        include …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:41 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function open($savePath, $sessionName){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    include …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#742
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 49
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function close(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        include …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:49 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function close(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    include …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#741
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read($sessionId) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 57
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function read($sessionId){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        include …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:57 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function read($sessionId){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    include …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#740
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::write($sessionId, $data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 65
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function write($sessionId, $data){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        include …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:65 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function write($sessionId, $data){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    include …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#739
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::destroy($sessionId) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 73
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function destroy($sessionId){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        include …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:73 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function destroy($sessionId){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    include …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#738
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 81
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function gc($maxlifetime){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        include …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:81 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function gc($maxlifetime){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    include …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#737
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::validateId($sessionId) should either be compatible with SessionUpdateTimestampHandlerInterface::validateId(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 89
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function validateId($sessionId){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        include …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:89 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function validateId($sessionId){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    include …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#736
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::updateTimestamp($sessionId, $data) should either be compatible with SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php"
    #line: 97
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function updateTimestamp($sessionId, $data){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
        include …
        ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
        include_once …
        › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:97 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function updateTimestamp($sessionId, $data){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:17 {
    include …
    ›  */class SessionHandlerProxy extends AbstractProxy implements \SessionHandlerInterface, \SessionUpdateTimestampHandlerInterface{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:23 {
    include_once …
    › class_exists(StrictSessionHandler::class);class_exists(SessionHandlerProxy::class);}
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:7394 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSession_Storage_NativeService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:43 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › if ($this->container->has('session_storage')    && ($storage = $this->container->get('session_storage')) instanceof NativeSessionStorage    && ($masterRequest = $this->container->get('request_stack')->getMasterRequest())
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#730
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 134
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        include …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:22 {
        include_once …
        › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:2531 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:134 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    include …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:22 {
    include_once …
    › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:2531 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#729
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php"
    #line: 144
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
        include …
        ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:22 {
        include_once …
        › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:2531 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:144 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php:17 {
    include …
    ›  */class AttributeBag implements AttributeBagInterface, \IteratorAggregate, \Countable{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:22 {
    include_once …
    › // Help opcache.preload discover always-needed symbolsclass_exists(AttributeBag::class);class_exists(FlashBag::class);
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:2531 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#728
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php"
    #line: 131
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:131 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function getIterator(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:2531 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:131 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function getIterator(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:2531 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => ErrorException {#727
    #message: "Deprecated: Return type of Symfony\Component\HttpFoundation\Session\Session::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php"
    #line: 141
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:141 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        ›  */public function count(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:30 {
        include_once …
        ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
      }
      /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:2531 {
        ContainerJefhyoM\App_KernelDevDebugContainer->getSessionService() …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
        Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
        › 
        ›     return $this->container->get('session');}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
        Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
        ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
        Symfony\Component\HttpFoundation\Request->getSession() …
        › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
        Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:141 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    ›  */public function count(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Session/Session.php:30 {
    include_once …
    ›  */class Session implements SessionInterface, \IteratorAggregate, \Countable{
  }
  /home/cfcplatfo/dev.cfc-platform.com/var/cache/dev/ContainerJefhyoM/App_KernelDevDebugContainer.php:2531 {
    ContainerJefhyoM\App_KernelDevDebugContainer->getSessionService() …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Container.php:441 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get($id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/SessionListener.php:50 {
    Symfony\Component\HttpKernel\EventListener\SessionListener->getSession(): SessionInterface …
    › 
    ›     return $this->container->get('session');}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:63 {
    Symfony\Component\HttpKernel\EventListener\AbstractSessionListener->Symfony\Component\HttpKernel\EventListener\{closure} …
    ›     $sess = null;    $request->setSessionFactory(function () use (&$sess) { return $sess ?? $sess = $this->getSession(); });}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-foundation/Request.php:724 {
    Symfony\Component\HttpFoundation\Request->getSession() …
    › if (!$session instanceof SessionInterface && null !== $session) {    $this->setSession($session = $session());}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:60 {
    Symfony\Component\HttpKernel\DataCollector\RequestDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › if ($request->hasSession()) {    $session = $request->getSession();    if ($session->isStarted()) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php Deprecated: Infrastructure\Persistence\Doctrine\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
[
  "exception" => ErrorException {#846
    #message: "Deprecated: Infrastructure\Persistence\Doctrine\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
    #code: 0
    #file: "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
    #line: 15
    #severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php:15 {
        include …
        ›  */class User implements UserInterface, \Serializable{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
        Composer\Autoload\includeFile($file) …
        › {    include $file;}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
        Composer\Autoload\ClassLoader->loadClass($class) …
        › if ($file = $this->findFile($class)) {    includeFile($file);}
      Composer\Autoload\ClassLoader->loadClass() {}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:1037 {
        Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
        › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:269 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
        › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:248 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
        › 
        ›     $this->validateRuntimeMetadata($class, $parent);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
        › 
        › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:81 {
        Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
        › {    $loaded = parent::loadMetadata($name);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:184 {
        Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
        › } else {    foreach ($this->loadMetadata($realClassName) as $loadedClassName) {        $this->cacheDriver->save(
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php:117 {
        Doctrine\ORM\Tools\SchemaValidator->validateClass(ClassMetadataInfo $class) …
        › 
        › $targetMetadata = $cmf->getMetadataFor($assoc['targetEntity']);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:80 {
        Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        › 
        › $classErrors                        = $validator->validateClass($class);$entities[$name][$class->getName()] = $class->getName();
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php:15 {
    include …
    ›  */class User implements UserInterface, \Serializable{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {
    Composer\Autoload\includeFile($file) …
    › {    include $file;}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:428 {
    Composer\Autoload\ClassLoader->loadClass($class) …
    › if ($file = $this->findFile($class)) {    includeFile($file);}
  Composer\Autoload\ClassLoader->loadClass() {}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php:1037 {
    Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
    › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:269 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
    › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:248 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
    › 
    ›     $this->validateRuntimeMetadata($class, $parent);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:306 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
    › 
    › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:81 {
    Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata($name) …
    › {    $loaded = parent::loadMetadata($name);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:184 {
    Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
    › } else {    foreach ($this->loadMetadata($realClassName) as $loadedClassName) {        $this->cacheDriver->save(
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaValidator.php:117 {
    Doctrine\ORM\Tools\SchemaValidator->validateClass(ClassMetadataInfo $class) …
    › 
    › $targetMetadata = $cmf->getMetadataFor($assoc['targetEntity']);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php:80 {
    Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    › 
    › $classErrors                        = $validator->validateClass($class);$entities[$name][$class->getName()] = $class->getName();
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:90 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:190 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:178 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:79 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:218 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/HttpKernel.php:90 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/http-kernel/Kernel.php:196 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /home/cfcplatfo/dev.cfc-platform.com/public/index.php:30 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a Infrastructure\Persistence\Doctrine\Entity\User implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1284
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php:15 {
        include …
        ›  */class User implements UserInterface, \Serializable{
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
        arguments: {
          "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
        }
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php:15 {
    include …
    ›  */class User implements UserInterface, \Serializable{
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
    arguments: {
      "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
    }
  }
}
n/a Return type of Doctrine\Common\Collections\ArrayCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Doctrine\Common\Collections\ArrayCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Doctrine\Common\Collections\ArrayCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Doctrine\Common\Collections\ArrayCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Doctrine\Common\Collections\ArrayCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Doctrine\Common\Collections\ArrayCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetSet($name, $child) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Form\Form::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Security\Core\Exception\AuthenticationException::__wakeup() should either be compatible with Exception::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1412
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php:42 {
        Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
        ›  */public function accept(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
        arguments: {
          "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
        }
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php:42 {
    Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
    ›  */public function accept(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
    arguments: {
      "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
    }
  }
}
n/a Return type of Symfony\Component\Finder\Iterator\SortableIterator::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1414
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:85 {
        Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
        ›  */public function getChildren(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
        arguments: {
          "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
        }
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:85 {
    Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
    ›  */public function getChildren(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
    arguments: {
      "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
    }
  }
}
n/a Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1415
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:113 {
        Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
        ›  */public function rewind(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
        arguments: {
          "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
        }
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:113 {
    Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
    ›  */public function rewind(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
    arguments: {
      "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
    }
  }
}
n/a Return type of Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1416
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:61 {
        Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
        ›  */public function current(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
        arguments: {
          "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
        }
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php:61 {
    Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
    ›  */public function current(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
    arguments: {
      "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
    }
  }
}
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\Finder\Iterator\CustomFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1420
    +count: 1
    -severity: E_DEPRECATED
    trace: {
      /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/CustomFilterIterator.php:49 {
        Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
        ›  */public function accept(){
      }
      /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
        arguments: {
          "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
        }
      }
    }
  }
]
{
  /home/cfcplatfo/dev.cfc-platform.com/vendor/symfony/finder/Iterator/CustomFilterIterator.php:49 {
    Symfony\Component\HttpKernel\Kernel->Symfony\Component\HttpKernel\{closure} …
    ›  */public function accept(){
  }
  /home/cfcplatfo/dev.cfc-platform.com/vendor/composer/ClassLoader.php:571 {{    include $file;}
    arguments: {
      "/home/cfcplatfo/dev.cfc-platform.com/src/Infrastructure/Persistence/Doctrine/Entity/User.php"
    }
  }
}
n/a Return type of Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "dir_name" option is deprecated. Use "migrations_paths" instead.
n/a (2 times) Since doctrine/doctrine-migrations-bundle 2.2: The "namespace" option is deprecated. Use "migrations_paths" instead.
n/a Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
n/a (3 times) Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the node "deprecated" in "/home/cfcplatfo/dev.cfc-platform.com/vendor/sensio/framework-extra-bundle/src/DependencyInjection/../Resources/config/routing.xml" is deprecated.
n/a (3 times) Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the node "deprecated" in "/home/cfcplatfo/dev.cfc-platform.com/vendor/sensio/framework-extra-bundle/src/DependencyInjection/../Resources/config/routing.xml" is deprecated.
n/a Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetExists($option) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetGet($option, bool $triggerDeprecation = true) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetSet($option, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\OptionsResolver\OptionsResolver::offsetUnset($option) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a Return type of Symfony\Component\OptionsResolver\OptionsResolver::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a (3 times) ltrim(): Passing null to parameter #1 ($string) of type string is deprecated
n/a Return type of League\Tactician\Bundle\DependencyInjection\Compiler\BusBuilder\BusBuilders::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
n/a (20 times) Method ReflectionParameter::getClass() is deprecated

Debug 34

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 1211

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\ArchiveDocumentationController" (parent: .abstract.instanceof.Infrastructure\Controller\ArchiveDocumentationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\ArchiveDocumentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\ArchiveDocumentationController).
  • Resolving inheritance for "Infrastructure\Controller\ArchiveDocumentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\ArchiveDocumentationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateCleaningRegistrationsController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateCleaningRegistrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateCleaningRegistrationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateCleaningRegistrationsController).
  • Resolving inheritance for "Infrastructure\Controller\CreateCleaningRegistrationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateCleaningRegistrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateCommentOnLogEntryController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateCommentOnLogEntryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateCommentOnLogEntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateCommentOnLogEntryController).
  • Resolving inheritance for "Infrastructure\Controller\CreateCommentOnLogEntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateCommentOnLogEntryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateDirectoryForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateDirectoryForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateDirectoryForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateDirectoryForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\CreateDirectoryForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateDirectoryForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateDocumentationController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateDocumentationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateDocumentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateDocumentationController).
  • Resolving inheritance for "Infrastructure\Controller\CreateDocumentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateDocumentationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateInspectionForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateInspectionForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateInspectionForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateInspectionForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\CreateInspectionForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateInspectionForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateLogEntryForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateLogEntryForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateLogEntryForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateLogEntryForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\CreateLogEntryForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateLogEntryForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewCleaningProcedureFormController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateNewCleaningProcedureFormController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewCleaningProcedureFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewCleaningProcedureFormController).
  • Resolving inheritance for "Infrastructure\Controller\CreateNewCleaningProcedureFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewCleaningProcedureFormController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewPlatformUserController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateNewPlatformUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewPlatformUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewPlatformUserController).
  • Resolving inheritance for "Infrastructure\Controller\CreateNewPlatformUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewPlatformUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewProductionHallController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateNewProductionHallController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewProductionHallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewProductionHallController).
  • Resolving inheritance for "Infrastructure\Controller\CreateNewProductionHallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewProductionHallController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewProductionMachineController" (parent: .abstract.instanceof.Infrastructure\Controller\CreateNewProductionMachineController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewProductionMachineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewProductionMachineController).
  • Resolving inheritance for "Infrastructure\Controller\CreateNewProductionMachineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewProductionMachineController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteCleaningRegistrationsController" (parent: .abstract.instanceof.Infrastructure\Controller\DeleteCleaningRegistrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteCleaningRegistrationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteCleaningRegistrationsController).
  • Resolving inheritance for "Infrastructure\Controller\DeleteCleaningRegistrationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteCleaningRegistrationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\DeleteCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\DeleteCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteMachineForCompany" (parent: .abstract.instanceof.Infrastructure\Controller\DeleteMachineForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteMachineForCompany" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteMachineForCompany).
  • Resolving inheritance for "Infrastructure\Controller\DeleteMachineForCompany" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteMachineForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeletePartForCompany" (parent: .abstract.instanceof.Infrastructure\Controller\DeletePartForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeletePartForCompany" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeletePartForCompany).
  • Resolving inheritance for "Infrastructure\Controller\DeletePartForCompany" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeletePartForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeletePlatformUserController" (parent: .abstract.instanceof.Infrastructure\Controller\DeletePlatformUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeletePlatformUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeletePlatformUserController).
  • Resolving inheritance for "Infrastructure\Controller\DeletePlatformUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeletePlatformUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteProductionHallForCompany" (parent: .abstract.instanceof.Infrastructure\Controller\DeleteProductionHallForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteProductionHallForCompany" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteProductionHallForCompany).
  • Resolving inheritance for "Infrastructure\Controller\DeleteProductionHallForCompany" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteProductionHallForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\EditCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\EditCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditDocumentationFileOfCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\EditDocumentationFileOfCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditDocumentationFileOfCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditDocumentationFileOfCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\EditDocumentationFileOfCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditDocumentationFileOfCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditMachineForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\EditMachineForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditMachineForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditMachineForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\EditMachineForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditMachineForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditPlatformUserController" (parent: .abstract.instanceof.Infrastructure\Controller\EditPlatformUserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditPlatformUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditPlatformUserController).
  • Resolving inheritance for "Infrastructure\Controller\EditPlatformUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditPlatformUserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditProductionHallForCompany" (parent: .abstract.instanceof.Infrastructure\Controller\EditProductionHallForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditProductionHallForCompany" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditProductionHallForCompany).
  • Resolving inheritance for "Infrastructure\Controller\EditProductionHallForCompany" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditProductionHallForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchAndChangePartForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchAndChangePartForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchAndChangePartForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchAndChangePartForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\FetchAndChangePartForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchAndChangePartForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchAndCreateCompaniesController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchAndCreateCompaniesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchAndCreateCompaniesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchAndCreateCompaniesController).
  • Resolving inheritance for "Infrastructure\Controller\FetchAndCreateCompaniesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchAndCreateCompaniesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCleaningRegistrationController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchCleaningRegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCleaningRegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCleaningRegistrationController).
  • Resolving inheritance for "Infrastructure\Controller\FetchCleaningRegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCleaningRegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\FetchCleaningRegistrationForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCreateUsersFormController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchCreateUsersFormController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCreateUsersFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCreateUsersFormController).
  • Resolving inheritance for "Infrastructure\Controller\FetchCreateUsersFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCreateUsersFormController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDashboardController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchDashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDashboardController).
  • Resolving inheritance for "Infrastructure\Controller\FetchDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchDocumentationsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsController).
  • Resolving inheritance for "Infrastructure\Controller\FetchDocumentationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsOfCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchDocumentationsOfCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsOfCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsOfCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\FetchDocumentationsOfCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsOfCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchExportForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchExportForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchExportForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchExportForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\FetchExportForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchExportForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchInspectionsController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchInspectionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchInspectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchInspectionsController).
  • Resolving inheritance for "Infrastructure\Controller\FetchInspectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchInspectionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchInspectionsForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchInspectionsForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchInspectionsForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchInspectionsForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\FetchInspectionsForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchInspectionsForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogEntryForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchLogEntryForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogEntryForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogEntryForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\FetchLogEntryForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogEntryForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogbookCalendarController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchLogbookCalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogbookCalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogbookCalendarController).
  • Resolving inheritance for "Infrastructure\Controller\FetchLogbookCalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogbookCalendarController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogbookForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchLogbookForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogbookForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogbookForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\FetchLogbookForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogbookForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchPlatformUsersController" (parent: .abstract.instanceof.Infrastructure\Controller\FetchPlatformUsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchPlatformUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchPlatformUsersController).
  • Resolving inheritance for "Infrastructure\Controller\FetchPlatformUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchPlatformUsersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FileScriptController" (parent: .abstract.instanceof.Infrastructure\Controller\FileScriptController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FileScriptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FileScriptController).
  • Resolving inheritance for "Infrastructure\Controller\FileScriptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FileScriptController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveDirectoryForCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\RemoveDirectoryForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveDirectoryForCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveDirectoryForCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\RemoveDirectoryForCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveDirectoryForCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveDocumentationController" (parent: .abstract.instanceof.Infrastructure\Controller\RemoveDocumentationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveDocumentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveDocumentationController).
  • Resolving inheritance for "Infrastructure\Controller\RemoveDocumentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveDocumentationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveInspectionVisitController" (parent: .abstract.instanceof.Infrastructure\Controller\RemoveInspectionVisitController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveInspectionVisitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveInspectionVisitController).
  • Resolving inheritance for "Infrastructure\Controller\RemoveInspectionVisitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveInspectionVisitController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveLogEntryController" (parent: .abstract.instanceof.Infrastructure\Controller\RemoveLogEntryController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveLogEntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveLogEntryController).
  • Resolving inheritance for "Infrastructure\Controller\RemoveLogEntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveLogEntryController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RenameDirectoryOfCompanyController" (parent: .abstract.instanceof.Infrastructure\Controller\RenameDirectoryOfCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RenameDirectoryOfCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RenameDirectoryOfCompanyController).
  • Resolving inheritance for "Infrastructure\Controller\RenameDirectoryOfCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RenameDirectoryOfCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\ResetPasswordController" (parent: .abstract.instanceof.Infrastructure\Controller\ResetPasswordController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\ResetPasswordController).
  • Resolving inheritance for "Infrastructure\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\ResetPasswordController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\SecurityController" (parent: .abstract.instanceof.Infrastructure\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\SecurityController).
  • Resolving inheritance for "Infrastructure\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany" (parent: .abstract.instanceof.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany).
  • Resolving inheritance for "Infrastructure\Controller\UpdateCleaningPartsInformationForCompany" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany).
  • Resolving inheritance for ".instanceof.Flagception\Activator\FeatureActivatorInterface.0.Infrastructure\FeatureFlags\AdminActivator" (parent: .abstract.instanceof.Infrastructure\FeatureFlags\AdminActivator).
  • Resolving inheritance for "Infrastructure\FeatureFlags\AdminActivator" (parent: .instanceof.Flagception\Activator\FeatureActivatorInterface.0.Infrastructure\FeatureFlags\AdminActivator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\ChangePasswordFormType" (parent: .abstract.instanceof.Infrastructure\Form\ChangePasswordFormType).
  • Resolving inheritance for "Infrastructure\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\ChangePasswordFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateCommentOnLogEntryForm" (parent: .abstract.instanceof.Infrastructure\Form\CreateCommentOnLogEntryForm).
  • Resolving inheritance for "Infrastructure\Form\CreateCommentOnLogEntryForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateCommentOnLogEntryForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateDocumentationForm" (parent: .abstract.instanceof.Infrastructure\Form\CreateDocumentationForm).
  • Resolving inheritance for "Infrastructure\Form\CreateDocumentationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateDocumentationForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateLogEntryForm" (parent: .abstract.instanceof.Infrastructure\Form\CreateLogEntryForm).
  • Resolving inheritance for "Infrastructure\Form\CreateLogEntryForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateLogEntryForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewCompanyForm" (parent: .abstract.instanceof.Infrastructure\Form\CreateNewCompanyForm).
  • Resolving inheritance for "Infrastructure\Form\CreateNewCompanyForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewCompanyForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewHallForm" (parent: .abstract.instanceof.Infrastructure\Form\CreateNewHallForm).
  • Resolving inheritance for "Infrastructure\Form\CreateNewHallForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewHallForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewMachineForm" (parent: .abstract.instanceof.Infrastructure\Form\CreateNewMachineForm).
  • Resolving inheritance for "Infrastructure\Form\CreateNewMachineForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewMachineForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreatePlatformUserForm" (parent: .abstract.instanceof.Infrastructure\Form\CreatePlatformUserForm).
  • Resolving inheritance for "Infrastructure\Form\CreatePlatformUserForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreatePlatformUserForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\EditDocumentationForm" (parent: .abstract.instanceof.Infrastructure\Form\EditDocumentationForm).
  • Resolving inheritance for "Infrastructure\Form\EditDocumentationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\EditDocumentationForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\EditHallForm" (parent: .abstract.instanceof.Infrastructure\Form\EditHallForm).
  • Resolving inheritance for "Infrastructure\Form\EditHallForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\EditHallForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\InspectionRegistrationForm" (parent: .abstract.instanceof.Infrastructure\Form\InspectionRegistrationForm).
  • Resolving inheritance for "Infrastructure\Form\InspectionRegistrationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\InspectionRegistrationForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\RequestExportForm" (parent: .abstract.instanceof.Infrastructure\Form\RequestExportForm).
  • Resolving inheritance for "Infrastructure\Form\RequestExportForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\RequestExportForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.Infrastructure\Form\ResetPasswordRequestFormType).
  • Resolving inheritance for "Infrastructure\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\ResetPasswordRequestFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\SelectDateForShowingRegistrationForm" (parent: .abstract.instanceof.Infrastructure\Form\SelectDateForShowingRegistrationForm).
  • Resolving inheritance for "Infrastructure\Form\SelectDateForShowingRegistrationForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\SelectDateForShowingRegistrationForm).
  • Resolving inheritance for ".instanceof.Craue\FormFlowBundle\Form\FormFlowInterface.0.Infrastructure\FormFlow\CreateCleaningProcedureFormFlow" (parent: .abstract.instanceof.Infrastructure\FormFlow\CreateCleaningProcedureFormFlow).
  • Resolving inheritance for "Infrastructure\FormFlow\CreateCleaningProcedureFormFlow" (parent: .instanceof.Craue\FormFlowBundle\Form\FormFlowInterface.0.Infrastructure\FormFlow\CreateCleaningProcedureFormFlow).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartForm" (parent: .abstract.instanceof.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartForm).
  • Resolving inheritance for "Infrastructure\FormFlow\NewCleaningProcedure\CreatePartForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartInlineForm" (parent: .abstract.instanceof.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartInlineForm).
  • Resolving inheritance for "Infrastructure\FormFlow\NewCleaningProcedure\CreatePartInlineForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartInlineForm).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\SelectMachineForm" (parent: .abstract.instanceof.Infrastructure\FormFlow\NewCleaningProcedure\SelectMachineForm).
  • Resolving inheritance for "Infrastructure\FormFlow\NewCleaningProcedure\SelectMachineForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\SelectMachineForm).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Infrastructure\Persistence\Doctrine\DataFixtures\AppFixtures" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\DataFixtures\AppFixtures).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Infrastructure\Persistence\Doctrine\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\CompanyRepository" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\CompanyRepository).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\CompanyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\DirectoryRepository" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\DirectoryRepository).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\Repository\DirectoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\DirectoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\DocumentationRepository" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\DocumentationRepository).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\Repository\DocumentationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\DocumentationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\InspectionVisitRepository" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\InspectionVisitRepository).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\Repository\InspectionVisitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\InspectionVisitRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\LogEntryRepository" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\LogEntryRepository).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\Repository\LogEntryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\LogEntryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\PartRepository" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\PartRepository).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\Repository\PartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\PartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\ResetPasswordRequestRepository).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\ResetPasswordRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\UserRepository" (parent: .abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\UserRepository).
  • Resolving inheritance for "Infrastructure\Persistence\Doctrine\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Infrastructure\Twig\TwigExtension" (parent: .abstract.instanceof.Infrastructure\Twig\TwigExtension).
  • Resolving inheritance for "Infrastructure\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Infrastructure\Twig\TwigExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\LogbookEventSubscriber" (parent: .abstract.instanceof.Domain\EventSubscriber\LogbookEventSubscriber).
  • Resolving inheritance for "Domain\EventSubscriber\LogbookEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\LogbookEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\LogEntryCreatedEventSubscriber" (parent: .abstract.instanceof.Domain\EventSubscriber\LogEntryCreatedEventSubscriber).
  • Resolving inheritance for "Domain\EventSubscriber\LogEntryCreatedEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\LogEntryCreatedEventSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\ReactionAddedToLogEntryEventSubscriber" (parent: .abstract.instanceof.Domain\EventSubscriber\ReactionAddedToLogEntryEventSubscriber).
  • Resolving inheritance for "Domain\EventSubscriber\ReactionAddedToLogEntryEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\ReactionAddedToLogEntryEventSubscriber).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "mailer.transport_factory.sendgrid" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.doctrine_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_unit_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.command_bus" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
286
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Doctrine\Persistence\ObjectManager"; reason: private alias.
  • Removed service "Domain\Repository\CompanyRepositoryInterface"; reason: private alias.
  • Removed service "Domain\Repository\DocumentationRepositoryInterface"; reason: private alias.
  • Removed service "Domain\Repository\DirectoryRepositoryInterface"; reason: private alias.
  • Removed service "Domain\Repository\UserRepositoryInterface"; reason: private alias.
  • Removed service "Domain\Repository\InspectionVisitRepositoryInterface"; reason: private alias.
  • Removed service "Domain\Repository\LogEntryRepositoryInterface"; reason: private alias.
  • Removed service "Domain\Repository\CleaningRegistrationRepositoryInterface"; reason: private alias.
  • Removed service "Domain\Repository\PartRepositoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "messenger.default_serializer"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemInterface $documentationStorage"; reason: private alias.
  • Removed service "League\Flysystem\FilesystemInterface $logMediaStorage"; reason: private alias.
  • Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
  • Removed service "Flagception\Manager\FeatureManagerInterface"; reason: private alias.
  • Removed service "craue.form.flow.data_manager"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $commandBusLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "League\Tactician\CommandBus $defaultBus"; reason: private alias.
  • Removed service "tactician.commandbus"; reason: private alias.
  • Removed service "League\Tactician\CommandBus"; reason: private alias.
  • Removed service "tactician.handler.locator.symfony"; reason: private alias.
  • Removed service "tactician.middleware.command_handler"; reason: private alias.
  • Removed service ".service_locator.03Za5Yk"; reason: private alias.
  • Removed service ".service_locator.bMDxFjR"; reason: private alias.
  • Removed service ".service_locator.AjmrG8B"; reason: private alias.
  • Removed service ".service_locator.QEwbddG"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "messenger.bus.default"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
168
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "Infrastructure\Controller\CreateNewPlatformUserController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "Infrastructure\Controller\EditPlatformUserController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "Infrastructure\FormFlow\CreateCleaningProcedureFormFlow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Infrastructure\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "Infrastructure\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "Domain\Handler\CreateCommentOnLogEntryHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Domain\Handler\CreateLogEntryHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Domain\Handler\FetchDocumentsInDirectoryOfCompanyHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "Domain\EventSubscriber\LogbookEventSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendgrid" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "security.event_dispatcher.event_bubbling_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.main" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "CalendarBundle\Controller\CalendarController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "craue.form.flow.data_manager_default" previously pointing to "craue.form.flow.storage_default" to "craue.form.flow.storage".
  • Changed reference of service "craue.form.flow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "craue.form.flow.event_listener.previous_step_invalid" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "craue.form.flow.event_listener.flow_expired" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.JvKr5ux" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service ".service_locator.LVGXLLD" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "tactician.middleware.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service ".service_locator.kFKxEHW" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.kFKxEHW" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.kFKxEHW" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.0QcI221" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.0QcI221" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
  • Changed reference of service ".service_locator.0QcI221" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.6vEAMWs" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.u8_dms7" previously pointing to "router.default" to "router".
89
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "security.event_dispatcher.event_bubbling_listener"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\ArchiveDocumentationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\ArchiveDocumentationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\ArchiveDocumentationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateCleaningRegistrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateCleaningRegistrationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateCleaningRegistrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateCommentOnLogEntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateCommentOnLogEntryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateCommentOnLogEntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateDirectoryForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateDirectoryForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateDirectoryForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateDocumentationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateDocumentationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateDocumentationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateInspectionForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateInspectionForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateInspectionForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateLogEntryForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateLogEntryForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateLogEntryForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewCleaningProcedureFormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewCleaningProcedureFormController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateNewCleaningProcedureFormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewPlatformUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewPlatformUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateNewPlatformUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewProductionHallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewProductionHallController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateNewProductionHallController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\CreateNewProductionMachineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\CreateNewProductionMachineController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\CreateNewProductionMachineController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteCleaningRegistrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteCleaningRegistrationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\DeleteCleaningRegistrationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\DeleteCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteMachineForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteMachineForCompany"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\DeleteMachineForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeletePartForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeletePartForCompany"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\DeletePartForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeletePlatformUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeletePlatformUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\DeletePlatformUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\DeleteProductionHallForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\DeleteProductionHallForCompany"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\DeleteProductionHallForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\EditCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditDocumentationFileOfCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditDocumentationFileOfCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\EditDocumentationFileOfCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditMachineForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditMachineForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\EditMachineForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditPlatformUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditPlatformUserController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\EditPlatformUserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\EditProductionHallForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\EditProductionHallForCompany"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\EditProductionHallForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchAndChangePartForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchAndChangePartForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchAndChangePartForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchAndCreateCompaniesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchAndCreateCompaniesController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchAndCreateCompaniesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCleaningRegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCleaningRegistrationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchCleaningRegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchCreateUsersFormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchCreateUsersFormController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchCreateUsersFormController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchDashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchDocumentationsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchDocumentationsOfCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchDocumentationsOfCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchDocumentationsOfCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchExportForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchExportForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchExportForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchInspectionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchInspectionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchInspectionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchInspectionsForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchInspectionsForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchInspectionsForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogEntryForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogEntryForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchLogEntryForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogbookCalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogbookCalendarController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchLogbookCalendarController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchLogbookForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchLogbookForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchLogbookForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FetchPlatformUsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FetchPlatformUsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FetchPlatformUsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\FileScriptController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\FileScriptController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\FileScriptController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveDirectoryForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveDirectoryForCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\RemoveDirectoryForCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveDocumentationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveDocumentationController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\RemoveDocumentationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveInspectionVisitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveInspectionVisitController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\RemoveInspectionVisitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RemoveLogEntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RemoveLogEntryController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\RemoveLogEntryController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\RenameDirectoryOfCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\RenameDirectoryOfCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\RenameDirectoryOfCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\ResetPasswordController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\ResetPasswordController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\ResetPasswordController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany"; reason: abstract.
  • Removed service ".instanceof.Flagception\Activator\FeatureActivatorInterface.0.Infrastructure\FeatureFlags\AdminActivator"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\FeatureFlags\AdminActivator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\ChangePasswordFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\ChangePasswordFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateCommentOnLogEntryForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\CreateCommentOnLogEntryForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateDocumentationForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\CreateDocumentationForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateLogEntryForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\CreateLogEntryForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewCompanyForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\CreateNewCompanyForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewHallForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\CreateNewHallForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreateNewMachineForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\CreateNewMachineForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\CreatePlatformUserForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\CreatePlatformUserForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\EditDocumentationForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\EditDocumentationForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\EditHallForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\EditHallForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\InspectionRegistrationForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\InspectionRegistrationForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\RequestExportForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\RequestExportForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\ResetPasswordRequestFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\ResetPasswordRequestFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\Form\SelectDateForShowingRegistrationForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Form\SelectDateForShowingRegistrationForm"; reason: abstract.
  • Removed service ".instanceof.Craue\FormFlowBundle\Form\FormFlowInterface.0.Infrastructure\FormFlow\CreateCleaningProcedureFormFlow"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\FormFlow\CreateCleaningProcedureFormFlow"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartInlineForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\FormFlow\NewCleaningProcedure\CreatePartInlineForm"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Infrastructure\FormFlow\NewCleaningProcedure\SelectMachineForm"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\FormFlow\NewCleaningProcedure\SelectMachineForm"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Infrastructure\Persistence\Doctrine\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\DirectoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\DirectoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\DocumentationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\DocumentationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\InspectionVisitRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\InspectionVisitRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\LogEntryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\LogEntryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\PartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\PartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\ResetPasswordRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\ResetPasswordRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Infrastructure\Persistence\Doctrine\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Persistence\Doctrine\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Infrastructure\Twig\TwigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Infrastructure\Twig\TwigExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\LogbookEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Domain\EventSubscriber\LogbookEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\LogEntryCreatedEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Domain\EventSubscriber\LogEntryCreatedEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Domain\EventSubscriber\ReactionAddedToLogEntryEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.Domain\EventSubscriber\ReactionAddedToLogEntryEventSubscriber"; reason: abstract.
272
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\CleaningRegistration"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\Company"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\Directory"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\Documentation"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\Hall"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\InspectionVisit"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\LogEntry"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\Machine"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\MediaObject"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\Part"; reason: unused.
  • Removed service "Infrastructure\Persistence\Doctrine\Entity\ResetPasswordRequest"; reason: unused.
  • Removed service "Infrastructure\Util\MonthUtil"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~ttkMYn0"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "messenger.transport.symfony_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service "messenger.transport.sqs.factory"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "mime_types"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "tactician.middleware.locking"; reason: unused.
  • Removed service "tactician.handler.method_name_inflector.class_name"; reason: unused.
  • Removed service "tactician.handler.method_name_inflector.handle_class_name"; reason: unused.
  • Removed service "tactician.handler.method_name_inflector.handle_class_name_without_suffix"; reason: unused.
  • Removed service "tactician.handler.method_name_inflector.invoke"; reason: unused.
  • Removed service "tactician.plugins.named_command.extractor"; reason: unused.
  • Removed service "tactician.logger.class_name_formatter"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~KDHBHsV"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "flysystem.adapter.lazy.factory"; reason: unused.
  • Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
  • Removed service "flagception.configurator.array_configurator"; reason: unused.
  • Removed service "flagception.configurator.constraint_configurator"; reason: unused.
  • Removed service "flagception.configurator.environment_configurator"; reason: unused.
  • Removed service "flagception.configurator.cookie_configurator"; reason: unused.
  • Removed service "flagception.configurator.database_configurator"; reason: unused.
  • Removed service "craue.form.flow"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "tactician.middleware.validator"; reason: unused.
  • Removed service "tactician.middleware.security"; reason: unused.
  • Removed service ".service_locator.Rollwfk"; reason: unused.
  • Removed service ".service_locator.hbcatdF"; reason: unused.
80
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\ArchiveDocumentationController" to "Infrastructure\Controller\ArchiveDocumentationController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateCleaningRegistrationsController" to "Infrastructure\Controller\CreateCleaningRegistrationsController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateCommentOnLogEntryController" to "Infrastructure\Controller\CreateCommentOnLogEntryController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateDirectoryForCompanyController" to "Infrastructure\Controller\CreateDirectoryForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateDocumentationController" to "Infrastructure\Controller\CreateDocumentationController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateInspectionForCompanyController" to "Infrastructure\Controller\CreateInspectionForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateLogEntryForCompanyController" to "Infrastructure\Controller\CreateLogEntryForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateNewCleaningProcedureFormController" to "Infrastructure\Controller\CreateNewCleaningProcedureFormController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateNewPlatformUserController" to "Infrastructure\Controller\CreateNewPlatformUserController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateNewProductionHallController" to "Infrastructure\Controller\CreateNewProductionHallController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\CreateNewProductionMachineController" to "Infrastructure\Controller\CreateNewProductionMachineController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\DeleteCleaningRegistrationsController" to "Infrastructure\Controller\DeleteCleaningRegistrationsController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\DeleteCompanyController" to "Infrastructure\Controller\DeleteCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\DeleteMachineForCompany" to "Infrastructure\Controller\DeleteMachineForCompany".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\DeletePartForCompany" to "Infrastructure\Controller\DeletePartForCompany".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\DeletePlatformUserController" to "Infrastructure\Controller\DeletePlatformUserController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\DeleteProductionHallForCompany" to "Infrastructure\Controller\DeleteProductionHallForCompany".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\EditCompanyController" to "Infrastructure\Controller\EditCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\EditDocumentationFileOfCompanyController" to "Infrastructure\Controller\EditDocumentationFileOfCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\EditMachineForCompanyController" to "Infrastructure\Controller\EditMachineForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\EditPlatformUserController" to "Infrastructure\Controller\EditPlatformUserController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\EditProductionHallForCompany" to "Infrastructure\Controller\EditProductionHallForCompany".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchAndChangePartForCompanyController" to "Infrastructure\Controller\FetchAndChangePartForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchAndCreateCompaniesController" to "Infrastructure\Controller\FetchAndCreateCompaniesController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchCleaningRegistrationController" to "Infrastructure\Controller\FetchCleaningRegistrationController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchCleaningRegistrationForCompanyController" to "Infrastructure\Controller\FetchCleaningRegistrationForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchCreateUsersFormController" to "Infrastructure\Controller\FetchCreateUsersFormController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchDashboardController" to "Infrastructure\Controller\FetchDashboardController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchDocumentationsController" to "Infrastructure\Controller\FetchDocumentationsController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController" to "Infrastructure\Controller\FetchDocumentationsInSpecificDirectoryOfCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchDocumentationsOfCompanyController" to "Infrastructure\Controller\FetchDocumentationsOfCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchExportForCompanyController" to "Infrastructure\Controller\FetchExportForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchInspectionsController" to "Infrastructure\Controller\FetchInspectionsController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchInspectionsForCompanyController" to "Infrastructure\Controller\FetchInspectionsForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchLogEntryForCompanyController" to "Infrastructure\Controller\FetchLogEntryForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchLogbookCalendarController" to "Infrastructure\Controller\FetchLogbookCalendarController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchLogbookForCompanyController" to "Infrastructure\Controller\FetchLogbookForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\FetchPlatformUsersController" to "Infrastructure\Controller\FetchPlatformUsersController".
  • Inlined service ".service_locator.0QcI221.Infrastructure\Controller\FileScriptController" to "Infrastructure\Controller\FileScriptController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\RemoveDirectoryForCompanyController" to "Infrastructure\Controller\RemoveDirectoryForCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\RemoveDocumentationController" to "Infrastructure\Controller\RemoveDocumentationController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\RemoveInspectionVisitController" to "Infrastructure\Controller\RemoveInspectionVisitController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\RemoveLogEntryController" to "Infrastructure\Controller\RemoveLogEntryController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\RenameDirectoryOfCompanyController" to "Infrastructure\Controller\RenameDirectoryOfCompanyController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\ResetPasswordController" to "Infrastructure\Controller\ResetPasswordController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\SecurityController" to "Infrastructure\Controller\SecurityController".
  • Inlined service ".service_locator.kFKxEHW.Infrastructure\Controller\UpdateCleaningPartsInformationForCompany" to "Infrastructure\Controller\UpdateCleaningPartsInformationForCompany".
  • Inlined service "craue.form.flow.data_manager_default" to "Infrastructure\FormFlow\CreateCleaningProcedureFormFlow".
  • Inlined service "twig.error_renderer.html" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.Vt79qxb" to "fragment.handler".
  • Inlined service ".1_~mVu3tv6" to "error_handler.error_renderer.html".
  • Inlined service ".2_~mVu3tv6" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.D0bqbKK" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~plEMzWU" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.zZ5aIR1" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
  • Inlined service ".service_locator.LVGXLLD" to "messenger.routable_message_bus".
  • Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
  • Inlined service "messenger.transport_factory" to "messenger.transport.async".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.Xl5XdWY" to "validator.validator_factory".
  • Inlined service "property_info" to "validator.property_info_loader".
  • Inlined service "property_info" to "validator.property_info_loader".
  • Inlined service "property_info" to "validator.property_info_loader".
  • Inlined service ".service_locator.6RweocE" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.6vEAMWs.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "data_collector.messenger" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "flagception.profiler.feature_data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.wFu26j." to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.GNX5YHx" to "router.expression_language_provider".
  • Inlined service ".service_locator.u8_dms7.router.cache_warmer" to "router.cache_warmer".
  • Inlined service ".1_int~J4NYyKR" to "Symfony\Bundle\FrameworkBundle\Controller\RedirectController".
  • Inlined service ".2_int~J4NYyKR" to "Symfony\Bundle\FrameworkBundle\Controller\RedirectController".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~_9Vs0Kf" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~_9Vs0Kf" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "Infrastructure\Twig\TwigExtension" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "flagception.twig.toggle_extension" to "twig".
  • Inlined service "twig.extension.craue_formflow" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator._nrFzKi.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.MBcj_p5" to "twig.runtime_loader".
  • Inlined service ".1_~kIWbCS3" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service ".service_locator.nAEpldE" to "security.token_storage".
  • Inlined service ".service_locator.eYaJuY9" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.8hCvsSq" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service ".1_int~PfOEl.f" to "security.authentication.retry_entry_point".
  • Inlined service ".2_int~PfOEl.f" to "security.authentication.retry_entry_point".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.event_dispatcher.main" to "security.logout_listener.main".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.php_compat_util" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service ".1_NonceGenerator~GsSsGiz" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~GsSsGiz" to "twig.extension.webprofiler".
  • Inlined service "tactician.logger.class_properties_formatter" to "tactician.middleware.logger".
  • Inlined service "monolog.logger.command_bus" to "tactician.middleware.logger".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.RUdonT4.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" to "Doctrine\DBAL\Tools\Console\Command\RunSqlCommand".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.xxFfgCP" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.orm.messenger.doctrine_schema_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.X7gkFYo" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "flysystem.adapter.documentation.storage" to "documentation.storage".
  • Inlined service "flysystem.adapter.logMedia.storage" to "logMedia.storage".
  • Inlined service "CalendarBundle\Serializer\Serializer" to "CalendarBundle\Controller\CalendarController".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "Infrastructure\Persistence\Doctrine\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
  • Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
  • Inlined service "flagception.factory.expression_language_factory" to "flagception.expression_language".
  • Inlined service "flagception.expression_language" to "flagception.constraint.constraint_resolver".
  • Inlined service "flagception.constraint_provider.date_provider" to "flagception.factory.expression_language_factory".
  • Inlined service "flagception.constraint_provider.match_provider" to "flagception.factory.expression_language_factory".
  • Inlined service "flagception.activator.array_activator" to "flagception.activator.chain_activator".
  • Inlined service "flagception.activator.environment_activator" to "flagception.activator.chain_activator".
  • Inlined service "flagception.activator.constraint_activator" to "flagception.activator.chain_activator".
  • Inlined service "Infrastructure\FeatureFlags\AdminActivator" to "flagception.activator.chain_activator".
  • Inlined service "flagception.constraint.constraint_resolver" to "flagception.activator.constraint_activator".
  • Inlined service "monolog.logger.snappy" to "knp_snappy.pdf".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
  • Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service "tactician.commandbus.default.handler.service_locator" to "tactician.commandbus.default.handler.locator".
  • Inlined service "tactician.handler.command_name_extractor.class_name" to "tactician.commandbus.default.middleware.command_handler".
  • Inlined service "tactician.commandbus.default.handler.locator" to "tactician.commandbus.default.middleware.command_handler".
  • Inlined service "tactician.handler.method_name_inflector.handle" to "tactician.commandbus.default.middleware.command_handler".
  • Inlined service "tactician.middleware.logger" to "tactician.commandbus.default".
  • Inlined service "tactician.commandbus.default.middleware.command_handler" to "tactician.commandbus.default".
  • Inlined service ".service_locator.0QcI221" to ".service_locator.0QcI221.Infrastructure\Controller\FileScriptController".
  • Inlined service ".service_locator.6vEAMWs" to ".service_locator.6vEAMWs.translation.warmer".
  • Inlined service ".service_locator.X3fQg4I" to ".service_locator.X3fQg4I.router.default".
  • Inlined service ".service_locator.u8_dms7" to ".service_locator.u8_dms7.router.cache_warmer".
  • Inlined service ".service_locator._nrFzKi" to ".service_locator._nrFzKi.twig.template_cache_warmer".
  • Inlined service ".service_locator.RUdonT4" to ".service_locator.RUdonT4.sensio_framework_extra.view.listener".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.6iUAh79" to "console.command_loader".
  • Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
  • Inlined service ".service_locator.X3fQg4I.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
316