Error 404 Not Found

GET https://simplyflow.asurtest.cl/robots.txt

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"a80ae3"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#576
  #message: "No route found for "GET https://simplyflow.asurtest.cl/robots.txt""
  #code: 0
  #file: "/home/simplyflow/app/vendor/symfony/http-kernel/EventListener/RouterListener.php"
  #line: 127
  -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#728 …}
  -statusCode: 404
  -headers: []
  trace: {
    /home/simplyflow/app/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
      Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
      › 
      ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
    }
    /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:157 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/simplyflow/app/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/simplyflow/app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/simplyflow/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1066
  -records: [
    "" => [
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.882+00:00"
        "message" => "User Deprecated: Since App\Util\BusinessTime\BusinessTimeFactory 1.28.14: BC: reemplazar llamada de holidays y holidaysString a HolidayService"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1082
            #message: "User Deprecated: Since App\Util\BusinessTime\BusinessTimeFactory 1.28.14: BC: reemplazar llamada de holidays y holidaysString a HolidayService"
            #code: 0
            #file: "/home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php"
            #line: 16
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:16 {
                include_once …
                › 
                › trigger_deprecation(BusinessTimeFactory::class, '1.28.14', 'BC: reemplazar llamada de holidays y holidaysString a HolidayService');#[AsAlias(id: 'business_time_factory')]
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:321 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::__construct():298} …
                › include_once \dirname(__DIR__, 4).'/src/Repository/VanRepository.php';include_once \dirname(__DIR__, 4).'/src/Util/BusinessTime/BusinessTimeFactory.php';include_once \dirname(__DIR__, 4).'/src/Util/Holidays/HolidayService.php';
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.882+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1081
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
            #code: 0
            #file: "/home/simplyflow/app/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:618 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::__construct():298} …
                › include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.882+00:00"
        "message" => "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1080
            #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
            #code: 0
            #file: "/home/simplyflow/app/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
            #line: 14
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
                include_once …
                › 
                › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:619 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::__construct():298} …
                › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:152 {
                Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
                ›     unset($this->privates['service_container']);    $initialize($this);}
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:418 {
                Symfony\Component\HttpKernel\Kernel->initializeContainer() …
                › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:772 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › $this->initializeBundles();$this->initializeContainer();}
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:185 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
    ]
    2 => [
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.889-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.889-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.890-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.890-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.890-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.892-03:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "holiday_data"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.895+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#486
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.896+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#484
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.896+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#482
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.896+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#480
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.896+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#478
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.896+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#476
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.896+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#474
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.897+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#472
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement."
            #code: 0
            #file: "/home/simplyflow/app/var/cache/dev/Container1xjJIme/getAnnotations_CachedReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getAnnotations_CachedReaderService.php:23 {
                Container1xjJIme\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cached_reader" service is deprecated without replacement.');}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getGedmo_Listener_SoftdeleteableService.php:27 {
                Container1xjJIme\getGedmo_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
                › 
                › $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);}
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.897+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#470
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement."
            #code: 0
            #file: "/home/simplyflow/app/var/cache/dev/Container1xjJIme/getAnnotations_ReaderService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getAnnotations_ReaderService.php:23 {
                Container1xjJIme\getAnnotations_ReaderService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.reader" service is deprecated without replacement.');}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getAnnotations_CachedReaderService.php:25 {
                Container1xjJIme\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getGedmo_Listener_SoftdeleteableService.php:27 {
                Container1xjJIme\getGedmo_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
                › 
                › $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);}
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.897+00:00"
        "message" => "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#463
            #message: "User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement."
            #code: 0
            #file: "/home/simplyflow/app/var/cache/dev/Container1xjJIme/getAnnotations_CacheAdapterService.php"
            #line: 23
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getAnnotations_CacheAdapterService.php:23 {
                Container1xjJIme\getAnnotations_CacheAdapterService::do($container, $lazyLoad = true) …
                › {    trigger_deprecation('symfony/framework-bundle', '6.4', 'The "annotations.cache_adapter" service is deprecated without replacement.');}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getAnnotations_CachedReaderService.php:25 {
                Container1xjJIme\getAnnotations_CachedReaderService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($container->privates['annotations.reader'] ?? $container->load('getAnnotations_ReaderService')), $container->load('getAnnotations_CacheAdapterService'), true);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getGedmo_Listener_SoftdeleteableService.php:27 {
                Container1xjJIme\getGedmo_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
                › 
                › $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);}
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.897+00:00"
        "message" => "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getGedmo_Listener_SoftdeleteableService.php:27, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#458
            #message: "User Deprecated: Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by getGedmo_Listener_SoftdeleteableService.php:27, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)"
            #code: 0
            #file: "/home/simplyflow/app/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /home/simplyflow/app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /home/simplyflow/app/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php:196 {
                Gedmo\Mapping\MappedEventSubscriber->setAnnotationReader($reader) …
                › if ($reader instanceof Reader) {    Deprecation::trigger(        'gedmo/doctrine-extensions',
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getGedmo_Listener_SoftdeleteableService.php:27 {
                Container1xjJIme\getGedmo_Listener_SoftdeleteableService::do($container, $lazyLoad = true) …
                › 
                › $instance->setAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:404 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:208 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › if (\is_string($listener)) {    $listener = $this->container->get($listener);}
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.897+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#456
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Gedmo\SoftDeleteable\SoftDeleteableListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.898+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#454
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.898+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#452
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.898+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#450
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.898+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#448
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.898+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#446
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.898+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#444
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.898+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#442
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.899+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#440
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.899+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#438
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.899+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#436
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.899+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#434
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.899+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#432
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.899+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#430
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.899+00:00"
        "message" => "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#428
            #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
            #line: 211
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:211 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->initializeSubscribers(): void …
                › // throw new \InvalidArgumentException(sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? $listener::class : $listener));trigger_deprecation('symfony/doctrine-bridge', '6.3', 'Registering "%s" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener);parent::addEventSubscriber($listener);
              }
              /home/simplyflow/app/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:102 {
                Symfony\Bridge\Doctrine\ContainerAwareEventManager->hasListeners($event): bool …
                › if (!$this->initializedSubscribers) {    $this->initializeSubscribers();}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:248 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › if ($this->evm->hasListeners(Events::loadClassMetadata)) {    $eventArgs = new LoadClassMetadataEventArgs($class, $this->em);
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:222 {
                Doctrine\ORM\EntityRepository->findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:206 {
                Doctrine\ORM\EntityRepository->findAll() …
                › {    return $this->findBy([]);}
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->{closure:App\Util\Holidays\HolidayService::getHolidays():47} …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:48 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->{closure:Symfony\Component\Cache\Adapter\TraceableAdapter::get():45} …
                › 
                ›     return $callback($item, $save);};
              }
              /home/simplyflow/app/vendor/symfony/cache/LockRegistry.php:111 {
                Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null): mixed …
                › 
                › $value = $callback($item, $save);}
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:102 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->{closure:Symfony\Component\Cache\Traits\ContractsTrait::doGet():85} …
                › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /home/simplyflow/app/vendor/symfony/cache/Traits/ContractsTrait.php:85 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null): mixed …
                › 
                › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
              }
              /home/simplyflow/app/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /home/simplyflow/app/vendor/symfony/cache/Adapter/TraceableAdapter.php:53 {
                Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
              }
              /home/simplyflow/app/src/Util/Holidays/HolidayService.php:47 {
                App\Util\Holidays\HolidayService->getHolidays(): array …
                ›     // TODO: Implementar filtro regional    return $this->cacheHolidayPool->get('holiday_data', fn () => $this->holidayRepository->findAll());}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:48 {
                App\Util\BusinessTime\BusinessTimeFactory->__construct(HolidayService $holidayService, EntityManagerInterface $em, Security $security, HoldingRepository $holdingRepository, ContainerBagInterface $containerBag) …
                › ) {    $this->holidays = $holidayService->convertToDates($holidayService->getHolidays());    $this->holidaysString = $holidayService->convertToString($holidayService->getHolidays());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1839 {
                Container1xjJIme\App_KernelDevDebugContainer::getBusinessTimeFactoryService($container) …
                › 
                ›     return $container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] = new \App\Util\BusinessTime\BusinessTimeFactory(($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $a, $b, ($container->privates['App\\Repository\\HoldingRepository'] ?? self::getHoldingRepositoryService($container)), ($container->privates['parameter_bag'] ??= new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1864 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › }$b = ($container->privates['App\\Util\\BusinessTime\\BusinessTimeFactory'] ?? self::getBusinessTimeFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.902-03:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "use_savepoints" => true
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "127.0.0.1"
            "port" => 3306
            "user" => "master"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "simplyflow_app"
            "serverVersion" => "8.0.42"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.904-03:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.comment AS comment_3, t0.date AS date_4, t0.inalienable AS inalienable_5, t0.type AS type_6, t0.laws AS laws_7 FROM core_holiday t0"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.913+00:00"
        "message" => "Deprecated: Return type of App\Entity\OrganizationalUnit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#236
            #message: "Deprecated: Return type of App\Entity\OrganizationalUnit::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
            #code: 0
            #file: "/home/simplyflow/app/src/Entity/OrganizationalUnit.php"
            #line: 609
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/src/Entity/OrganizationalUnit.php:609 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
                › 
                › public function jsonSerialize(){
              }
              /home/simplyflow/app/src/Entity/OrganizationalUnit.php:22 {
                class_exists(string $class, bool $autoload = true): bool …
                › #[UniqueEntity('code')]class OrganizationalUnit implements \JsonSerializable, \Stringable{
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
                Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
                › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:238 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:57 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › if (is_null($holding)) {    $holding = $this->holdingRepository->findOneBy([        'isMain' => true,
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.913+00:00"
        "message" => "Deprecated: Return type of App\Entity\Position::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#238
            #message: "Deprecated: Return type of App\Entity\Position::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
            #code: 0
            #file: "/home/simplyflow/app/src/Entity/Position.php"
            #line: 234
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/src/Entity/Position.php:234 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
                › 
                › public function jsonSerialize(){
              }
              /home/simplyflow/app/src/Entity/Position.php:25 {
                class_exists(string $class, bool $autoload = true): bool …
                › #[UniqueEntity(fields: 'name', message: 'Ya existe un cargo con este nombre')]class Position implements \JsonSerializable, \Stringable{
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
                Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
                › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:73 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->initialize(): void …
                › 
                ›     parent::__construct($manager, $manager->getClassMetadata($this->entityClass));}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php:46 {
                Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository->__get(string $name) …
                › {    $this->initialize();}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:238 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › {    $persister = $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);}
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:57 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › if (is_null($holding)) {    $holding = $this->holdingRepository->findOneBy([        'isMain' => true,
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.913-03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.header_logo AS header_logo_4, t0.footer_logo AS footer_logo_5, t0.is_main AS is_main_6, t0.national_id AS national_id_7 FROM core_holding t0 WHERE t0.is_main = ? LIMIT 1"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.925+00:00"
        "message" => "Deprecated: Return type of App\Entity\User::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#114
            #message: "Deprecated: Return type of App\Entity\User::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
            #code: 0
            #file: "/home/simplyflow/app/src/Entity/User.php"
            #line: 751
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/src/Entity/User.php:751 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
                › 
                › public function jsonSerialize(){
              }
              /home/simplyflow/app/src/Entity/User.php:27 {
                class_exists(string $class, bool $autoload = true): bool …
                › #[ORM\Cache(usage: 'NONSTRICT_READ_WRITE', region: 'default')]class User implements UserInterface, PasswordAuthenticatedUserInterface, \JsonSerializable, \Stringable{
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
                Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
                › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/UnitOfWork.php:3017 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › 
                › $targetClass = $this->em->getClassMetadata($assoc['targetEntity']);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:240 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:57 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › if (is_null($holding)) {    $holding = $this->holdingRepository->findOneBy([        'isMain' => true,
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.925+00:00"
        "message" => "Deprecated: Return type of App\Entity\DPA::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#134
            #message: "Deprecated: Return type of App\Entity\DPA::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
            #code: 0
            #file: "/home/simplyflow/app/src/Entity/DPA.php"
            #line: 319
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/src/Entity/DPA.php:319 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
                › 
                › public function jsonSerialize(){
              }
              /home/simplyflow/app/src/Entity/DPA.php:21 {
                class_exists(string $class, bool $autoload = true): bool …
                › #[UniqueEntity('code')]class DPA implements \JsonSerializable, \Stringable{
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
                Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
                › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/UnitOfWork.php:3017 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › 
                › $targetClass = $this->em->getClassMetadata($assoc['targetEntity']);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:240 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:57 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › if (is_null($holding)) {    $holding = $this->holdingRepository->findOneBy([        'isMain' => true,
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.925+00:00"
        "message" => "Deprecated: Return type of App\Entity\Location::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#172
            #message: "Deprecated: Return type of App\Entity\Location::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
            #code: 0
            #file: "/home/simplyflow/app/src/Entity/Location.php"
            #line: 457
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/src/Entity/Location.php:457 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
                › 
                › public function jsonSerialize(){
              }
              /home/simplyflow/app/src/Entity/Location.php:24 {
                class_exists(string $class, bool $autoload = true): bool …
                › #[Gedmo\Tree(type: 'nested')]class Location implements \JsonSerializable, \Stringable{
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
                Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
                › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/UnitOfWork.php:3017 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › 
                › $targetClass = $this->em->getClassMetadata($assoc['targetEntity']);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:240 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:57 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › if (is_null($holding)) {    $holding = $this->holdingRepository->findOneBy([        'isMain' => true,
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.928+00:00"
        "message" => "Deprecated: Return type of App\Entity\Supplier::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#98
            #message: "Deprecated: Return type of App\Entity\Supplier::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
            #code: 0
            #file: "/home/simplyflow/app/src/Entity/Supplier.php"
            #line: 368
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/src/Entity/Supplier.php:368 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
                › 
                › public function jsonSerialize(){
              }
              /home/simplyflow/app/src/Entity/Supplier.php:23 {
                class_exists(string $class, bool $autoload = true): bool …
                › #[UniqueEntity(fields: 'email', message: 'Ya existe un proveedor con este email')]class Supplier implements \JsonSerializable, \Stringable{
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php:1213 {
                Doctrine\ORM\Mapping\ClassMetadataInfo->validateAssociations() …
                › if (    ! class_exists($mapping['targetEntity'])    && ! interface_exists($mapping['targetEntity'])
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:285 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->validateRuntimeMetadata($class, $parent) …
                › $class->validateIdentifier();$class->validateAssociations();$class->validateLifecycleCallbacks($this->getReflectionService());
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:264 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                ›     $this->validateRuntimeMetadata($class, $parent);}
              }
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/UnitOfWork.php:3017 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › 
                › $targetClass = $this->em->getClassMetadata($assoc['targetEntity']);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:240 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:57 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › if (is_null($holding)) {    $holding = $this->holdingRepository->findOneBy([        'isMain' => true,
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.939+00:00"
        "message" => "Deprecated: Return type of App\Entity\SLA::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1707
            #message: "Deprecated: Return type of App\Entity\SLA::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice"
            #code: 0
            #file: "/home/simplyflow/app/src/Entity/SLA.php"
            #line: 146
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/src/Entity/SLA.php:146 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
                › 
                › public function jsonSerialize(){
              }
              /home/simplyflow/app/src/Entity/SLA.php:13 {
                class_exists(string $class, bool $autoload = true): bool …
                › #[ORM\Embeddable]class SLA implements \JsonSerializable, \Stringable{
              }
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php:38 {
                Doctrine\Persistence\Mapping\RuntimeReflectionService->getParentClasses(string $class) …
                › {    if (! class_exists($class)) {        throw MappingException::nonExistingClass($class);
              }
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:283 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getParentClasses(string $name) …
                › 
                › foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {    if ($this->getDriver()->isTransient($parentClass)) {
              }
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:318 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $parentClasses   = $this->getParentClasses($name);$parentClasses[] = $name;
              }
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:185 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
                › 
                › $embeddableMetadata = $this->getMetadataFor($embeddableClass['class']);}
              /home/simplyflow/app/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:18 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:343 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name) …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /home/simplyflow/app/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:207 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className) …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityManager.php:329 {
                Doctrine\ORM\EntityManager->getClassMetadata($className) …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/UnitOfWork.php:3017 {
                Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
                › 
                › $targetClass = $this->em->getClassMetadata($assoc['targetEntity']);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:181 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
                › $uow    = $this->_em->getUnitOfWork();$entity = $uow->createEntity($entityName, $data, $this->_hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:66 {
                Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
                › while ($row = $this->statement()->fetchAssociative()) {    $this->hydrateRowData($row, $result);}
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:272 {
                Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
                › try {    $result = $this->hydrateAllData();} finally {
              }
              /home/simplyflow/app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:787 {
                Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
                › $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);$entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);}
              /home/simplyflow/app/vendor/doctrine/orm/src/EntityRepository.php:240 {
                Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
                › 
                ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:57 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › if (is_null($holding)) {    $holding = $this->holdingRepository->findOneBy([        'isMain' => true,
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.944+00:00"
        "message" => "Deprecated: Business\Day implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#232
            #message: "Deprecated: Business\Day 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/simplyflow/app/vendor/florianv/business/src/Day.php"
            #line: 19
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/florianv/business/src/Day.php:19 {
                App\Util\BusinessTime\BusinessTimeFactory->getNewBusiness(?Holding $holding): Business …
                ›  */final class Day extends AbstractDay implements \Serializable{
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:62 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › 
                ›     return $this->getNewBusiness($holding);}
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.944+00:00"
        "message" => "Deprecated: Business\Business implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1758
            #message: "Deprecated: Business\Business 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/simplyflow/app/vendor/florianv/business/src/Business.php"
            #line: 19
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/florianv/business/src/Business.php:19 {
                App\Util\BusinessTime\BusinessTimeFactory->getNewBusiness(?Holding $holding): Business …
                ›  */final class Business implements BusinessInterface, \Serializable{
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:62 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › 
                ›     return $this->getNewBusiness($holding);}
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.945+00:00"
        "message" => "Deprecated: Business\Holidays implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1733
            #message: "Deprecated: Business\Holidays 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/simplyflow/app/vendor/florianv/business/src/Holidays.php"
            #line: 19
            #severity: E_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/florianv/business/src/Holidays.php:19 {
                Business\Business->__construct(array $days, $holidays = null, ?DateTimeZone $timezone = null) …
                ›  */final class Holidays implements \Serializable{
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:95 {
                App\Util\BusinessTime\BusinessTimeFactory->getNewBusiness(?Holding $holding): Business …
                › 
                ›     return new Business($days, $this->holidayService->convertToDates($this->holidayService->getHolidays()), $timezone);}
              }
              /home/simplyflow/app/src/Util/BusinessTime/BusinessTimeFactory.php:62 {
                App\Util\BusinessTime\BusinessTimeFactory->getBusiness(?Holding $holding = null): Business …
                › 
                ›     return $this->getNewBusiness($holding);}
              }
              /home/simplyflow/app/src/Util/SLA/SLACalculatorService.php:29 {
                App\Util\SLA\SLACalculatorService->__construct(Security $security, HolidayService $holidayService, BusinessTimeFactory $businessFactory) …
                › {    $this->business = $businessFactory->getBusiness();    /** @var TODO: Dejar mas elegante la implementación holidays */
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1870 {
                Container1xjJIme\App_KernelDevDebugContainer::getSLACalculatorServiceService($container) …
                › 
                ›     return $container->privates['App\\Util\\SLA\\SLACalculatorService'] = new \App\Util\SLA\SLACalculatorService($a, ($container->privates['App\\Util\\Holidays\\HolidayService'] ?? self::getHolidayServiceService($container)), $b);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4146 {
                Container1xjJIme\App_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Tionvel\ImporterBundle\Twig\ImporterExtension((\dirname(__DIR__, 4).'/public'), $e));$instance->addExtension(new \App\Twig\CoreExtension($h, ($container->privates['App\\Util\\SLA\\SLACalculatorService'] ?? self::getSLACalculatorServiceService($container))));$instance->addExtension(new \App\Twig\EcardExtension($h));
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:961 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $c = ($container->services['.virtual_request_stack'] ?? self::get_VirtualRequestStackService($container));$d = ($container->privates['twig'] ?? self::getTwigService($container));$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.945-03:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.header_logo AS header_logo_4, t0.footer_logo AS footer_logo_5, t0.is_main AS is_main_6, t0.national_id AS national_id_7 FROM core_holding t0 WHERE t0.is_main = ? LIMIT 1"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => 5
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.948+00:00"
        "message" => "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1798
            #message: "User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/validator/ValidatorBuilder.php"
            #line: 252
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/validator/ValidatorBuilder.php:252 {
                Symfony\Component\Validator\ValidatorBuilder->setDoctrineAnnotationReader(?Reader $reader): static …
                › {    trigger_deprecation('symfony/validator', '6.4', 'Method "%s()" is deprecated without replacement.', __METHOD__);}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:4482 {
                Container1xjJIme\App_KernelDevDebugContainer::getValidator_BuilderService($container) …
                › $instance->enableAttributeMapping(true);$instance->setDoctrineAnnotationReader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')));$instance->addMethodMapping('loadValidatorMetadata');
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:2474 {
                Container1xjJIme\App_KernelDevDebugContainer::getDebug_ValidatorService($container) …
                › {    $a = ($container->privates['validator.builder'] ?? self::getValidator_BuilderService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:975 {
                Container1xjJIme\App_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($container->privates['debug.validator'] ?? self::getDebug_ValidatorService($container))));$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3738 {
                Container1xjJIme\App_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:1351 {
                Container1xjJIme\App_KernelDevDebugContainer::{closure:Container1xjJIme\App_KernelDevDebugContainer::getEventDispatcherService():1351} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:235 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:276 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.951-03:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://simplyflow.asurtest.cl/robots.txt"" at RouterListener.php line 127"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#576
            #message: "No route found for "GET https://simplyflow.asurtest.cl/robots.txt""
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/http-kernel/EventListener/RouterListener.php"
            #line: 127
            -previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#728 …}
            -statusCode: 404
            -headers: []
            trace: {
              /home/simplyflow/app/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
                Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
                › 
                ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:157 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidCurrentPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "BabDev\PagerfantaBundle\EventListener\ConvertNotValidMaxPerPageToNotFoundListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.211-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Tionvel\ImporterBundle\Listener\WidgetInjectorEventSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.211-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.211-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Tionvel\ImporterBundle\Listener\WidgetInjectorEventSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.212-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    1193 => [
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.952-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.952-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\EventSubscriber\TwigEventSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Listener\DerivateInterAreaEventSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Listener\DerivateInterAreaEventSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.953-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "App\Listener\DerivateInterAreaEventSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T04:16:22.953+00:00"
        "message" => "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1137
            #message: "User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead."
            #code: 0
            #file: "/home/simplyflow/app/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php"
            #line: 51
            #severity: E_USER_DEPRECATED
            trace: {
              /home/simplyflow/app/vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php:51 {
                Symfony\Component\Serializer\Mapping\Loader\AttributeLoader->__construct(?Reader $reader = null) …
                › if ($reader) {    trigger_deprecation('symfony/serializer', '6.4', 'Passing a "%s" instance as argument 1 to "%s()" is deprecated, pass null or omit the parameter instead.', get_debug_type($reader), __METHOD__);}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:3976 {
                Container1xjJIme\App_KernelDevDebugContainer::getSerializer_Mapping_ClassMetadataFactoryService($container) …
                › {    return $container->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([new \Symfony\Component\Serializer\Mapping\Loader\AttributeLoader(($container->privates['annotations.cached_reader'] ?? $container->load('getAnnotations_CachedReaderService')))]));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:2459 {
                Container1xjJIme\App_KernelDevDebugContainer::getDebug_SerializerService($container) …
                › $d = ($container->services['translator'] ?? self::getTranslatorService($container));$e = ($container->privates['serializer.mapping.class_metadata_factory'] ?? self::getSerializer_Mapping_ClassMetadataFactoryService($container));}
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/getErrorControllerService.php:29 {
                Container1xjJIme\getErrorControllerService::do($container, $lazyLoad = true) …
                › 
                ›     return $container->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($container->services['http_kernel'] ?? self::getHttpKernelService($container)), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($container->privates['debug.serializer'] ?? self::getDebug_SerializerService($container)), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($container->privates['twig'] ?? self::getTwigService($container)), ($container->privates['error_handler.error_renderer.html'] ?? $container->load('getErrorHandler_ErrorRenderer_HtmlService')), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));}
              }
              /home/simplyflow/app/var/cache/dev/Container1xjJIme/App_KernelDevDebugContainer.php:911 {
                Container1xjJIme\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
                › 
                ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:229 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
              }
              /home/simplyflow/app/vendor/symfony/dependency-injection/Container.php:211 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
                Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
                › if ($this->container->has($class)) {    return $this->container->get($class);}
              }
              /home/simplyflow/app/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
                Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
                › {    $controller = parent::instantiateController($class);}
              /home/simplyflow/app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:116 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
                › if (!str_contains($controller, '::')) {    $controller = $this->instantiateController($controller);}
              /home/simplyflow/app/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
                Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
                › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
                Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
                › try {    return $this->resolver->getController($request);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:164 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/EventListener/ErrorListener.php:117 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /home/simplyflow/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:239 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /home/simplyflow/app/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /home/simplyflow/app/vendor/symfony/http-kernel/Kernel.php:197 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /home/simplyflow/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/simplyflow/app/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/simplyflow/app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/simplyflow/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "App\EventSubscriber\BiddingInterventionsSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "APY\BreadcrumbTrailBundle\EventListener\BreadcrumbListener::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Container1xjJIme\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340182
        "timestamp_rfc3339" => "2025-12-10T01:16:22.955-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Tionvel\ImporterBundle\Listener\WidgetInjectorEventSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Tionvel\ImporterBundle\Listener\WidgetInjectorEventSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.192-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1765340183
        "timestamp_rfc3339" => "2025-12-10T01:16:23.193-03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    2 => 1
    1193 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1065 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"simplyflow.asurtest.cl"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 10 Dec 2025 04:16:22 GMT"
vary
"Accept"
x-debug-exception
"No%20route%20found%20for%20%22GET%20https%3A%2F%2Fsimplyflow.asurtest.cl%2Frobots.txt%22"
x-debug-exception-file
"%2Fhome%2Fsimplyflow%2Fapp%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:127"
x-debug-token
"e8e5cb"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
AGF_CODE
"AGF"
APP_ENV
"dev"
APP_MAINTEINER
"0"
APP_SECRET
"43e0d5164a06bccd0a6090ad2845463d"
APP_TIMEZONE
"America/Santiago"
BECB_CODE
"BECB"
BECO_CODE
"BECO"
BEME_CODE
"BEME"
BE_CODE
"BE"
CA_CODE
"CA"
CCL_CODE
"CCL"
CMF_API_KEY
"<API_CMF_CL>"
CODE_EDITOR
"phpstorm"
CV_CODE
"CV"
DATABASE_URL
"mysql://master:Dev1313!@127.0.0.1:3306/simplyflow_app?serverVersion=8.0.42&charset=utf8mb4"
ECARD_REMOTE_DOMAIN
"localhost:8001"
ECARD_REMOTE_TOKEN
"01J4MNS4ZCEGW3ZBTXK5XQ39AE"
EMAIL_SENDER
"noreply@src.lab"
LOCK_DSN
"flock"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OAUTH_AZURE_CLIENT_ID
"azure_client_id"
OAUTH_AZURE_CLIENT_SECRET
"azure_client_secret"
PROTOCOL_HTTP
"https"
PYTHON_BIN
"/usr/bin/python3"
RECAPTCHA3_KEY
"my_site_key"
RECAPTCHA3_SECRET
"my_secret"
REDIS_HOST
"127.0.0.1"
REDIS_PORT
"6379"
SE_CODE
"BEX"
SITE_URL
"simplyflow.asurtest.cl"
STORAGE_URL
"storagesrc.dev.agenciasur.cl"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/home/simplyflow/app/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/simplyflow"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"simplyflow.asurtest.cl"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"216.73.216.172"
REMOTE_PORT
"2035"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1765340182
REQUEST_TIME_FLOAT
1765340182.853
REQUEST_URI
"/robots.txt"
SCRIPT_FILENAME
"/home/simplyflow/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.0.4.47"
SERVER_NAME
"simplyflow.asurtest.cl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.24.0"
SYMFONY_DOTENV_VARS
"APP_MAINTEINER,APP_ENV,APP_SECRET,MAILER_DSN,DATABASE_URL,OAUTH_AZURE_CLIENT_ID,OAUTH_AZURE_CLIENT_SECRET,CMF_API_KEY,RECAPTCHA3_KEY,RECAPTCHA3_SECRET,LOCK_DSN,CODE_EDITOR,EMAIL_SENDER,STORAGE_URL,PROTOCOL_HTTP,ECARD_REMOTE_DOMAIN,ECARD_REMOTE_TOKEN,APP_TIMEZONE,MESSENGER_TRANSPORT_DSN,REDIS_HOST,REDIS_PORT,BE_CODE,BECO_CODE,SE_CODE,BEME_CODE,BECB_CODE,CV_CODE,AGF_CODE,CCL_CODE,CA_CODE,PYTHON_BIN,SITE_URL"
USER
"simplyflow"

Parent Request

Return to parent request (token = abae14)

Key Value
_remove_csp_headers
true
_stopwatch_token
"d59382"