https://moldes.apunts.es/publico/taller/orden/nuevo

Log Messages

Info. & Errors 1

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

Level Channel Message
INFO request Matched route
"publico_orden_new"
.
[
  "route" => "publico_orden_new"
  "route_parameters" => [
    "_route" => "publico_orden_new"
    "_controller" => "App\Controller\publico\Orden\OrdenController::new"
  ]
  "request_uri" => "https://moldes.apunts.es/publico/taller/orden/nuevo"
  "method" => "GET"
]
CRITICAL request Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.estado' in 'field list'" at /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 69
[
  "exception" => Doctrine\DBAL\Exception\InvalidFieldNameException {#1747
    -query: Doctrine\DBAL\Query {#1652 …}
    #message: "An exception occurred while executing a query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'c0_.estado' in 'field list'"
    #code: 1054
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
    #line: 69
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#1645 …}
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69 {
        Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
        › case 1611:    return new InvalidFieldNameException($exception, $query);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Connection.php:1815 {
        Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
        › 
        › $exception = $this->exceptionConverter->convert($driverException, $query);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Connection.php:1750 {
        Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
        › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Connection.php:1056 {
        Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
        › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31 {
        Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
        › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325 {
        Doctrine\ORM\Query->_doExecute() …
        › 
        ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1181 {
        Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
        › 
        › $stmt = $this->_doExecute();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1135 {
        Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
        › 
        ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/doctrine-bridge/Form/ChoiceList/ORMQueryBuilderLoader.php:48 {
        Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader->getEntities() …
        › {    return $this->queryBuilder->getQuery()->execute();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/doctrine-bridge/Form/ChoiceList/DoctrineChoiceLoader.php:58 {
        Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader->loadChoices(): iterable …
        › return $this->objectLoader    ? $this->objectLoader->getEntities()    : $this->manager->getRepository($this->class)->findAll();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:35 {
        Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->loadChoiceList(callable $value = null) …
        › {    return $this->choiceList ?? ($this->choiceList = new ArrayChoiceList($this->loadChoices(), $value));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/LazyChoiceList.php:61 {
        Symfony\Component\Form\ChoiceList\LazyChoiceList->getChoices() …
        › {    return $this->loader->loadChoiceList($this->value)->getChoices();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php:81 {
        Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, callable $index = null, callable $groupBy = null, $attr = null) …
        › $otherViews = [];$choices = $list->getChoices();$keys = $list->getOriginalKeys();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php:230 {
        Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, $index = null, $groupBy = null, $attr = null) …
        › return $this->decoratedFactory->createView(    $list,    $preferredChoices,
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php:235 {
        Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, $index = null, $groupBy = null, $attr = null) …
        › $this->views[$hash] = $this->decoratedFactory->createView(    $list,    $preferredChoices,
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:498 {
        Symfony\Component\Form\Extension\Core\Type\ChoiceType->createChoiceListView(ChoiceListInterface $choiceList, array $options) …
        ›     $options['choice_attr'],    $options['choice_translation_parameters']);
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:255 {
        Symfony\Component\Form\Extension\Core\Type\ChoiceType->buildView(FormView $view, FormInterface $form, array $options) …
        › ? $form->getConfig()->getAttribute('choice_list_view'): $this->createChoiceListView($choiceList, $options);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ResolvedFormType.php:147 {
        Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options) …
        › 
        › $this->innerType->buildView($view, $form, $options);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:103 {
        Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options) …
        › {    $this->proxiedType->buildView($view, $form, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ResolvedFormType.php:144 {
        Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options) …
        › if (null !== $this->parent) {    $this->parent->buildView($view, $form, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:103 {
        Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options) …
        › {    $this->proxiedType->buildView($view, $form, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Form.php:1062 {
        Symfony\Component\Form\Form->createView(FormView $parent = null) …
        › 
        › $type->buildView($view, $this, $options);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Form.php:1065 {
        Symfony\Component\Form\Form->createView(FormView $parent = null) …
        › foreach ($this->children as $name => $child) {    $view->children[$name] = $child->createView($view);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Controller/publico/Orden/OrdenController.php:99 {
        App\Controller\publico\Orden\OrdenController->new(Request $request): Response …
        ›     'text' => 'Fichajes',    'form'  => $form->createView()]);
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:156 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:69 {
    Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
    › case 1611:    return new InvalidFieldNameException($exception, $query);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Connection.php:1815 {
    Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
    › 
    › $exception = $this->exceptionConverter->convert($driverException, $query);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Connection.php:1750 {
    Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
    › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/dbal/src/Connection.php:1056 {
    Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
    › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php:31 {
    Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
    › {    return $conn->executeQuery($this->_sqlStatements, $params, $types, $this->queryCacheProfile);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/Query.php:325 {
    Doctrine\ORM\Query->_doExecute() …
    › 
    ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1181 {
    Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
    › 
    › $stmt = $this->_doExecute();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:1135 {
    Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
    › 
    ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/doctrine-bridge/Form/ChoiceList/ORMQueryBuilderLoader.php:48 {
    Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader->getEntities() …
    › {    return $this->queryBuilder->getQuery()->execute();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/doctrine-bridge/Form/ChoiceList/DoctrineChoiceLoader.php:58 {
    Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader->loadChoices(): iterable …
    › return $this->objectLoader    ? $this->objectLoader->getEntities()    : $this->manager->getRepository($this->class)->findAll();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/Loader/AbstractChoiceLoader.php:35 {
    Symfony\Component\Form\ChoiceList\Loader\AbstractChoiceLoader->loadChoiceList(callable $value = null) …
    › {    return $this->choiceList ?? ($this->choiceList = new ArrayChoiceList($this->loadChoices(), $value));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/LazyChoiceList.php:61 {
    Symfony\Component\Form\ChoiceList\LazyChoiceList->getChoices() …
    › {    return $this->loader->loadChoiceList($this->value)->getChoices();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php:81 {
    Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, callable $index = null, callable $groupBy = null, $attr = null) …
    › $otherViews = [];$choices = $list->getChoices();$keys = $list->getOriginalKeys();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php:230 {
    Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, $index = null, $groupBy = null, $attr = null) …
    › return $this->decoratedFactory->createView(    $list,    $preferredChoices,
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php:235 {
    Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator->createView(ChoiceListInterface $list, $preferredChoices = null, $label = null, $index = null, $groupBy = null, $attr = null) …
    › $this->views[$hash] = $this->decoratedFactory->createView(    $list,    $preferredChoices,
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:498 {
    Symfony\Component\Form\Extension\Core\Type\ChoiceType->createChoiceListView(ChoiceListInterface $choiceList, array $options) …
    ›     $options['choice_attr'],    $options['choice_translation_parameters']);
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/Core/Type/ChoiceType.php:255 {
    Symfony\Component\Form\Extension\Core\Type\ChoiceType->buildView(FormView $view, FormInterface $form, array $options) …
    › ? $form->getConfig()->getAttribute('choice_list_view'): $this->createChoiceListView($choiceList, $options);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ResolvedFormType.php:147 {
    Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options) …
    › 
    › $this->innerType->buildView($view, $form, $options);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:103 {
    Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options) …
    › {    $this->proxiedType->buildView($view, $form, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ResolvedFormType.php:144 {
    Symfony\Component\Form\ResolvedFormType->buildView(FormView $view, FormInterface $form, array $options) …
    › if (null !== $this->parent) {    $this->parent->buildView($view, $form, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:103 {
    Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildView(FormView $view, FormInterface $form, array $options) …
    › {    $this->proxiedType->buildView($view, $form, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Form.php:1062 {
    Symfony\Component\Form\Form->createView(FormView $parent = null) …
    › 
    › $type->buildView($view, $this, $options);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Form.php:1065 {
    Symfony\Component\Form\Form->createView(FormView $parent = null) …
    › foreach ($this->children as $name => $child) {    $view->children[$name] = $child->createView($view);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Controller/publico/Orden/OrdenController.php:99 {
    App\Controller\publico\Orden\OrdenController->new(Request $request): Response …
    ›     'text' => 'Fichajes',    'form'  => $form->createView()]);
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:156 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 236

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#106
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php:14 {
        include_once …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', PasswordAuthenticatedInterface::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:24 {
        ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php:14 {
    include_once …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', PasswordAuthenticatedInterface::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:24 {
    ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
[
  "exception" => ErrorException {#134
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php:22 {
        ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
        ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php:22 {
    ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
    ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
[
  "exception" => ErrorException {#135
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php"
    #line: 19
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19 {
        ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
        ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19 {
    ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', UserPasswordEncoder::class, UserPasswordHasher::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
    ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
[
  "exception" => ErrorException {#136
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17 {
        ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
        ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17 {
    ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use "%s" instead.', UserPasswordEncoderInterface::class, UserPasswordHasherInterface::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
    ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
[
  "exception" => ErrorException {#141
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_EncoderFactory_GenericService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_EncoderFactory_GenericService.php:22 {
        ContainerAXsAlht\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php:24 {
        ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
        ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_EncoderFactory_GenericService.php:22 {
    ContainerAXsAlht\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php:24 {
    ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
    ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
[
  "exception" => ErrorException {#138
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/EncoderFactory.php"
    #line: 20
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
        ContainerAXsAlht\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php:24 {
        ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
        ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/EncoderFactory.php:20 {
    ContainerAXsAlht\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactory::class, PasswordHasherFactory::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php:24 {
    ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
    ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
[
  "exception" => ErrorException {#139
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
        ContainerAXsAlht\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php:24 {
        ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
        ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
        ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
        › 
        ›     return $this->container->get($contextId);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
        Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
        › {    $context = $this->getFirewallContext($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
        Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
        › 
        › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17 {
    ContainerAXsAlht\getSecurity_EncoderFactory_GenericService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" instead.', EncoderFactoryInterface::class, PasswordHasherFactoryInterface::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_PasswordEncoderService.php:24 {
    ContainerAXsAlht\getSecurity_PasswordEncoderService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($container->privates['security.encoder_factory.generic'] ?? $container->load('getSecurity_EncoderFactory_GenericService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getLoginFormAuthenticatorService.php:28 {
    ContainerAXsAlht\getLoginFormAuthenticatorService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['security.password_encoder'] ?? $container->load('getSecurity_PasswordEncoderService')));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:39 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::do($container, $lazyLoad = true) …
    ›         yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));    }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.main'] ?? $container->load('getSecurity_EventDispatcher_MainService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'remember_me', 2 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:78 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallContext(Request $request): FirewallContext …
    › 
    ›     return $this->container->get($contextId);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/FirewallMap.php:52 {
    Symfony\Bundle\SecurityBundle\Security\FirewallMap->getFirewallConfig(Request $request) …
    › {    $context = $this->getFirewallContext($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/EventListener/FirewallListener.php:45 {
    Symfony\Bundle\SecurityBundle\EventListener\FirewallListener->configureLogoutUrlGenerator(RequestEvent $event) …
    › 
    › if ($this->map instanceof FirewallMap && $config = $this->map->getFirewallConfig($event->getRequest())) {    $this->logoutUrlGenerator->setCurrentFirewall($config->getName(), $config->getContext());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#177
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#178
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php"
    #line: 31
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:31 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationListener::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:31 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationListener::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#187
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_GuardHandlerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_GuardHandlerService.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_GuardHandlerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_GuardHandlerService.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_GuardHandlerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#186
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/GuardAuthenticatorHandler.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/GuardAuthenticatorHandler.php:25 {
        ContainerAXsAlht\getSecurity_Authentication_GuardHandlerService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticatorHandler::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/GuardAuthenticatorHandler.php:25 {
    ContainerAXsAlht\getSecurity_Authentication_GuardHandlerService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticatorHandler::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#188
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#180
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AuthenticationProviderManager::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
[
  "exception" => ErrorException {#181
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php"
    #line: 18
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 {
        class_exists(string $class, bool $autoload = true): bool …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
        › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class);
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
        › 
        › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18 {
    class_exists(string $class, bool $autoload = true): bool …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use "%s" with the new authenticator system instead.', AuthenticationFailureEvent::class, LoginFailureEvent::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:31 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::do($container, $lazyLoad = true) …
    › class_exists(AuthenticationEvents::class);class_exists(AuthenticationFailureEvent::class);class_exists(AuthenticationSuccessEvent::class);
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Guard_MainService.php:24 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Guard_MainService::do($container, $lazyLoad = true) …
    › 
    › $container->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($container->load('getSecurity_Authentication_GuardHandlerService'), ($container->privates['security.authentication.manager'] ?? $container->load('getSecurity_Authentication_ManagerService')), 'main', new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['App\\Security\\LoginFormAuthenticator'] ?? $container->load('getLoginFormAuthenticatorService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:35 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#193
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Rememberme_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Rememberme_MainService.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Rememberme_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:36 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Rememberme_MainService.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Rememberme_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:36 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#210
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/RememberMeListener.php"
    #line: 27
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Rememberme_MainService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:36 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/RememberMeListener.php:27 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Rememberme_MainService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeListener::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:36 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 2 => ($container->privates['security.authentication.listener.guard.main'] ?? $container->load('getSecurity_Authentication_Listener_Guard_MainService'));yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#10
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Anonymous_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Anonymous_MainService.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Anonymous_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:37 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Listener_Anonymous_MainService.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Anonymous_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:37 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#101
    #message: "User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_Listener_Anonymous_MainService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:37 {
        ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
        › yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
        Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
        › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
        › 
        ›     $this->callListeners($event, $authenticationListeners());}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_Listener_Anonymous_MainService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-http', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationListener::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Firewall_Map_Context_MainService.php:37 {
    ContainerAXsAlht\getSecurity_Firewall_Map_Context_MainService::ContainerAXsAlht\{closure} …
    › yield 3 => ($container->privates['security.authentication.listener.rememberme.main'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_MainService'));yield 4 => ($container->privates['security.authentication.listener.anonymous.main'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_MainService'));yield 5 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:43 {
    Symfony\Bundle\SecurityBundle\Security\FirewallContext->Symfony\Bundle\SecurityBundle\Debug\{closure} …
    › $listeners = [];foreach ($this->listeners as $listener) {    if ($listener instanceof FirewallListenerInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:57 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    ›     $this->listeners = $listeners;}, $listener, FirewallContext::class)();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall.php:86 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
    › 
    ›     $this->callListeners($event, $authenticationListeners());}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:132 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#109
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php"
    #line: 72
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php:72 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllProcesos($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
        ContainerAXsAlht\getProcesoBloqFasesRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php:72 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllProcesos($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
    ContainerAXsAlht\getProcesoBloqFasesRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#110
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php"
    #line: 72
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php:72 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllProcesos($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
        ContainerAXsAlht\getProcesoBloqFasesRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php:72 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllProcesos($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
    ContainerAXsAlht\getProcesoBloqFasesRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $idProceso follows optional parameter $currentPage
[
  "exception" => ErrorException {#26
    #message: "Deprecated: Required parameter $idProceso follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php"
    #line: 72
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php:72 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllProcesos($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
        ContainerAXsAlht\getProcesoBloqFasesRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php:72 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllProcesos($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
    ContainerAXsAlht\getProcesoBloqFasesRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#100
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php"
    #line: 112
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php:112 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllFaseSelect($data, $currentPage = 1, $limit = 30, $sort, $order = "DESC", $barcode = null){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
        ContainerAXsAlht\getProcesoBloqFasesRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/ProcesoBloqFasesRepository.php:112 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllFaseSelect($data, $currentPage = 1, $limit = 30, $sort, $order = "DESC", $barcode = null){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getProcesoBloqFasesRepositoryService.php:20 {
    ContainerAXsAlht\getProcesoBloqFasesRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/ProcesoBloqFasesRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1167
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 44
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:44 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllUsers($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:44 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllUsers($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1168
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 44
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:44 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllUsers($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:44 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllUsers($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1169
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 105
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:105 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllUsersActivos($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:105 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllUsersActivos($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1166
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 105
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:105 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllUsersActivos($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:105 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllUsersActivos($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1165
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 171
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:171 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllUsersAusente($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:171 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllUsersAusente($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1164
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 171
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:171 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllUsersAusente($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:171 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllUsersAusente($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1163
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 307
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:307 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllEmpleadosByProceso($data, $currentPage = 1, $limit = 12, $sort, $order, int $procesoId){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:307 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllEmpleadosByProceso($data, $currentPage = 1, $limit = 12, $sort, $order, int $procesoId){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1162
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 307
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:307 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllEmpleadosByProceso($data, $currentPage = 1, $limit = 12, $sort, $order, int $procesoId){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:307 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllEmpleadosByProceso($data, $currentPage = 1, $limit = 12, $sort, $order, int $procesoId){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $procesoId follows optional parameter $currentPage
[
  "exception" => ErrorException {#1161
    #message: "Deprecated: Required parameter $procesoId follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 307
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:307 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllEmpleadosByProceso($data, $currentPage = 1, $limit = 12, $sort, $order, int $procesoId){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:307 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllEmpleadosByProceso($data, $currentPage = 1, $limit = 12, $sort, $order, int $procesoId){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1160
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 339
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:339 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllEmpleadosSchneider($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:339 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllEmpleadosSchneider($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1155
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 339
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:339 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllEmpleadosSchneider($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:339 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllEmpleadosSchneider($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1154
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 373
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:373 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllEmpleadosProyecto($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:373 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllEmpleadosProyecto($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1153
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php"
    #line: 373
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:373 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllEmpleadosProyecto($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        include_once …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:373 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllEmpleadosProyecto($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    include_once …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:21 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';include_once \dirname(__DIR__, 4).'/src/Repository/UsuarioRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Class "App\Entity\Usuario" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()": returns the identifier for this user (e.g. its username or e-mailaddress)
[
  "exception" => ErrorException {#1085
    #message: "User Deprecated: Class "App\Entity\Usuario" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()": returns the identifier for this user (e.g. its username or e-mailaddress)"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/error-handler/DebugClassLoader.php"
    #line: 390
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        ReflectionClass->__construct(object|string $objectOrClass) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:168 {
        Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass($class) …
        › 
        › $proxyClass = new ReflectionClass($className);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php:36 {
        Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository->__construct(ManagerRegistry $registry, string $entityClass) …
        › {    $manager = $registry->getManagerForClass($entityClass);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:26 {
        App\Repository\UsuarioRepository->__construct(ManagerRegistry $registry) …
        › {    parent::__construct($registry, Usuario::class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:23 {
        ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
        › 
        ›     return $container->privates['App\\Repository\\UsuarioRepository'] = new \App\Repository\UsuarioRepository(($container->services['doctrine'] ?? $container->getDoctrineService()));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    ReflectionClass->__construct(object|string $objectOrClass) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:168 {
    Doctrine\Persistence\AbstractManagerRegistry->getManagerForClass($class) …
    › 
    › $proxyClass = new ReflectionClass($className);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php:36 {
    Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository->__construct(ManagerRegistry $registry, string $entityClass) …
    › {    $manager = $registry->getManagerForClass($entityClass);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/UsuarioRepository.php:26 {
    App\Repository\UsuarioRepository->__construct(ManagerRegistry $registry) …
    › {    parent::__construct($registry, Usuario::class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getUsuarioRepositoryService.php:23 {
    ContainerAXsAlht\getUsuarioRepositoryService::do($container, $lazyLoad = true) …
    › 
    ›     return $container->privates['App\\Repository\\UsuarioRepository'] = new \App\Repository\UsuarioRepository(($container->services['doctrine'] ?? $container->getDoctrineService()));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1218
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 52
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:52 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAll($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:52 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAll($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1219
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 52
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:52 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAll($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:52 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAll($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1220
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 98
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:98 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllActivos($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:98 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllActivos($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1217
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 98
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:98 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllActivos($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:98 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllActivos($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1216
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 145
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:145 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllActivosCentro($data, $idCentro, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:145 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllActivosCentro($data, $idCentro, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1215
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 145
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:145 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllActivosCentro($data, $idCentro, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:145 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllActivosCentro($data, $idCentro, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1214
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 199
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:199 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllByProyecto($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:199 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllByProyecto($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1213
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 199
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:199 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllByProyecto($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:199 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllByProyecto($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $idProceso follows optional parameter $currentPage
[
  "exception" => ErrorException {#1212
    #message: "Deprecated: Required parameter $idProceso follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 199
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:199 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllByProyecto($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:199 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllByProyecto($data, $currentPage = 1, $limit = 12, $sort, $order, $idProceso){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1211
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 248
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:248 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllByCentro($data, $currentPage = 1, $limit = 12, $sort, $order, $idCentro){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:248 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllByCentro($data, $currentPage = 1, $limit = 12, $sort, $order, $idCentro){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1210
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 248
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:248 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllByCentro($data, $currentPage = 1, $limit = 12, $sort, $order, $idCentro){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:248 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllByCentro($data, $currentPage = 1, $limit = 12, $sort, $order, $idCentro){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $idCentro follows optional parameter $currentPage
[
  "exception" => ErrorException {#1209
    #message: "Deprecated: Required parameter $idCentro follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php"
    #line: 248
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:248 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › }public function getAllByCentro($data, $currentPage = 1, $limit = 12, $sort, $order, $idCentro){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
        ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
        ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
        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()));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/OrdenRepository.php:248 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › }public function getAllByCentro($data, $currentPage = 1, $limit = 12, $sort, $order, $idCentro){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenRepositoryService.php:20 {
    ContainerAXsAlht\getOrdenRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/OrdenRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getOrdenController2Service.php:23 {
    ContainerAXsAlht\getOrdenController2Service::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\publico\\Orden\\OrdenController'] = $instance = new \App\Controller\publico\Orden\OrdenController(($container->services['white_october_breadcrumbs'] ?? $container->load('getWhiteOctoberBreadcrumbsService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Repository\\ProcesoBloqFasesRepository'] ?? $container->load('getProcesoBloqFasesRepositoryService')), ($container->privates['App\\Repository\\UsuarioRepository'] ?? $container->load('getUsuarioRepositoryService')), ($container->privates['App\\Repository\\OrdenRepository'] ?? $container->load('getOrdenRepositoryService')));}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:139 {
    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()));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $sort follows optional parameter $currentPage
[
  "exception" => ErrorException {#1570
    #message: "Deprecated: Required parameter $sort follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/CentroTrabajoRepository.php"
    #line: 52
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/CentroTrabajoRepository.php:52 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllCentros($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getCentroTrabajoRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/CentroTrabajoRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getCentroTrabajoRepositoryService.php:20 {
        ContainerAXsAlht\getCentroTrabajoRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/CentroTrabajoRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php:47 {
        Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
        › if ($this->container->has($customRepositoryName)) {    $repository = $this->container->get($customRepositoryName);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:785 {
        Doctrine\ORM\EntityManager->getRepository($entityName) …
        › {    return $this->repositoryFactory->getRepository($this, $entityName);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/EntityManager_9a5be93.php:227 {
        ContainerAXsAlht\EntityManager_9a5be93->getRepository($entityName) …
        › 
        ›     return $this->valueHoldere27c1->getRepository($entityName);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php:135 {
        Symfony\Bridge\Doctrine\Form\Type\DoctrineType->Symfony\Bridge\Doctrine\Form\Type\{closure} …
        › $options['em'],$options['query_builder'] ?? $options['em']->getRepository($options['class'])->createQueryBuilder('e'),$options['class'],
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/options-resolver/OptionsResolver.php:1029 {
        Symfony\Component\OptionsResolver\OptionsResolver->offsetGet($option, bool $triggerDeprecation = true) …
        › foreach ($this->lazy[$option] as $closure) {    $value = $closure($this, $value);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/options-resolver/OptionsResolver.php:924 {
        Symfony\Component\OptionsResolver\OptionsResolver->resolve(array $options = []) …
        › foreach ($clone->defaults as $option => $_) {    $clone->offsetGet($option);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ResolvedFormType.php:100 {
        Symfony\Component\Form\ResolvedFormType->createBuilder(FormFactoryInterface $factory, string $name, array $options = []) …
        › try {    $options = $this->getOptionsResolver()->resolve($options);} catch (ExceptionInterface $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:74 {
        Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->createBuilder(FormFactoryInterface $factory, string $name, array $options = []) …
        › {    $builder = $this->proxiedType->createBuilder($factory, $name, $options);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:69 {
        Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', $data = null, array $options = []) …
        › 
        › $builder = $type->createBuilder($this, $name, $options);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:120 {
        Symfony\Component\Form\FormFactory->createBuilderForProperty(string $class, string $property, $data = null, array $options = []) …
        › 
        ›     return $this->createNamedBuilder($property, $type, $data, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:98 {
        Symfony\Component\Form\FormBuilder->create($name, string $type = null, array $options = []) …
        › 
        ›     return $this->getFormFactory()->createBuilderForProperty($this->getDataClass(), $name, null, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:247 {
        Symfony\Component\Form\FormBuilder->resolveChildren() …
        › foreach ($this->unresolvedChildren as $name => $info) {    $this->children[$name] = $this->create($name, $info[0], $info[1]);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:197 {
        Symfony\Component\Form\FormBuilder->getForm() …
        › 
        › $this->resolveChildren();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:31 {
        Symfony\Component\Form\FormFactory->create(string $type = '…51', $data = null, array $options = []) …
        › {    return $this->createBuilder($type, $data, $options)->getForm();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, $data = null, array $options = []): FormInterface …
        › {    return $this->container->get('form.factory')->create($type, $data, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Controller/publico/Orden/OrdenController.php:55 {
        App\Controller\publico\Orden\OrdenController->new(Request $request): Response …
        › $orden = new Orden();$form = $this->createForm(OrdenIniciarType::class, $orden);$form->handleRequest($request);
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:156 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/CentroTrabajoRepository.php:52 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllCentros($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getCentroTrabajoRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/CentroTrabajoRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getCentroTrabajoRepositoryService.php:20 {
    ContainerAXsAlht\getCentroTrabajoRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/CentroTrabajoRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php:47 {
    Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
    › if ($this->container->has($customRepositoryName)) {    $repository = $this->container->get($customRepositoryName);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:785 {
    Doctrine\ORM\EntityManager->getRepository($entityName) …
    › {    return $this->repositoryFactory->getRepository($this, $entityName);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/EntityManager_9a5be93.php:227 {
    ContainerAXsAlht\EntityManager_9a5be93->getRepository($entityName) …
    › 
    ›     return $this->valueHoldere27c1->getRepository($entityName);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php:135 {
    Symfony\Bridge\Doctrine\Form\Type\DoctrineType->Symfony\Bridge\Doctrine\Form\Type\{closure} …
    › $options['em'],$options['query_builder'] ?? $options['em']->getRepository($options['class'])->createQueryBuilder('e'),$options['class'],
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/options-resolver/OptionsResolver.php:1029 {
    Symfony\Component\OptionsResolver\OptionsResolver->offsetGet($option, bool $triggerDeprecation = true) …
    › foreach ($this->lazy[$option] as $closure) {    $value = $closure($this, $value);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/options-resolver/OptionsResolver.php:924 {
    Symfony\Component\OptionsResolver\OptionsResolver->resolve(array $options = []) …
    › foreach ($clone->defaults as $option => $_) {    $clone->offsetGet($option);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ResolvedFormType.php:100 {
    Symfony\Component\Form\ResolvedFormType->createBuilder(FormFactoryInterface $factory, string $name, array $options = []) …
    › try {    $options = $this->getOptionsResolver()->resolve($options);} catch (ExceptionInterface $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:74 {
    Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->createBuilder(FormFactoryInterface $factory, string $name, array $options = []) …
    › {    $builder = $this->proxiedType->createBuilder($factory, $name, $options);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:69 {
    Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', $data = null, array $options = []) …
    › 
    › $builder = $type->createBuilder($this, $name, $options);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:120 {
    Symfony\Component\Form\FormFactory->createBuilderForProperty(string $class, string $property, $data = null, array $options = []) …
    › 
    ›     return $this->createNamedBuilder($property, $type, $data, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:98 {
    Symfony\Component\Form\FormBuilder->create($name, string $type = null, array $options = []) …
    › 
    ›     return $this->getFormFactory()->createBuilderForProperty($this->getDataClass(), $name, null, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:247 {
    Symfony\Component\Form\FormBuilder->resolveChildren() …
    › foreach ($this->unresolvedChildren as $name => $info) {    $this->children[$name] = $this->create($name, $info[0], $info[1]);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:197 {
    Symfony\Component\Form\FormBuilder->getForm() …
    › 
    › $this->resolveChildren();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:31 {
    Symfony\Component\Form\FormFactory->create(string $type = '…51', $data = null, array $options = []) …
    › {    return $this->createBuilder($type, $data, $options)->getForm();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, $data = null, array $options = []): FormInterface …
    › {    return $this->container->get('form.factory')->create($type, $data, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Controller/publico/Orden/OrdenController.php:55 {
    App\Controller\publico\Orden\OrdenController->new(Request $request): Response …
    › $orden = new Orden();$form = $this->createForm(OrdenIniciarType::class, $orden);$form->handleRequest($request);
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:156 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Required parameter $order follows optional parameter $currentPage
[
  "exception" => ErrorException {#1569
    #message: "Deprecated: Required parameter $order follows optional parameter $currentPage"
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/CentroTrabajoRepository.php"
    #line: 52
    #severity: E_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/CentroTrabajoRepository.php:52 {
        Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
        › 
        › public function getAllCentros($data, $currentPage = 1, $limit = 12, $sort, $order){
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getCentroTrabajoRepositoryService.php:20 {
        include_once …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/CentroTrabajoRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getCentroTrabajoRepositoryService.php:20 {
        ContainerAXsAlht\getCentroTrabajoRepositoryService::do($container, $lazyLoad = true) …
        › {    include_once \dirname(__DIR__, 4).'/src/Repository/CentroTrabajoRepository.php';}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
        Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
        › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
        Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
        › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php:47 {
        Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
        › if ($this->container->has($customRepositoryName)) {    $repository = $this->container->get($customRepositoryName);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:785 {
        Doctrine\ORM\EntityManager->getRepository($entityName) …
        › {    return $this->repositoryFactory->getRepository($this, $entityName);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/EntityManager_9a5be93.php:227 {
        ContainerAXsAlht\EntityManager_9a5be93->getRepository($entityName) …
        › 
        ›     return $this->valueHoldere27c1->getRepository($entityName);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php:135 {
        Symfony\Bridge\Doctrine\Form\Type\DoctrineType->Symfony\Bridge\Doctrine\Form\Type\{closure} …
        › $options['em'],$options['query_builder'] ?? $options['em']->getRepository($options['class'])->createQueryBuilder('e'),$options['class'],
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/options-resolver/OptionsResolver.php:1029 {
        Symfony\Component\OptionsResolver\OptionsResolver->offsetGet($option, bool $triggerDeprecation = true) …
        › foreach ($this->lazy[$option] as $closure) {    $value = $closure($this, $value);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/options-resolver/OptionsResolver.php:924 {
        Symfony\Component\OptionsResolver\OptionsResolver->resolve(array $options = []) …
        › foreach ($clone->defaults as $option => $_) {    $clone->offsetGet($option);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ResolvedFormType.php:100 {
        Symfony\Component\Form\ResolvedFormType->createBuilder(FormFactoryInterface $factory, string $name, array $options = []) …
        › try {    $options = $this->getOptionsResolver()->resolve($options);} catch (ExceptionInterface $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:74 {
        Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->createBuilder(FormFactoryInterface $factory, string $name, array $options = []) …
        › {    $builder = $this->proxiedType->createBuilder($factory, $name, $options);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:69 {
        Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', $data = null, array $options = []) …
        › 
        › $builder = $type->createBuilder($this, $name, $options);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:120 {
        Symfony\Component\Form\FormFactory->createBuilderForProperty(string $class, string $property, $data = null, array $options = []) …
        › 
        ›     return $this->createNamedBuilder($property, $type, $data, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:98 {
        Symfony\Component\Form\FormBuilder->create($name, string $type = null, array $options = []) …
        › 
        ›     return $this->getFormFactory()->createBuilderForProperty($this->getDataClass(), $name, null, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:247 {
        Symfony\Component\Form\FormBuilder->resolveChildren() …
        › foreach ($this->unresolvedChildren as $name => $info) {    $this->children[$name] = $this->create($name, $info[0], $info[1]);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:197 {
        Symfony\Component\Form\FormBuilder->getForm() …
        › 
        › $this->resolveChildren();}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:31 {
        Symfony\Component\Form\FormFactory->create(string $type = '…51', $data = null, array $options = []) …
        › {    return $this->createBuilder($type, $data, $options)->getForm();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, $data = null, array $options = []): FormInterface …
        › {    return $this->container->get('form.factory')->create($type, $data, $options);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/src/Controller/publico/Orden/OrdenController.php:55 {
        App\Controller\publico\Orden\OrdenController->new(Request $request): Response …
        › $orden = new Orden();$form = $this->createForm(OrdenIniciarType::class, $orden);$form->handleRequest($request);
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:156 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Repository/CentroTrabajoRepository.php:52 {
    Symfony\Component\ErrorHandler\ErrorHandler->handleError(int $type, string $message, string $file, int $line): bool …
    › 
    › public function getAllCentros($data, $currentPage = 1, $limit = 12, $sort, $order){
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getCentroTrabajoRepositoryService.php:20 {
    include_once …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/CentroTrabajoRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getCentroTrabajoRepositoryService.php:20 {
    ContainerAXsAlht\getCentroTrabajoRepositoryService::do($container, $lazyLoad = true) …
    › {    include_once \dirname(__DIR__, 4).'/src/Repository/CentroTrabajoRepository.php';}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Container.php:422 {
    Symfony\Component\DependencyInjection\Container->getService($registry, string $id, ?string $method, $load) …
    › if (false !== $registry) {    return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:42 {
    Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id) …
    › {    return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php:47 {
    Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
    › if ($this->container->has($customRepositoryName)) {    $repository = $this->container->get($customRepositoryName);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:785 {
    Doctrine\ORM\EntityManager->getRepository($entityName) …
    › {    return $this->repositoryFactory->getRepository($this, $entityName);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/EntityManager_9a5be93.php:227 {
    ContainerAXsAlht\EntityManager_9a5be93->getRepository($entityName) …
    › 
    ›     return $this->valueHoldere27c1->getRepository($entityName);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php:135 {
    Symfony\Bridge\Doctrine\Form\Type\DoctrineType->Symfony\Bridge\Doctrine\Form\Type\{closure} …
    › $options['em'],$options['query_builder'] ?? $options['em']->getRepository($options['class'])->createQueryBuilder('e'),$options['class'],
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/options-resolver/OptionsResolver.php:1029 {
    Symfony\Component\OptionsResolver\OptionsResolver->offsetGet($option, bool $triggerDeprecation = true) …
    › foreach ($this->lazy[$option] as $closure) {    $value = $closure($this, $value);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/options-resolver/OptionsResolver.php:924 {
    Symfony\Component\OptionsResolver\OptionsResolver->resolve(array $options = []) …
    › foreach ($clone->defaults as $option => $_) {    $clone->offsetGet($option);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/ResolvedFormType.php:100 {
    Symfony\Component\Form\ResolvedFormType->createBuilder(FormFactoryInterface $factory, string $name, array $options = []) …
    › try {    $options = $this->getOptionsResolver()->resolve($options);} catch (ExceptionInterface $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:74 {
    Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->createBuilder(FormFactoryInterface $factory, string $name, array $options = []) …
    › {    $builder = $this->proxiedType->createBuilder($factory, $name, $options);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:69 {
    Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', $data = null, array $options = []) …
    › 
    › $builder = $type->createBuilder($this, $name, $options);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:120 {
    Symfony\Component\Form\FormFactory->createBuilderForProperty(string $class, string $property, $data = null, array $options = []) …
    › 
    ›     return $this->createNamedBuilder($property, $type, $data, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:98 {
    Symfony\Component\Form\FormBuilder->create($name, string $type = null, array $options = []) …
    › 
    ›     return $this->getFormFactory()->createBuilderForProperty($this->getDataClass(), $name, null, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:247 {
    Symfony\Component\Form\FormBuilder->resolveChildren() …
    › foreach ($this->unresolvedChildren as $name => $info) {    $this->children[$name] = $this->create($name, $info[0], $info[1]);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormBuilder.php:197 {
    Symfony\Component\Form\FormBuilder->getForm() …
    › 
    › $this->resolveChildren();}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/form/FormFactory.php:31 {
    Symfony\Component\Form\FormFactory->create(string $type = '…51', $data = null, array $options = []) …
    › {    return $this->createBuilder($type, $data, $options)->getForm();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/framework-bundle/Controller/AbstractController.php:359 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, $data = null, array $options = []): FormInterface …
    › {    return $this->container->get('form.factory')->create($type, $data, $options);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/src/Controller/publico/Orden/OrdenController.php:55 {
    App\Controller\publico\Orden\OrdenController->new(Request $request): Response …
    › $orden = new Orden();$form = $this->createForm(OrdenIniciarType::class, $orden);$form->handleRequest($request);
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:156 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1916
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Guard_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Guard_MainService.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:25 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));    yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
        › foreach ($listeners as $listener) {    $listener($event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
        ›     $this->initializer = null;    $initializer();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
        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);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Guard_MainService.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:25 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));    yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
    › foreach ($listeners as $listener) {    $listener($event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
    ›     $this->initializer = null;    $initializer();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
    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);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1917
    #message: "User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php"
    #line: 32
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:32 {
        ContainerAXsAlht\getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationProvider::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:25 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));    yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
        › foreach ($listeners as $listener) {    $listener($event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
        ›     $this->initializer = null;    $initializer();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
        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);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:32 {
    ContainerAXsAlht\getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-guard', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', GuardAuthenticationProvider::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:25 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));    yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
    › foreach ($listeners as $listener) {    $listener($event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
    ›     $this->initializer = null;    $initializer();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
    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);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1918
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php"
    #line: 17
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 {
        ContainerAXsAlht\getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:25 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
        › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));    yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
        › foreach ($listeners as $listener) {    $listener($event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
        ›     $this->initializer = null;    $initializer();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
        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);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17 {
    ContainerAXsAlht\getSecurity_Authentication_Provider_Guard_MainService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" interface is deprecated, use the new authenticator system instead.', AuthenticationProviderInterface::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:25 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
    › $container->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));    yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
    › foreach ($listeners as $listener) {    $listener($event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
    ›     $this->initializer = null;    $initializer();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
    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);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1912
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Rememberme_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Rememberme_MainService.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_Provider_Rememberme_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:26 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
        › yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));yield 2 => ($container->privates['security.authentication.provider.anonymous.main'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
        › foreach ($listeners as $listener) {    $listener($event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
        ›     $this->initializer = null;    $initializer();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
        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);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Rememberme_MainService.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_Provider_Rememberme_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:26 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
    › yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));yield 2 => ($container->privates['security.authentication.provider.anonymous.main'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
    › foreach ($listeners as $listener) {    $listener($event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
    ›     $this->initializer = null;    $initializer();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
    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);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1911
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_Provider_Rememberme_MainService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeAuthenticationProvider::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:26 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
        › yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));yield 2 => ($container->privates['security.authentication.provider.anonymous.main'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_MainService'));
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
        › foreach ($listeners as $listener) {    $listener($event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
        ›     $this->initializer = null;    $initializer();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
        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);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_Provider_Rememberme_MainService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', RememberMeAuthenticationProvider::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:26 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
    › yield 0 => ($container->privates['security.authentication.provider.guard.main'] ?? $container->load('getSecurity_Authentication_Provider_Guard_MainService'));yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));yield 2 => ($container->privates['security.authentication.provider.anonymous.main'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_MainService'));
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
    › foreach ($listeners as $listener) {    $listener($event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
    ›     $this->initializer = null;    $initializer();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
    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);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1907
    #message: "User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Anonymous_MainService.php"
    #line: 22
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Anonymous_MainService.php:22 {
        ContainerAXsAlht\getSecurity_Authentication_Provider_Anonymous_MainService::do($container, $lazyLoad = true) …
        › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:27 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
        ›     yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));    yield 2 => ($container->privates['security.authentication.provider.anonymous.main'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_MainService'));}, 3), true);
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
        › foreach ($listeners as $listener) {    $listener($event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
        ›     $this->initializer = null;    $initializer();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
        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);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_Provider_Anonymous_MainService.php:22 {
    ContainerAXsAlht\getSecurity_Authentication_Provider_Anonymous_MainService::do($container, $lazyLoad = true) …
    › {    trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:27 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
    ›     yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));    yield 2 => ($container->privates['security.authentication.provider.anonymous.main'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_MainService'));}, 3), true);
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
    › foreach ($listeners as $listener) {    $listener($event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
    ›     $this->initializer = null;    $initializer();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
    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);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
[
  "exception" => ErrorException {#1908
    #message: "User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead."
    #code: 0
    #file: "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php"
    #line: 19
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
        ContainerAXsAlht\getSecurity_Authentication_Provider_Anonymous_MainService::do($container, $lazyLoad = true) …
        › 
        › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
        ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:27 {
        ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
        ›     yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));    yield 2 => ($container->privates['security.authentication.provider.anonymous.main'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_MainService'));}, 3), true);
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
        Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
        › 
        › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
        Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
        › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
        › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
        Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
        › foreach ($listeners as $listener) {    $listener($event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
        Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
        ›     $this->initializer = null;    $initializer();}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
        Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
        ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
        Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
        › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
        Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
        › 
        › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
        Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
        › 
        › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › 
        ›     return $this->filterResponse($response, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
        Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
        › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
        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);}
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19 {
    ContainerAXsAlht\getSecurity_Authentication_Provider_Anonymous_MainService::do($container, $lazyLoad = true) …
    › 
    › trigger_deprecation('symfony/security-core', '5.3', 'The "%s" class is deprecated, use the new authenticator system instead.', AnonymousAuthenticationProvider::class);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/App_KernelDevDebugContainer.php:593 {
    ContainerAXsAlht\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/var/cache/dev/ContainerAXsAlht/getSecurity_Authentication_ManagerService.php:27 {
    ContainerAXsAlht\getSecurity_Authentication_ManagerService::ContainerAXsAlht\{closure} …
    ›     yield 1 => ($container->privates['security.authentication.provider.rememberme.main'] ?? $container->load('getSecurity_Authentication_Provider_Rememberme_MainService'));    yield 2 => ($container->privates['security.authentication.provider.anonymous.main'] ?? $container->load('getSecurity_Authentication_Provider_Anonymous_MainService'));}, 3), true);
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:78 {
    Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager->authenticate(TokenInterface $token) …
    › 
    › foreach ($this->providers as $provider) {    if (!$provider instanceof AuthenticationProviderInterface) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:70 {
    Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener->authenticate(RequestEvent $event) …
    › if (null !== $this->authenticationManager) {    $token = $this->authenticationManager->authenticate($token);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
    › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
    Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
    › foreach ($listeners as $listener) {    $listener($event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
    Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken() …
    ›     $this->initializer = null;    $initializer();}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:81 {
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
    ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Profiler/Profiler.php:161 {
    Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
    › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:89 {
    Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
    › 
    › if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {    return;
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:189 {
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
    › 
    › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:177 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › 
    ›     return $this->filterResponse($response, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/EventListener/ErrorListener.php:60 {
    Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event) …
    › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:151 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:217 {
    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);}
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/HttpKernel.php:89 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/var/www/vhosts/apunts.es/moldes.apunts.es/vendor/autoload_runtime.php"
    }
  }
}
n/a (74 times) Required parameter $sort follows optional parameter $currentPage
n/a (65 times) Required parameter $order follows optional parameter $currentPage
n/a Required parameter $compra_id follows optional parameter $currentPage
n/a Required parameter $proveedor_id follows optional parameter $currentPage
n/a (6 times) Required parameter $idProceso follows optional parameter $currentPage
n/a (2 times) Required parameter $idCliente follows optional parameter $currentPage
n/a Required parameter $idProveedor follows optional parameter $currentPage
n/a Required parameter $usuario_id follows optional parameter $currentPage
n/a Required parameter $proceso follows optional parameter $currentPage
n/a (2 times) Required parameter $clienteId follows optional parameter $currentPage
n/a Required parameter $aceptada follows optional parameter $currentPage
n/a Required parameter $presupuestoId follows optional parameter $currentPage
n/a Required parameter $moldeId follows optional parameter $currentPage
n/a Required parameter $idCentro follows optional parameter $currentPage
n/a Required parameter $cliente_id follows optional parameter $currentPage
n/a Required parameter $molde_id follows optional parameter $currentPage
n/a Required parameter $procesoId follows optional parameter $currentPage
n/a Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
n/a The "App\Security\LoginFormAuthenticator" class implements "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
n/a The "App\Security\LoginFormAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
n/a (2 times) Since symfony/security-bundle 5.3: The child node "encoders" at path "security" is deprecated, use "password_hashers" instead.
n/a Since symfony/security-bundle 5.3: Not setting the "security.enable_authenticator_manager" config option to true is deprecated.
n/a Class "App\Entity\Usuario" should implement method "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()": returns the identifier for this user (e.g. its username or e-mailaddress)
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#5606
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        class_exists(string $class, bool $autoload = true): bool …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php:688 {foreach ($encoders as $class => $encoder) {    if (class_exists($class) && !is_a($class, PasswordAuthenticatedUserInterface::class, true)) {        trigger_deprecation('symfony/security-bundle', '5.3', 'Configuring an encoder for a user class that does not implement "%s" is deprecated, class "%s" should implement it.', PasswordAuthenticatedUserInterface::class, $class);
      }
    }
  }
]
{
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    class_exists(string $class, bool $autoload = true): bool …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  /var/www/vhosts/apunts.es/moldes.apunts.es/vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php:688 {foreach ($encoders as $class => $encoder) {    if (class_exists($class) && !is_a($class, PasswordAuthenticatedUserInterface::class, true)) {        trigger_deprecation('symfony/security-bundle', '5.3', 'Configuring an encoder for a user class that does not implement "%s" is deprecated, class "%s" should implement it.', PasswordAuthenticatedUserInterface::class, $class);
  }
}
n/a Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Usuario" should implement it.
n/a Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Usuario" should implement it.
n/a The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\DataFixtures\AppFirtUser" service.
n/a Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\LoginFormAuthenticator" service.
n/a Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.

Debug 85

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT c0_.id AS id_0, c0_.centro_nombre AS centro_nombre_1, c0_.centro_created AS centro_created_2, c0_.centro_updated AS centro_updated_3, c0_.estado AS estado_4 FROM centro_trabajo c0_
event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
doctrine SELECT DATABASE()
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 1923

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Agenda\AjaxAgendaController" (parent: .abstract.instanceof.App\Controller\ajax\Agenda\AjaxAgendaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Agenda\AjaxAgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Agenda\AjaxAgendaController).
  • Resolving inheritance for "App\Controller\ajax\Agenda\AjaxAgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Agenda\AjaxAgendaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\AlbCompra\AjaxAlbCompraController" (parent: .abstract.instanceof.App\Controller\ajax\AlbCompra\AjaxAlbCompraController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\AlbCompra\AjaxAlbCompraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\AlbCompra\AjaxAlbCompraController).
  • Resolving inheritance for "App\Controller\ajax\AlbCompra\AjaxAlbCompraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\AlbCompra\AjaxAlbCompraController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController" (parent: .abstract.instanceof.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController).
  • Resolving inheritance for "App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Albaran\AjaxAlbaranController" (parent: .abstract.instanceof.App\Controller\ajax\Albaran\AjaxAlbaranController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Albaran\AjaxAlbaranController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Albaran\AjaxAlbaranController).
  • Resolving inheritance for "App\Controller\ajax\Albaran\AjaxAlbaranController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Albaran\AjaxAlbaranController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Articulos\AjaxArticulosController" (parent: .abstract.instanceof.App\Controller\ajax\Articulos\AjaxArticulosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Articulos\AjaxArticulosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Articulos\AjaxArticulosController).
  • Resolving inheritance for "App\Controller\ajax\Articulos\AjaxArticulosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Articulos\AjaxArticulosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Beneficio\AjaxBeneficioController" (parent: .abstract.instanceof.App\Controller\ajax\Beneficio\AjaxBeneficioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Beneficio\AjaxBeneficioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Beneficio\AjaxBeneficioController).
  • Resolving inheritance for "App\Controller\ajax\Beneficio\AjaxBeneficioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Beneficio\AjaxBeneficioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\CentroTrabajo\AjaxCentroController" (parent: .abstract.instanceof.App\Controller\ajax\CentroTrabajo\AjaxCentroController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\CentroTrabajo\AjaxCentroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\CentroTrabajo\AjaxCentroController).
  • Resolving inheritance for "App\Controller\ajax\CentroTrabajo\AjaxCentroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\CentroTrabajo\AjaxCentroController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Cliente\AjaxClienteController" (parent: .abstract.instanceof.App\Controller\ajax\Cliente\AjaxClienteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Cliente\AjaxClienteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Cliente\AjaxClienteController).
  • Resolving inheritance for "App\Controller\ajax\Cliente\AjaxClienteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Cliente\AjaxClienteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController" (parent: .abstract.instanceof.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController).
  • Resolving inheritance for "App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Fase\AjaxFaseController" (parent: .abstract.instanceof.App\Controller\ajax\Configuracion\Fase\AjaxFaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Fase\AjaxFaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Fase\AjaxFaseController).
  • Resolving inheritance for "App\Controller\ajax\Configuracion\Fase\AjaxFaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Fase\AjaxFaseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController" (parent: .abstract.instanceof.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController).
  • Resolving inheritance for "App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController" (parent: .abstract.instanceof.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController).
  • Resolving inheritance for "App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\ListadosValoresAjaxController" (parent: .abstract.instanceof.App\Controller\ajax\Configuracion\ListadosValoresAjaxController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\ListadosValoresAjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\ListadosValoresAjaxController).
  • Resolving inheritance for "App\Controller\ajax\Configuracion\ListadosValoresAjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\ListadosValoresAjaxController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Coste\AjaxCosteController" (parent: .abstract.instanceof.App\Controller\ajax\Coste\AjaxCosteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Coste\AjaxCosteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Coste\AjaxCosteController).
  • Resolving inheritance for "App\Controller\ajax\Coste\AjaxCosteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Coste\AjaxCosteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Factura\AjaxFacturaController" (parent: .abstract.instanceof.App\Controller\ajax\Factura\AjaxFacturaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Factura\AjaxFacturaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Factura\AjaxFacturaController).
  • Resolving inheritance for "App\Controller\ajax\Factura\AjaxFacturaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Factura\AjaxFacturaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Incidencia\AjaxIncidenciaController" (parent: .abstract.instanceof.App\Controller\ajax\Incidencia\AjaxIncidenciaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Incidencia\AjaxIncidenciaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Incidencia\AjaxIncidenciaController).
  • Resolving inheritance for "App\Controller\ajax\Incidencia\AjaxIncidenciaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Incidencia\AjaxIncidenciaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController" (parent: .abstract.instanceof.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController).
  • Resolving inheritance for "App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Informe\AjaxInformeController" (parent: .abstract.instanceof.App\Controller\ajax\Informe\AjaxInformeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Informe\AjaxInformeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Informe\AjaxInformeController).
  • Resolving inheritance for "App\Controller\ajax\Informe\AjaxInformeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Informe\AjaxInformeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Molde\AjaxMoldeController" (parent: .abstract.instanceof.App\Controller\ajax\Molde\AjaxMoldeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Molde\AjaxMoldeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Molde\AjaxMoldeController).
  • Resolving inheritance for "App\Controller\ajax\Molde\AjaxMoldeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Molde\AjaxMoldeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Movimiento\AjaxMovimientoController" (parent: .abstract.instanceof.App\Controller\ajax\Movimiento\AjaxMovimientoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Movimiento\AjaxMovimientoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Movimiento\AjaxMovimientoController).
  • Resolving inheritance for "App\Controller\ajax\Movimiento\AjaxMovimientoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Movimiento\AjaxMovimientoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Ofertas\AjaxOfertasController" (parent: .abstract.instanceof.App\Controller\ajax\Ofertas\AjaxOfertasController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Ofertas\AjaxOfertasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Ofertas\AjaxOfertasController).
  • Resolving inheritance for "App\Controller\ajax\Ofertas\AjaxOfertasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Ofertas\AjaxOfertasController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Orden\AjaxOrdenController" (parent: .abstract.instanceof.App\Controller\ajax\Orden\AjaxOrdenController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Orden\AjaxOrdenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Orden\AjaxOrdenController).
  • Resolving inheritance for "App\Controller\ajax\Orden\AjaxOrdenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Orden\AjaxOrdenController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Presupuesto\AjaxPresupuestoController" (parent: .abstract.instanceof.App\Controller\ajax\Presupuesto\AjaxPresupuestoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Presupuesto\AjaxPresupuestoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Presupuesto\AjaxPresupuestoController).
  • Resolving inheritance for "App\Controller\ajax\Presupuesto\AjaxPresupuestoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Presupuesto\AjaxPresupuestoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\AjaxProcesoController" (parent: .abstract.instanceof.App\Controller\ajax\Proceso\AjaxProcesoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\AjaxProcesoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\AjaxProcesoController).
  • Resolving inheritance for "App\Controller\ajax\Proceso\AjaxProcesoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\AjaxProcesoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController" (parent: .abstract.instanceof.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController).
  • Resolving inheritance for "App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\Fases\AjaxFasesController" (parent: .abstract.instanceof.App\Controller\ajax\Proceso\Fases\AjaxFasesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\Fases\AjaxFasesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\Fases\AjaxFasesController).
  • Resolving inheritance for "App\Controller\ajax\Proceso\Fases\AjaxFasesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\Fases\AjaxFasesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proveedor\AjaxProveedorController" (parent: .abstract.instanceof.App\Controller\ajax\Proveedor\AjaxProveedorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proveedor\AjaxProveedorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proveedor\AjaxProveedorController).
  • Resolving inheritance for "App\Controller\ajax\Proveedor\AjaxProveedorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proveedor\AjaxProveedorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Cliente\AjaxClienteController" (parent: .abstract.instanceof.App\Controller\ajax\publico\Cliente\AjaxClienteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Cliente\AjaxClienteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Cliente\AjaxClienteController).
  • Resolving inheritance for "App\Controller\ajax\publico\Cliente\AjaxClienteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Cliente\AjaxClienteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController" (parent: .abstract.instanceof.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController).
  • Resolving inheritance for "App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Orden\AjaxOrdenController" (parent: .abstract.instanceof.App\Controller\ajax\publico\Orden\AjaxOrdenController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Orden\AjaxOrdenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Orden\AjaxOrdenController).
  • Resolving inheritance for "App\Controller\ajax\publico\Orden\AjaxOrdenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Orden\AjaxOrdenController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Proceso\AjaxProcesoController" (parent: .abstract.instanceof.App\Controller\ajax\publico\Proceso\AjaxProcesoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Proceso\AjaxProcesoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Proceso\AjaxProcesoController).
  • Resolving inheritance for "App\Controller\ajax\publico\Proceso\AjaxProcesoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Proceso\AjaxProcesoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController" (parent: .abstract.instanceof.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController).
  • Resolving inheritance for "App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\usuario\AjaxUsuarioController" (parent: .abstract.instanceof.App\Controller\ajax\publico\usuario\AjaxUsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\usuario\AjaxUsuarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\usuario\AjaxUsuarioController).
  • Resolving inheritance for "App\Controller\ajax\publico\usuario\AjaxUsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\usuario\AjaxUsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\usuario\AjaxUsuarioController" (parent: .abstract.instanceof.App\Controller\ajax\usuario\AjaxUsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\usuario\AjaxUsuarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\usuario\AjaxUsuarioController).
  • Resolving inheritance for "App\Controller\ajax\usuario\AjaxUsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\usuario\AjaxUsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Albaran\AlbaranController" (parent: .abstract.instanceof.App\Controller\privado\Administracion\Albaran\AlbaranController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Albaran\AlbaranController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Albaran\AlbaranController).
  • Resolving inheritance for "App\Controller\privado\Administracion\Albaran\AlbaranController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Albaran\AlbaranController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Beneficio\BeneficioController" (parent: .abstract.instanceof.App\Controller\privado\Administracion\Beneficio\BeneficioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Beneficio\BeneficioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Beneficio\BeneficioController).
  • Resolving inheritance for "App\Controller\privado\Administracion\Beneficio\BeneficioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Beneficio\BeneficioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Cliente\ClienteController" (parent: .abstract.instanceof.App\Controller\privado\Administracion\Cliente\ClienteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Cliente\ClienteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Cliente\ClienteController).
  • Resolving inheritance for "App\Controller\privado\Administracion\Cliente\ClienteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Cliente\ClienteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Coste\CosteController" (parent: .abstract.instanceof.App\Controller\privado\Administracion\Coste\CosteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Coste\CosteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Coste\CosteController).
  • Resolving inheritance for "App\Controller\privado\Administracion\Coste\CosteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Coste\CosteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Factura\FacturaController" (parent: .abstract.instanceof.App\Controller\privado\Administracion\Factura\FacturaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Factura\FacturaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Factura\FacturaController).
  • Resolving inheritance for "App\Controller\privado\Administracion\Factura\FacturaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Factura\FacturaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Molde\MoldeController" (parent: .abstract.instanceof.App\Controller\privado\Administracion\Molde\MoldeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Molde\MoldeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Molde\MoldeController).
  • Resolving inheritance for "App\Controller\privado\Administracion\Molde\MoldeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Molde\MoldeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Proveedor\ProveedorController" (parent: .abstract.instanceof.App\Controller\privado\Administracion\Proveedor\ProveedorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Proveedor\ProveedorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Proveedor\ProveedorController).
  • Resolving inheritance for "App\Controller\privado\Administracion\Proveedor\ProveedorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Proveedor\ProveedorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Traspaso\TraspasoController" (parent: .abstract.instanceof.App\Controller\privado\Administracion\Traspaso\TraspasoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Traspaso\TraspasoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Traspaso\TraspasoController).
  • Resolving inheritance for "App\Controller\privado\Administracion\Traspaso\TraspasoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Traspaso\TraspasoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Agenda\AgendaController" (parent: .abstract.instanceof.App\Controller\privado\Calidad\Agenda\AgendaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Agenda\AgendaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Agenda\AgendaController).
  • Resolving inheritance for "App\Controller\privado\Calidad\Agenda\AgendaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Agenda\AgendaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Incidencia\IncidenciaController" (parent: .abstract.instanceof.App\Controller\privado\Calidad\Incidencia\IncidenciaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Incidencia\IncidenciaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Incidencia\IncidenciaController).
  • Resolving inheritance for "App\Controller\privado\Calidad\Incidencia\IncidenciaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Incidencia\IncidenciaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Movimiento\MovimientoController" (parent: .abstract.instanceof.App\Controller\privado\Calidad\Movimiento\MovimientoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Movimiento\MovimientoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Movimiento\MovimientoController).
  • Resolving inheritance for "App\Controller\privado\Calidad\Movimiento\MovimientoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Movimiento\MovimientoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Orden\OrdenController" (parent: .abstract.instanceof.App\Controller\privado\Calidad\Orden\OrdenController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Orden\OrdenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Orden\OrdenController).
  • Resolving inheritance for "App\Controller\privado\Calidad\Orden\OrdenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Orden\OrdenController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Compras\Articulos\ArticulosController" (parent: .abstract.instanceof.App\Controller\privado\Compras\Articulos\ArticulosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Compras\Articulos\ArticulosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Compras\Articulos\ArticulosController).
  • Resolving inheritance for "App\Controller\privado\Compras\Articulos\ArticulosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Compras\Articulos\ArticulosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Compras\ComprasController" (parent: .abstract.instanceof.App\Controller\privado\Compras\ComprasController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Compras\ComprasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Compras\ComprasController).
  • Resolving inheritance for "App\Controller\privado\Compras\ComprasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Compras\ComprasController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\ConfigController" (parent: .abstract.instanceof.App\Controller\privado\Configuracion\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\ConfigController).
  • Resolving inheritance for "App\Controller\privado\Configuracion\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\FaseController" (parent: .abstract.instanceof.App\Controller\privado\Configuracion\FaseController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\FaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\FaseController).
  • Resolving inheritance for "App\Controller\privado\Configuracion\FaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\FaseController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\FestivoController" (parent: .abstract.instanceof.App\Controller\privado\Configuracion\FestivoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\FestivoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\FestivoController).
  • Resolving inheritance for "App\Controller\privado\Configuracion\FestivoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\FestivoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\ListadosValoresController" (parent: .abstract.instanceof.App\Controller\privado\Configuracion\ListadosValoresController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\ListadosValoresController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\ListadosValoresController).
  • Resolving inheritance for "App\Controller\privado\Configuracion\ListadosValoresController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\ListadosValoresController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\DefaultController" (parent: .abstract.instanceof.App\Controller\privado\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\DefaultController).
  • Resolving inheritance for "App\Controller\privado\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController" (parent: .abstract.instanceof.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController).
  • Resolving inheritance for "App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Informe\InformeController" (parent: .abstract.instanceof.App\Controller\privado\Informe\InformeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Informe\InformeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Informe\InformeController).
  • Resolving inheritance for "App\Controller\privado\Informe\InformeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Informe\InformeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Ofertas\OfertasController" (parent: .abstract.instanceof.App\Controller\privado\Ofertas\OfertasController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Ofertas\OfertasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Ofertas\OfertasController).
  • Resolving inheritance for "App\Controller\privado\Ofertas\OfertasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Ofertas\OfertasController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\Centro\CentroController" (parent: .abstract.instanceof.App\Controller\privado\Operativa\Centro\CentroController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\Centro\CentroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\Centro\CentroController).
  • Resolving inheritance for "App\Controller\privado\Operativa\Centro\CentroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\Centro\CentroController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\Planificacion\PlanificacionController" (parent: .abstract.instanceof.App\Controller\privado\Operativa\Planificacion\PlanificacionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\Planificacion\PlanificacionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\Planificacion\PlanificacionController).
  • Resolving inheritance for "App\Controller\privado\Operativa\Planificacion\PlanificacionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\Planificacion\PlanificacionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController" (parent: .abstract.instanceof.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController).
  • Resolving inheritance for "App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Presupuesto\PresupuestoController" (parent: .abstract.instanceof.App\Controller\privado\Presupuesto\PresupuestoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Presupuesto\PresupuestoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Presupuesto\PresupuestoController).
  • Resolving inheritance for "App\Controller\privado\Presupuesto\PresupuestoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Presupuesto\PresupuestoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Proceso\ProcesoController" (parent: .abstract.instanceof.App\Controller\privado\Proceso\ProcesoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Proceso\ProcesoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Proceso\ProcesoController).
  • Resolving inheritance for "App\Controller\privado\Proceso\ProcesoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Proceso\ProcesoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\SecurityController" (parent: .abstract.instanceof.App\Controller\privado\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\SecurityController).
  • Resolving inheritance for "App\Controller\privado\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\usuario\UsuarioController" (parent: .abstract.instanceof.App\Controller\privado\usuario\UsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\usuario\UsuarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\usuario\UsuarioController).
  • Resolving inheritance for "App\Controller\privado\usuario\UsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\usuario\UsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Incidencia\IncidenciaTallerController" (parent: .abstract.instanceof.App\Controller\publico\Incidencia\IncidenciaTallerController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Incidencia\IncidenciaTallerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Incidencia\IncidenciaTallerController).
  • Resolving inheritance for "App\Controller\publico\Incidencia\IncidenciaTallerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Incidencia\IncidenciaTallerController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Molde\AjaxMoldeController" (parent: .abstract.instanceof.App\Controller\publico\Molde\AjaxMoldeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Molde\AjaxMoldeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Molde\AjaxMoldeController).
  • Resolving inheritance for "App\Controller\publico\Molde\AjaxMoldeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Molde\AjaxMoldeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Movimiento\MovimientoController" (parent: .abstract.instanceof.App\Controller\publico\Movimiento\MovimientoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Movimiento\MovimientoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Movimiento\MovimientoController).
  • Resolving inheritance for "App\Controller\publico\Movimiento\MovimientoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Movimiento\MovimientoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Orden\OrdenController" (parent: .abstract.instanceof.App\Controller\publico\Orden\OrdenController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Orden\OrdenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Orden\OrdenController).
  • Resolving inheritance for "App\Controller\publico\Orden\OrdenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Orden\OrdenController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFirtUser" (parent: .abstract.instanceof.App\DataFixtures\AppFirtUser).
  • Resolving inheritance for "App\DataFixtures\AppFirtUser" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFirtUser).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CalendarSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CalendarSubscriber).
  • Resolving inheritance for "App\EventSubscriber\CalendarSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CalendarSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ListadosFamiliasAjaxType" (parent: .abstract.instanceof.App\Form\Ajax\ListadosFamiliasAjaxType).
  • Resolving inheritance for "App\Form\Ajax\ListadosFamiliasAjaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ListadosFamiliasAjaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ListadosValoresAjaxType" (parent: .abstract.instanceof.App\Form\Ajax\ListadosValoresAjaxType).
  • Resolving inheritance for "App\Form\Ajax\ListadosValoresAjaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ListadosValoresAjaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\MoldeAjaxType" (parent: .abstract.instanceof.App\Form\Ajax\MoldeAjaxType).
  • Resolving inheritance for "App\Form\Ajax\MoldeAjaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\MoldeAjaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ProveedorAjaxType" (parent: .abstract.instanceof.App\Form\Ajax\ProveedorAjaxType).
  • Resolving inheritance for "App\Form\Ajax\ProveedorAjaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ProveedorAjaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\UsuarioAjaxType" (parent: .abstract.instanceof.App\Form\Ajax\UsuarioAjaxType).
  • Resolving inheritance for "App\Form\Ajax\UsuarioAjaxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\UsuarioAjaxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbCompraLineasType" (parent: .abstract.instanceof.App\Form\AlbCompraLineasType).
  • Resolving inheritance for "App\Form\AlbCompraLineasType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbCompraLineasType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbCompraType" (parent: .abstract.instanceof.App\Form\AlbCompraType).
  • Resolving inheritance for "App\Form\AlbCompraType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbCompraType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranArticuloType" (parent: .abstract.instanceof.App\Form\AlbaranArticuloType).
  • Resolving inheritance for "App\Form\AlbaranArticuloType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranArticuloType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranFasesType" (parent: .abstract.instanceof.App\Form\AlbaranFasesType).
  • Resolving inheritance for "App\Form\AlbaranFasesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranFasesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranType" (parent: .abstract.instanceof.App\Form\AlbaranType).
  • Resolving inheritance for "App\Form\AlbaranType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticulosType" (parent: .abstract.instanceof.App\Form\ArticulosType).
  • Resolving inheritance for "App\Form\ArticulosType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticulosType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BeneficioType" (parent: .abstract.instanceof.App\Form\BeneficioType).
  • Resolving inheritance for "App\Form\BeneficioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BeneficioType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalidadType" (parent: .abstract.instanceof.App\Form\CalidadType).
  • Resolving inheritance for "App\Form\CalidadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalidadType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentroTrabajoType" (parent: .abstract.instanceof.App\Form\CentroTrabajoType).
  • Resolving inheritance for "App\Form\CentroTrabajoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentroTrabajoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClienteType" (parent: .abstract.instanceof.App\Form\ClienteType).
  • Resolving inheritance for "App\Form\ClienteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClienteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigType" (parent: .abstract.instanceof.App\Form\ConfigType).
  • Resolving inheritance for "App\Form\ConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CosteType" (parent: .abstract.instanceof.App\Form\CosteType).
  • Resolving inheritance for "App\Form\CosteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CosteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\FormTypeExtension" (parent: .abstract.instanceof.App\Form\Extension\FormTypeExtension).
  • Resolving inheritance for "App\Form\Extension\FormTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\FormTypeExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaArticuloType" (parent: .abstract.instanceof.App\Form\FacturaArticuloType).
  • Resolving inheritance for "App\Form\FacturaArticuloType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaArticuloType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaFasesType" (parent: .abstract.instanceof.App\Form\FacturaFasesType).
  • Resolving inheritance for "App\Form\FacturaFasesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaFasesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaType" (parent: .abstract.instanceof.App\Form\FacturaType).
  • Resolving inheritance for "App\Form\FacturaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaseType" (parent: .abstract.instanceof.App\Form\FaseType).
  • Resolving inheritance for "App\Form\FaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FestivoDateType" (parent: .abstract.instanceof.App\Form\FestivoDateType).
  • Resolving inheritance for "App\Form\FestivoDateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FestivoDateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FestivoType" (parent: .abstract.instanceof.App\Form\FestivoType).
  • Resolving inheritance for "App\Form\FestivoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FestivoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\AlbCompraFiltroType" (parent: .abstract.instanceof.App\Form\Filter\AlbCompraFiltroType).
  • Resolving inheritance for "App\Form\Filter\AlbCompraFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\AlbCompraFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\AlbaranFiltroType" (parent: .abstract.instanceof.App\Form\Filter\AlbaranFiltroType).
  • Resolving inheritance for "App\Form\Filter\AlbaranFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\AlbaranFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ArticulosFiltroType" (parent: .abstract.instanceof.App\Form\Filter\ArticulosFiltroType).
  • Resolving inheritance for "App\Form\Filter\ArticulosFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ArticulosFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\BeneficioFiltroType" (parent: .abstract.instanceof.App\Form\Filter\BeneficioFiltroType).
  • Resolving inheritance for "App\Form\Filter\BeneficioFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\BeneficioFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CalidadFiltroType" (parent: .abstract.instanceof.App\Form\Filter\CalidadFiltroType).
  • Resolving inheritance for "App\Form\Filter\CalidadFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CalidadFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CentroTrabajoFiltroType" (parent: .abstract.instanceof.App\Form\Filter\CentroTrabajoFiltroType).
  • Resolving inheritance for "App\Form\Filter\CentroTrabajoFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CentroTrabajoFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ClienteFiltroType" (parent: .abstract.instanceof.App\Form\Filter\ClienteFiltroType).
  • Resolving inheritance for "App\Form\Filter\ClienteFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ClienteFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ConfigFiltroType" (parent: .abstract.instanceof.App\Form\Filter\ConfigFiltroType).
  • Resolving inheritance for "App\Form\Filter\ConfigFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ConfigFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CosteFiltroType" (parent: .abstract.instanceof.App\Form\Filter\CosteFiltroType).
  • Resolving inheritance for "App\Form\Filter\CosteFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CosteFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FacturaFiltroType" (parent: .abstract.instanceof.App\Form\Filter\FacturaFiltroType).
  • Resolving inheritance for "App\Form\Filter\FacturaFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FacturaFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FaseFiltroType" (parent: .abstract.instanceof.App\Form\Filter\FaseFiltroType).
  • Resolving inheritance for "App\Form\Filter\FaseFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FaseFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FestivoFiltroType" (parent: .abstract.instanceof.App\Form\Filter\FestivoFiltroType).
  • Resolving inheritance for "App\Form\Filter\FestivoFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FestivoFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\IncSchneiderFiltroType" (parent: .abstract.instanceof.App\Form\Filter\IncSchneiderFiltroType).
  • Resolving inheritance for "App\Form\Filter\IncSchneiderFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\IncSchneiderFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\IncidenciaFiltroType" (parent: .abstract.instanceof.App\Form\Filter\IncidenciaFiltroType).
  • Resolving inheritance for "App\Form\Filter\IncidenciaFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\IncidenciaFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\InformeFacturacionFiltroType" (parent: .abstract.instanceof.App\Form\Filter\InformeFacturacionFiltroType).
  • Resolving inheritance for "App\Form\Filter\InformeFacturacionFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\InformeFacturacionFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\InformeTurnosFiltroType" (parent: .abstract.instanceof.App\Form\Filter\InformeTurnosFiltroType).
  • Resolving inheritance for "App\Form\Filter\InformeTurnosFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\InformeTurnosFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ListadoValoresFiltroType" (parent: .abstract.instanceof.App\Form\Filter\ListadoValoresFiltroType).
  • Resolving inheritance for "App\Form\Filter\ListadoValoresFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ListadoValoresFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MoldeFiltroType" (parent: .abstract.instanceof.App\Form\Filter\MoldeFiltroType).
  • Resolving inheritance for "App\Form\Filter\MoldeFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MoldeFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MovimientoEntradaFiltroType" (parent: .abstract.instanceof.App\Form\Filter\MovimientoEntradaFiltroType).
  • Resolving inheritance for "App\Form\Filter\MovimientoEntradaFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MovimientoEntradaFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MovimientoSalidaFiltroType" (parent: .abstract.instanceof.App\Form\Filter\MovimientoSalidaFiltroType).
  • Resolving inheritance for "App\Form\Filter\MovimientoSalidaFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MovimientoSalidaFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\OfertasFiltroType" (parent: .abstract.instanceof.App\Form\Filter\OfertasFiltroType).
  • Resolving inheritance for "App\Form\Filter\OfertasFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\OfertasFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\OrdenFiltroType" (parent: .abstract.instanceof.App\Form\Filter\OrdenFiltroType).
  • Resolving inheritance for "App\Form\Filter\OrdenFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\OrdenFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\PresupuestoFiltroType" (parent: .abstract.instanceof.App\Form\Filter\PresupuestoFiltroType).
  • Resolving inheritance for "App\Form\Filter\PresupuestoFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\PresupuestoFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ProcesoFiltroType" (parent: .abstract.instanceof.App\Form\Filter\ProcesoFiltroType).
  • Resolving inheritance for "App\Form\Filter\ProcesoFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ProcesoFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ProveedorFiltroType" (parent: .abstract.instanceof.App\Form\Filter\ProveedorFiltroType).
  • Resolving inheritance for "App\Form\Filter\ProveedorFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ProveedorFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\UsuarioFiltroType" (parent: .abstract.instanceof.App\Form\Filter\UsuarioFiltroType).
  • Resolving inheritance for "App\Form\Filter\UsuarioFiltroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\UsuarioFiltroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaBuscarType" (parent: .abstract.instanceof.App\Form\Incidencia\IncidenciaBuscarType).
  • Resolving inheritance for "App\Form\Incidencia\IncidenciaBuscarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaBuscarType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaFinalizarType" (parent: .abstract.instanceof.App\Form\Incidencia\IncidenciaFinalizarType).
  • Resolving inheritance for "App\Form\Incidencia\IncidenciaFinalizarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaFinalizarType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaIniciarType" (parent: .abstract.instanceof.App\Form\Incidencia\IncidenciaIniciarType).
  • Resolving inheritance for "App\Form\Incidencia\IncidenciaIniciarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaIniciarType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaType" (parent: .abstract.instanceof.App\Form\Incidencia\IncidenciaType).
  • Resolving inheritance for "App\Form\Incidencia\IncidenciaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ListadosValoresType" (parent: .abstract.instanceof.App\Form\ListadosValoresType).
  • Resolving inheritance for "App\Form\ListadosValoresType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ListadosValoresType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MoldeType" (parent: .abstract.instanceof.App\Form\MoldeType).
  • Resolving inheritance for "App\Form\MoldeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MoldeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaMoldeType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoEntradaMoldeType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoEntradaMoldeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaMoldeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaOtroType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoEntradaOtroType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoEntradaOtroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaOtroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaPedidoType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoEntradaPedidoType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoEntradaPedidoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaPedidoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoEntradaType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoEntradaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoMoldeExternoType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoMoldeExternoType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoMoldeExternoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoMoldeExternoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoMoldeSchneiderType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoMoldeSchneiderType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoMoldeSchneiderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoMoldeSchneiderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaMoldeExternoType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoSalidaMoldeExternoType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoSalidaMoldeExternoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaMoldeExternoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaMoldeType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoSalidaMoldeType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoSalidaMoldeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaMoldeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaOtroType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoSalidaOtroType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoSalidaOtroType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaOtroType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoSalidaType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoSalidaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaVentaType" (parent: .abstract.instanceof.App\Form\Movimiento\MovimientoSalidaVentaType).
  • Resolving inheritance for "App\Form\Movimiento\MovimientoSalidaVentaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaVentaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotaType" (parent: .abstract.instanceof.App\Form\NotaType).
  • Resolving inheritance for "App\Form\NotaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertArticulosType" (parent: .abstract.instanceof.App\Form\OfertArticulosType).
  • Resolving inheritance for "App\Form\OfertArticulosType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertArticulosType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertBloqueType" (parent: .abstract.instanceof.App\Form\OfertBloqueType).
  • Resolving inheritance for "App\Form\OfertBloqueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertBloqueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertFasesClienteType" (parent: .abstract.instanceof.App\Form\OfertFasesClienteType).
  • Resolving inheritance for "App\Form\OfertFasesClienteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertFasesClienteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertFasesType" (parent: .abstract.instanceof.App\Form\OfertFasesType).
  • Resolving inheritance for "App\Form\OfertFasesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertFasesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertasType" (parent: .abstract.instanceof.App\Form\OfertasType).
  • Resolving inheritance for "App\Form\OfertasType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertasType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenFinalizarType" (parent: .abstract.instanceof.App\Form\Orden\OrdenFinalizarType).
  • Resolving inheritance for "App\Form\Orden\OrdenFinalizarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenFinalizarType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenIniciarType" (parent: .abstract.instanceof.App\Form\Orden\OrdenIniciarType).
  • Resolving inheritance for "App\Form\Orden\OrdenIniciarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenIniciarType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenType" (parent: .abstract.instanceof.App\Form\Orden\OrdenType).
  • Resolving inheritance for "App\Form\Orden\OrdenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresupuestoType" (parent: .abstract.instanceof.App\Form\PresupuestoType).
  • Resolving inheritance for "App\Form\PresupuestoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresupuestoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesClienteType" (parent: .abstract.instanceof.App\Form\ProcFasesClienteType).
  • Resolving inheritance for "App\Form\ProcFasesClienteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesClienteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesEditType" (parent: .abstract.instanceof.App\Form\ProcFasesEditType).
  • Resolving inheritance for "App\Form\ProcFasesEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesEditType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesType" (parent: .abstract.instanceof.App\Form\ProcFasesType).
  • Resolving inheritance for "App\Form\ProcFasesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoArticuloType" (parent: .abstract.instanceof.App\Form\ProcesoArticuloType).
  • Resolving inheritance for "App\Form\ProcesoArticuloType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoArticuloType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoFasesType" (parent: .abstract.instanceof.App\Form\ProcesoFasesType).
  • Resolving inheritance for "App\Form\ProcesoFasesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoFasesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoSchneiderType" (parent: .abstract.instanceof.App\Form\ProcesoSchneiderType).
  • Resolving inheritance for "App\Form\ProcesoSchneiderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoSchneiderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoType" (parent: .abstract.instanceof.App\Form\ProcesoType).
  • Resolving inheritance for "App\Form\ProcesoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoViewType" (parent: .abstract.instanceof.App\Form\ProcesoViewType).
  • Resolving inheritance for "App\Form\ProcesoViewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoViewType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProveedorType" (parent: .abstract.instanceof.App\Form\ProveedorType).
  • Resolving inheritance for "App\Form\ProveedorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProveedorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursosHumanosType" (parent: .abstract.instanceof.App\Form\RecursosHumanosType).
  • Resolving inheritance for "App\Form\RecursosHumanosType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursosHumanosType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioType" (parent: .abstract.instanceof.App\Form\UsuarioType).
  • Resolving inheritance for "App\Form\UsuarioType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbCompraLineasRepository" (parent: .abstract.instanceof.App\Repository\AlbCompraLineasRepository).
  • Resolving inheritance for "App\Repository\AlbCompraLineasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbCompraLineasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbComprasRepository" (parent: .abstract.instanceof.App\Repository\AlbComprasRepository).
  • Resolving inheritance for "App\Repository\AlbComprasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbComprasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranArticuloRepository" (parent: .abstract.instanceof.App\Repository\AlbaranArticuloRepository).
  • Resolving inheritance for "App\Repository\AlbaranArticuloRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranArticuloRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranBloqFasesRepository" (parent: .abstract.instanceof.App\Repository\AlbaranBloqFasesRepository).
  • Resolving inheritance for "App\Repository\AlbaranBloqFasesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranBloqFasesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranBloqueRepository" (parent: .abstract.instanceof.App\Repository\AlbaranBloqueRepository).
  • Resolving inheritance for "App\Repository\AlbaranBloqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranBloqueRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranRepository" (parent: .abstract.instanceof.App\Repository\AlbaranRepository).
  • Resolving inheritance for "App\Repository\AlbaranRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticulosRepository" (parent: .abstract.instanceof.App\Repository\ArticulosRepository).
  • Resolving inheritance for "App\Repository\ArticulosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticulosRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BeneficioRepository" (parent: .abstract.instanceof.App\Repository\BeneficioRepository).
  • Resolving inheritance for "App\Repository\BeneficioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BeneficioRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalidadRepository" (parent: .abstract.instanceof.App\Repository\CalidadRepository).
  • Resolving inheritance for "App\Repository\CalidadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalidadRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentroTrabajoRepository" (parent: .abstract.instanceof.App\Repository\CentroTrabajoRepository).
  • Resolving inheritance for "App\Repository\CentroTrabajoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentroTrabajoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteRepository" (parent: .abstract.instanceof.App\Repository\ClienteRepository).
  • Resolving inheritance for "App\Repository\ClienteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigRepository" (parent: .abstract.instanceof.App\Repository\ConfigRepository).
  • Resolving inheritance for "App\Repository\ConfigRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CosteRepository" (parent: .abstract.instanceof.App\Repository\CosteRepository).
  • Resolving inheritance for "App\Repository\CosteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CosteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaArticuloRepository" (parent: .abstract.instanceof.App\Repository\FacturaArticuloRepository).
  • Resolving inheritance for "App\Repository\FacturaArticuloRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaArticuloRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaBloqueFasesRepository" (parent: .abstract.instanceof.App\Repository\FacturaBloqueFasesRepository).
  • Resolving inheritance for "App\Repository\FacturaBloqueFasesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaBloqueFasesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaBloqueRepository" (parent: .abstract.instanceof.App\Repository\FacturaBloqueRepository).
  • Resolving inheritance for "App\Repository\FacturaBloqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaBloqueRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaRepository" (parent: .abstract.instanceof.App\Repository\FacturaRepository).
  • Resolving inheritance for "App\Repository\FacturaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FestivoDateRepository" (parent: .abstract.instanceof.App\Repository\FestivoDateRepository).
  • Resolving inheritance for "App\Repository\FestivoDateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FestivoDateRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FestivoRepository" (parent: .abstract.instanceof.App\Repository\FestivoRepository).
  • Resolving inheritance for "App\Repository\FestivoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FestivoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidenciaRepository" (parent: .abstract.instanceof.App\Repository\IncidenciaRepository).
  • Resolving inheritance for "App\Repository\IncidenciaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidenciaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidenciaSchneiderRepository" (parent: .abstract.instanceof.App\Repository\IncidenciaSchneiderRepository).
  • Resolving inheritance for "App\Repository\IncidenciaSchneiderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidenciaSchneiderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ListadosFamiliasRepository" (parent: .abstract.instanceof.App\Repository\ListadosFamiliasRepository).
  • Resolving inheritance for "App\Repository\ListadosFamiliasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ListadosFamiliasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ListadosValoresRepository" (parent: .abstract.instanceof.App\Repository\ListadosValoresRepository).
  • Resolving inheritance for "App\Repository\ListadosValoresRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ListadosValoresRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MoldeRepository" (parent: .abstract.instanceof.App\Repository\MoldeRepository).
  • Resolving inheritance for "App\Repository\MoldeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MoldeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MovimientoRepository" (parent: .abstract.instanceof.App\Repository\MovimientoRepository).
  • Resolving inheritance for "App\Repository\MovimientoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MovimientoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotaRepository" (parent: .abstract.instanceof.App\Repository\NotaRepository).
  • Resolving inheritance for "App\Repository\NotaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertBloqFasesRepository" (parent: .abstract.instanceof.App\Repository\OfertBloqFasesRepository).
  • Resolving inheritance for "App\Repository\OfertBloqFasesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertBloqFasesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertBloqueRepository" (parent: .abstract.instanceof.App\Repository\OfertBloqueRepository).
  • Resolving inheritance for "App\Repository\OfertBloqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertBloqueRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertTipoRepository" (parent: .abstract.instanceof.App\Repository\OfertTipoRepository).
  • Resolving inheritance for "App\Repository\OfertTipoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertTipoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertaArticuloRepository" (parent: .abstract.instanceof.App\Repository\OfertaArticuloRepository).
  • Resolving inheritance for "App\Repository\OfertaArticuloRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertaArticuloRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertasRepository" (parent: .abstract.instanceof.App\Repository\OfertasRepository).
  • Resolving inheritance for "App\Repository\OfertasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdenRepository" (parent: .abstract.instanceof.App\Repository\OrdenRepository).
  • Resolving inheritance for "App\Repository\OrdenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdenRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresupuestoRepository" (parent: .abstract.instanceof.App\Repository\PresupuestoRepository).
  • Resolving inheritance for "App\Repository\PresupuestoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresupuestoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoArticuloRepository" (parent: .abstract.instanceof.App\Repository\ProcesoArticuloRepository).
  • Resolving inheritance for "App\Repository\ProcesoArticuloRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoArticuloRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoBloqFasesRepository" (parent: .abstract.instanceof.App\Repository\ProcesoBloqFasesRepository).
  • Resolving inheritance for "App\Repository\ProcesoBloqFasesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoBloqFasesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoBloqueRepository" (parent: .abstract.instanceof.App\Repository\ProcesoBloqueRepository).
  • Resolving inheritance for "App\Repository\ProcesoBloqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoBloqueRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoRepository" (parent: .abstract.instanceof.App\Repository\ProcesoRepository).
  • Resolving inheritance for "App\Repository\ProcesoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProveedorRepository" (parent: .abstract.instanceof.App\Repository\ProveedorRepository).
  • Resolving inheritance for "App\Repository\ProveedorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProveedorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOfertBloqueRepository" (parent: .abstract.instanceof.App\Repository\TipoOfertBloqueRepository).
  • Resolving inheritance for "App\Repository\TipoOfertBloqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOfertBloqueRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOfertFasesRepository" (parent: .abstract.instanceof.App\Repository\TipoOfertFasesRepository).
  • Resolving inheritance for "App\Repository\TipoOfertFasesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOfertFasesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository" (parent: .abstract.instanceof.App\Repository\UsuarioRepository).
  • Resolving inheritance for "App\Repository\UsuarioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ConfigExtension" (parent: .abstract.instanceof.App\Twig\ConfigExtension).
  • Resolving inheritance for "App\Twig\ConfigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ConfigExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
  • Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.rememberme.main" (parent: security.authentication.provider.rememberme).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash.main" (parent: security.authentication.rememberme.services.simplehash).
  • Resolving inheritance for "security.authentication.listener.rememberme.main" (parent: security.authentication.listener.rememberme).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.Articulos_image" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.Articulos_image" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.Articulos_image" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.Ofertas_image" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.Ofertas_image" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.Ofertas_image" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.Cliente_image" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.Cliente_image" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.Cliente_image" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.Molde_image" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.Molde_image" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.Molde_image" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.Molde_image_secondary" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.Molde_image_secondary" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.Molde_image_secondary" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
576
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
  • Removed service "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.factory"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "security.firewall.context_locator"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "fos_js_routing.router"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "Symfony\UX\Chartjs\Builder\ChartBuilderInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service ".service_locator.XDGmiR3"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "http_client"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.sfb6W2U"; reason: private alias.
  • Removed service ".service_locator..5budHB"; reason: private alias.
  • Removed service ".service_locator.xgckgKU"; reason: private alias.
  • Removed service ".service_locator.f7HAbfg"; reason: private alias.
  • Removed service ".service_locator.udjjfdG"; reason: private alias.
  • Removed service ".service_locator.U6cXQKb"; reason: private alias.
  • Removed service ".service_locator.u5THLor"; reason: private alias.
  • Removed service ".service_locator.lx_NP9y"; reason: private alias.
  • Removed service ".service_locator.2Wndk2G"; reason: private alias.
  • Removed service ".service_locator.nakIKRO"; reason: private alias.
  • Removed service ".service_locator.jd3XItk"; reason: private alias.
  • Removed service ".service_locator.ns4uIef"; reason: private alias.
  • Removed service ".service_locator.5snFXsn"; reason: private alias.
  • Removed service ".service_locator.KZSa6Pv"; reason: private alias.
  • Removed service ".service_locator.3.89hQI"; reason: private alias.
  • Removed service ".service_locator.Qter17e"; reason: private alias.
  • Removed service ".service_locator.mIdqwSs"; reason: private alias.
  • Removed service ".service_locator.XYHpSOs"; reason: private alias.
  • Removed service ".service_locator.07bWtro"; reason: private alias.
  • Removed service ".service_locator.LmTk924"; reason: private alias.
  • Removed service ".service_locator._6esjJw"; reason: private alias.
  • Removed service ".service_locator.m3OcUwR"; reason: private alias.
  • Removed service ".service_locator.895S3fx"; reason: private alias.
  • Removed service ".service_locator.PH51b3A"; reason: private alias.
  • Removed service ".service_locator.lx5Ffkd"; reason: private alias.
  • Removed service ".service_locator.fNLJ19r"; reason: private alias.
  • Removed service ".service_locator._2E1Hfk"; reason: private alias.
  • Removed service ".service_locator.z91.xBg"; reason: private alias.
  • Removed service ".service_locator.Ug.X5kf"; reason: private alias.
  • Removed service ".service_locator.GjpY7JO"; reason: private alias.
  • Removed service ".service_locator.1vFbxX4"; reason: private alias.
  • Removed service ".service_locator.iO.ACbC"; reason: private alias.
  • Removed service ".service_locator.PJ8hWBr"; reason: private alias.
  • Removed service ".service_locator.nciRmax"; reason: private alias.
  • Removed service ".service_locator.ZS5WwvE"; reason: private alias.
  • Removed service ".service_locator.a7GIFpl"; reason: private alias.
  • Removed service ".service_locator.kXCVHeG"; reason: private alias.
  • Removed service ".service_locator.NK827YO"; reason: private alias.
225
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\privado\Administracion\Albaran\AlbaranController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Administracion\Beneficio\BeneficioController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Administracion\Cliente\ClienteController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Administracion\Coste\CosteController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Administracion\Factura\FacturaController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Administracion\Molde\MoldeController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Administracion\Proveedor\ProveedorController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Administracion\Traspaso\TraspasoController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Calidad\Agenda\AgendaController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Calidad\Incidencia\IncidenciaController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Calidad\Movimiento\MovimientoController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Calidad\Orden\OrdenController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Compras\Articulos\ArticulosController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Compras\ComprasController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Configuracion\ConfigController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Configuracion\FaseController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Configuracion\FestivoController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Configuracion\ListadosValoresController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Informe\InformeController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Ofertas\OfertasController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Operativa\Centro\CentroController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Operativa\Planificacion\PlanificacionController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Presupuesto\PresupuestoController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\Proceso\ProcesoController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\privado\usuario\UsuarioController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\publico\Incidencia\IncidenciaTallerController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\publico\Movimiento\MovimientoController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\Controller\publico\Orden\OrdenController" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "App\DataFixtures\AppFirtUser" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\EventSubscriber\CalendarSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Form\Ajax\ListadosValoresAjaxType" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "white_october_breadcrumbs.helper" previously pointing to "WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" to "white_october_breadcrumbs".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "CalendarBundle\Controller\CalendarController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.W9y3dzm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.jlyTfzM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.qStIMoR" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.qStIMoR" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "white_october_breadcrumbs" previously pointing to "router.default" to "router".
116
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "http_client.abstract_retry_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "notifier.transport_factory.abstract"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Agenda\AjaxAgendaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Agenda\AjaxAgendaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Agenda\AjaxAgendaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\AlbCompra\AjaxAlbCompraController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\AlbCompra\AjaxAlbCompraController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\AlbCompra\AjaxAlbCompraController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Albaran\AjaxAlbaranController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Albaran\AjaxAlbaranController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Albaran\AjaxAlbaranController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Articulos\AjaxArticulosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Articulos\AjaxArticulosController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Articulos\AjaxArticulosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Beneficio\AjaxBeneficioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Beneficio\AjaxBeneficioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Beneficio\AjaxBeneficioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\CentroTrabajo\AjaxCentroController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\CentroTrabajo\AjaxCentroController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\CentroTrabajo\AjaxCentroController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Cliente\AjaxClienteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Cliente\AjaxClienteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Cliente\AjaxClienteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Fase\AjaxFaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Fase\AjaxFaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Configuracion\Fase\AjaxFaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Configuracion\ListadosValoresAjaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Configuracion\ListadosValoresAjaxController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Configuracion\ListadosValoresAjaxController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Coste\AjaxCosteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Coste\AjaxCosteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Coste\AjaxCosteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Factura\AjaxFacturaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Factura\AjaxFacturaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Factura\AjaxFacturaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Incidencia\AjaxIncidenciaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Incidencia\AjaxIncidenciaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Incidencia\AjaxIncidenciaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Informe\AjaxInformeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Informe\AjaxInformeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Informe\AjaxInformeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Molde\AjaxMoldeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Molde\AjaxMoldeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Molde\AjaxMoldeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Movimiento\AjaxMovimientoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Movimiento\AjaxMovimientoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Movimiento\AjaxMovimientoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Ofertas\AjaxOfertasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Ofertas\AjaxOfertasController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Ofertas\AjaxOfertasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Orden\AjaxOrdenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Orden\AjaxOrdenController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Orden\AjaxOrdenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Presupuesto\AjaxPresupuestoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Presupuesto\AjaxPresupuestoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Presupuesto\AjaxPresupuestoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\AjaxProcesoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\AjaxProcesoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Proceso\AjaxProcesoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proceso\Fases\AjaxFasesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proceso\Fases\AjaxFasesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Proceso\Fases\AjaxFasesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\Proveedor\AjaxProveedorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\Proveedor\AjaxProveedorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\Proveedor\AjaxProveedorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Cliente\AjaxClienteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Cliente\AjaxClienteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\publico\Cliente\AjaxClienteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Orden\AjaxOrdenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Orden\AjaxOrdenController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\publico\Orden\AjaxOrdenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Proceso\AjaxProcesoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Proceso\AjaxProcesoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\publico\Proceso\AjaxProcesoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\publico\usuario\AjaxUsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\publico\usuario\AjaxUsuarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\publico\usuario\AjaxUsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ajax\usuario\AjaxUsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ajax\usuario\AjaxUsuarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ajax\usuario\AjaxUsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Albaran\AlbaranController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Albaran\AlbaranController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Administracion\Albaran\AlbaranController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Beneficio\BeneficioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Beneficio\BeneficioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Administracion\Beneficio\BeneficioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Cliente\ClienteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Cliente\ClienteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Administracion\Cliente\ClienteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Coste\CosteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Coste\CosteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Administracion\Coste\CosteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Factura\FacturaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Factura\FacturaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Administracion\Factura\FacturaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Molde\MoldeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Molde\MoldeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Administracion\Molde\MoldeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Proveedor\ProveedorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Proveedor\ProveedorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Administracion\Proveedor\ProveedorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Administracion\Traspaso\TraspasoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Administracion\Traspaso\TraspasoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Administracion\Traspaso\TraspasoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Agenda\AgendaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Agenda\AgendaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Calidad\Agenda\AgendaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Incidencia\IncidenciaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Incidencia\IncidenciaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Calidad\Incidencia\IncidenciaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Movimiento\MovimientoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Movimiento\MovimientoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Calidad\Movimiento\MovimientoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Calidad\Orden\OrdenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Calidad\Orden\OrdenController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Calidad\Orden\OrdenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Compras\Articulos\ArticulosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Compras\Articulos\ArticulosController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Compras\Articulos\ArticulosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Compras\ComprasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Compras\ComprasController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Compras\ComprasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\ConfigController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Configuracion\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\FaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\FaseController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Configuracion\FaseController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\FestivoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\FestivoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Configuracion\FestivoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Configuracion\ListadosValoresController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Configuracion\ListadosValoresController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Configuracion\ListadosValoresController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Informe\InformeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Informe\InformeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Informe\InformeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Ofertas\OfertasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Ofertas\OfertasController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Ofertas\OfertasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\Centro\CentroController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\Centro\CentroController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Operativa\Centro\CentroController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\Planificacion\PlanificacionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\Planificacion\PlanificacionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Operativa\Planificacion\PlanificacionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Presupuesto\PresupuestoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Presupuesto\PresupuestoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Presupuesto\PresupuestoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\Proceso\ProcesoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\Proceso\ProcesoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\Proceso\ProcesoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\privado\usuario\UsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\privado\usuario\UsuarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\privado\usuario\UsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Incidencia\IncidenciaTallerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Incidencia\IncidenciaTallerController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\publico\Incidencia\IncidenciaTallerController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Molde\AjaxMoldeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Molde\AjaxMoldeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\publico\Molde\AjaxMoldeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Movimiento\MovimientoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Movimiento\MovimientoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\publico\Movimiento\MovimientoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\publico\Orden\OrdenController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\publico\Orden\OrdenController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\publico\Orden\OrdenController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFirtUser"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFirtUser"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CalendarSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\CalendarSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ListadosFamiliasAjaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ajax\ListadosFamiliasAjaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ListadosValoresAjaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ajax\ListadosValoresAjaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\MoldeAjaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ajax\MoldeAjaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\ProveedorAjaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ajax\ProveedorAjaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ajax\UsuarioAjaxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Ajax\UsuarioAjaxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbCompraLineasType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AlbCompraLineasType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbCompraType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AlbCompraType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranArticuloType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AlbaranArticuloType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranFasesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AlbaranFasesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AlbaranType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AlbaranType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticulosType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ArticulosType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BeneficioType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BeneficioType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CalidadType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CalidadType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CentroTrabajoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CentroTrabajoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClienteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ClienteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfigType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ConfigType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CosteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CosteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\FormTypeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Extension\FormTypeExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaArticuloType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FacturaArticuloType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaFasesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FacturaFasesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FacturaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FacturaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaseType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FaseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FestivoDateType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FestivoDateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FestivoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FestivoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\AlbCompraFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\AlbCompraFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\AlbaranFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\AlbaranFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ArticulosFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\ArticulosFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\BeneficioFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\BeneficioFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CalidadFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\CalidadFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CentroTrabajoFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\CentroTrabajoFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ClienteFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\ClienteFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ConfigFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\ConfigFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\CosteFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\CosteFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FacturaFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\FacturaFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FaseFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\FaseFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\FestivoFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\FestivoFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\IncSchneiderFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\IncSchneiderFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\IncidenciaFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\IncidenciaFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\InformeFacturacionFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\InformeFacturacionFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\InformeTurnosFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\InformeTurnosFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ListadoValoresFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\ListadoValoresFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MoldeFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\MoldeFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MovimientoEntradaFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\MovimientoEntradaFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\MovimientoSalidaFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\MovimientoSalidaFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\OfertasFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\OfertasFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\OrdenFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\OrdenFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\PresupuestoFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\PresupuestoFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ProcesoFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\ProcesoFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\ProveedorFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\ProveedorFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Filter\UsuarioFiltroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Filter\UsuarioFiltroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaBuscarType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Incidencia\IncidenciaBuscarType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaFinalizarType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Incidencia\IncidenciaFinalizarType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaIniciarType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Incidencia\IncidenciaIniciarType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Incidencia\IncidenciaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Incidencia\IncidenciaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ListadosValoresType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ListadosValoresType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MoldeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MoldeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaMoldeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoEntradaMoldeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaOtroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoEntradaOtroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaPedidoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoEntradaPedidoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoEntradaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoEntradaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoMoldeExternoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoMoldeExternoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoMoldeSchneiderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoMoldeSchneiderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaMoldeExternoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoSalidaMoldeExternoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaMoldeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoSalidaMoldeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaOtroType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoSalidaOtroType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoSalidaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Movimiento\MovimientoSalidaVentaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Movimiento\MovimientoSalidaVentaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NotaType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\NotaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertArticulosType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OfertArticulosType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertBloqueType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OfertBloqueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertFasesClienteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OfertFasesClienteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertFasesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OfertFasesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OfertasType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OfertasType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenFinalizarType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Orden\OrdenFinalizarType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenIniciarType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Orden\OrdenIniciarType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Orden\OrdenType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Orden\OrdenType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PresupuestoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PresupuestoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesClienteType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcFasesClienteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesEditType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcFasesEditType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcFasesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcFasesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoArticuloType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcesoArticuloType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoFasesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcesoFasesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoSchneiderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcesoSchneiderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcesoType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProcesoViewType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProcesoViewType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProveedorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProveedorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecursosHumanosType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RecursosHumanosType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UsuarioType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UsuarioType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbCompraLineasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AlbCompraLineasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbComprasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AlbComprasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranArticuloRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AlbaranArticuloRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranBloqFasesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AlbaranBloqFasesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranBloqueRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AlbaranBloqueRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlbaranRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AlbaranRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticulosRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ArticulosRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BeneficioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BeneficioRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CalidadRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CalidadRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CentroTrabajoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CentroTrabajoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClienteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConfigRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CosteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CosteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaArticuloRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FacturaArticuloRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaBloqueFasesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FacturaBloqueFasesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaBloqueRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FacturaBloqueRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FacturaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FacturaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FestivoDateRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FestivoDateRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FestivoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FestivoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidenciaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\IncidenciaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncidenciaSchneiderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\IncidenciaSchneiderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ListadosFamiliasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ListadosFamiliasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ListadosValoresRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ListadosValoresRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MoldeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MoldeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MovimientoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MovimientoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertBloqFasesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OfertBloqFasesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertBloqueRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OfertBloqueRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertTipoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OfertTipoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertaArticuloRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OfertaArticuloRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfertasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OfertasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrdenRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OrdenRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PresupuestoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PresupuestoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoArticuloRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProcesoArticuloRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoBloqFasesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProcesoBloqFasesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoBloqueRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProcesoBloqueRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcesoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProcesoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProveedorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProveedorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOfertBloqueRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TipoOfertBloqueRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOfertFasesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TipoOfertFasesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsuarioRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UsuarioRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ConfigExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\ConfigExtension"; reason: abstract.
535
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Utils\CustomBarcode"; reason: unused.
  • Removed service "App\Utils\CustomFilterAdv"; reason: unused.
  • Removed service "App\Utils\CustomPaginator"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "mailer.mailer"; reason: unused.
  • Removed service "mailer.transports"; reason: unused.
  • Removed service "mailer.transport_factory"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "mailer.transport_factory.null"; reason: unused.
  • Removed service "mailer.transport_factory.sendmail"; reason: unused.
  • Removed service "mailer.transport_factory.smtp"; reason: unused.
  • Removed service "mailer.transport_factory.native"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.factory.service"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "notifier"; reason: unused.
  • Removed service "notifier.channel_policy"; reason: unused.
  • Removed service "notifier.channel.browser"; reason: unused.
  • Removed service "notifier.channel.chat"; reason: unused.
  • Removed service "notifier.channel.sms"; reason: unused.
  • Removed service "notifier.channel.email"; reason: unused.
  • Removed service "notifier.monolog_handler"; reason: unused.
  • Removed service "notifier.failed_message_listener"; reason: unused.
  • Removed service "chatter.transports"; reason: unused.
  • Removed service "chatter.transport_factory"; reason: unused.
  • Removed service "chatter.messenger.chat_handler"; reason: unused.
  • Removed service "texter.transports"; reason: unused.
  • Removed service "texter.transport_factory"; reason: unused.
  • Removed service "texter.messenger.sms_handler"; reason: unused.
  • Removed service "notifier.transport_factory.null"; reason: unused.
  • Removed service "notifier.admin_recipient.0"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~HqXUT3D"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "webpack_encore.cache"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
  • Removed service "monolog.logger.mailer"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.clUEvlF"; reason: unused.
103
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Agenda\AjaxAgendaController" to "App\Controller\ajax\Agenda\AjaxAgendaController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\AlbCompra\AjaxAlbCompraController" to "App\Controller\ajax\AlbCompra\AjaxAlbCompraController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController" to "App\Controller\ajax\AlbCompra\Articulos\AjaxCompraArticulosController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Albaran\AjaxAlbaranController" to "App\Controller\ajax\Albaran\AjaxAlbaranController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Articulos\AjaxArticulosController" to "App\Controller\ajax\Articulos\AjaxArticulosController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Beneficio\AjaxBeneficioController" to "App\Controller\ajax\Beneficio\AjaxBeneficioController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\CentroTrabajo\AjaxCentroController" to "App\Controller\ajax\CentroTrabajo\AjaxCentroController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Cliente\AjaxClienteController" to "App\Controller\ajax\Cliente\AjaxClienteController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController" to "App\Controller\ajax\Configuracion\Configuracion\AjaxConfigController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Configuracion\Fase\AjaxFaseController" to "App\Controller\ajax\Configuracion\Fase\AjaxFaseController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController" to "App\Controller\ajax\Configuracion\Festivo\AjaxFestivoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController" to "App\Controller\ajax\Configuracion\ListadosFamiliasAjaxController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Configuracion\ListadosValoresAjaxController" to "App\Controller\ajax\Configuracion\ListadosValoresAjaxController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Coste\AjaxCosteController" to "App\Controller\ajax\Coste\AjaxCosteController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Factura\AjaxFacturaController" to "App\Controller\ajax\Factura\AjaxFacturaController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Incidencia\AjaxIncidenciaController" to "App\Controller\ajax\Incidencia\AjaxIncidenciaController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController" to "App\Controller\ajax\IncidenciaSchneider\AjaxIncShneiderController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Informe\AjaxInformeController" to "App\Controller\ajax\Informe\AjaxInformeController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Molde\AjaxMoldeController" to "App\Controller\ajax\Molde\AjaxMoldeController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Movimiento\AjaxMovimientoController" to "App\Controller\ajax\Movimiento\AjaxMovimientoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Ofertas\AjaxOfertasController" to "App\Controller\ajax\Ofertas\AjaxOfertasController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Orden\AjaxOrdenController" to "App\Controller\ajax\Orden\AjaxOrdenController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Presupuesto\AjaxPresupuestoController" to "App\Controller\ajax\Presupuesto\AjaxPresupuestoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Proceso\AjaxProcesoController" to "App\Controller\ajax\Proceso\AjaxProcesoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController" to "App\Controller\ajax\Proceso\Articulos\AjaxProcesoArticulosController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Proceso\Fases\AjaxFasesController" to "App\Controller\ajax\Proceso\Fases\AjaxFasesController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\Proveedor\AjaxProveedorController" to "App\Controller\ajax\Proveedor\AjaxProveedorController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\publico\Cliente\AjaxClienteController" to "App\Controller\ajax\publico\Cliente\AjaxClienteController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController" to "App\Controller\ajax\publico\Incidencia\AjaxIncidenciaController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\publico\Orden\AjaxOrdenController" to "App\Controller\ajax\publico\Orden\AjaxOrdenController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\publico\Proceso\AjaxProcesoController" to "App\Controller\ajax\publico\Proceso\AjaxProcesoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController" to "App\Controller\ajax\publico\Proceso\Fases\AjaxFasesController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\publico\usuario\AjaxUsuarioController" to "App\Controller\ajax\publico\usuario\AjaxUsuarioController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ajax\usuario\AjaxUsuarioController" to "App\Controller\ajax\usuario\AjaxUsuarioController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Administracion\Albaran\AlbaranController" to "App\Controller\privado\Administracion\Albaran\AlbaranController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Administracion\Beneficio\BeneficioController" to "App\Controller\privado\Administracion\Beneficio\BeneficioController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Administracion\Cliente\ClienteController" to "App\Controller\privado\Administracion\Cliente\ClienteController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Administracion\Coste\CosteController" to "App\Controller\privado\Administracion\Coste\CosteController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Administracion\Factura\FacturaController" to "App\Controller\privado\Administracion\Factura\FacturaController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Administracion\Molde\MoldeController" to "App\Controller\privado\Administracion\Molde\MoldeController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Administracion\Proveedor\ProveedorController" to "App\Controller\privado\Administracion\Proveedor\ProveedorController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Administracion\Traspaso\TraspasoController" to "App\Controller\privado\Administracion\Traspaso\TraspasoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Calidad\Agenda\AgendaController" to "App\Controller\privado\Calidad\Agenda\AgendaController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Calidad\Incidencia\IncidenciaController" to "App\Controller\privado\Calidad\Incidencia\IncidenciaController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Calidad\Movimiento\MovimientoController" to "App\Controller\privado\Calidad\Movimiento\MovimientoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Calidad\Orden\OrdenController" to "App\Controller\privado\Calidad\Orden\OrdenController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Compras\Articulos\ArticulosController" to "App\Controller\privado\Compras\Articulos\ArticulosController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Compras\ComprasController" to "App\Controller\privado\Compras\ComprasController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Configuracion\ConfigController" to "App\Controller\privado\Configuracion\ConfigController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Configuracion\FaseController" to "App\Controller\privado\Configuracion\FaseController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Configuracion\FestivoController" to "App\Controller\privado\Configuracion\FestivoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Configuracion\ListadosValoresController" to "App\Controller\privado\Configuracion\ListadosValoresController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\DefaultController" to "App\Controller\privado\DefaultController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController" to "App\Controller\privado\IncidenciaSchneider\IncidenciaSchneiderController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Informe\InformeController" to "App\Controller\privado\Informe\InformeController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Ofertas\OfertasController" to "App\Controller\privado\Ofertas\OfertasController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Operativa\Centro\CentroController" to "App\Controller\privado\Operativa\Centro\CentroController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Operativa\Planificacion\PlanificacionController" to "App\Controller\privado\Operativa\Planificacion\PlanificacionController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController" to "App\Controller\privado\Operativa\RecursosHumanos\RecursosHumanosController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Presupuesto\PresupuestoController" to "App\Controller\privado\Presupuesto\PresupuestoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\Proceso\ProcesoController" to "App\Controller\privado\Proceso\ProcesoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\SecurityController" to "App\Controller\privado\SecurityController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\privado\usuario\UsuarioController" to "App\Controller\privado\usuario\UsuarioController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\publico\Incidencia\IncidenciaTallerController" to "App\Controller\publico\Incidencia\IncidenciaTallerController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\publico\Molde\AjaxMoldeController" to "App\Controller\publico\Molde\AjaxMoldeController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\publico\Movimiento\MovimientoController" to "App\Controller\publico\Movimiento\MovimientoController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\publico\Orden\OrdenController" to "App\Controller\publico\Orden\OrdenController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service ".service_locator.O24_MAy" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".service_locator.kODoftA" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "serializer.denormalizer.unwrapping" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.uid" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.mime_message" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.form_error" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service "session.storage.factory.native" to "session.factory".
  • Inlined service ".service_locator.qStIMoR" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.s0NcQ0a" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.anofQPJ" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.http_client" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "doctrine_migrations.migrations_collector" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "notifier.data_collector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.serializer" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "App\Twig\ConfigExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "chartjs.twig_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.Sv.R4eX" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.bO2Jq69" to "doctrine.orm.container_repository_factory".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service ".service_locator.4GKNm5q" to "doctrine.orm.default_entity_listener_resolver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service ".service_locator.aa1PbBb" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.7VLF_yB" to "security.access_map".
  • Inlined service ".security.request_matcher.eKXDm4f" to "security.access_map".
  • Inlined service ".security.request_matcher.4R8ew7G" to "security.access_map".
  • Inlined service ".security.request_matcher.LrZd_Q6" to "security.access_map".
  • Inlined service ".security.request_matcher.PhQgZ9B" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~N.519C7" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.annotation".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.annotation" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtension".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFirtUser" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "CalendarBundle\Serializer\Serializer" to "CalendarBundle\Controller\CalendarController".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service ".debug.http_client.inner" to ".debug.http_client".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator..2EUcGt" to ".service_locator..2EUcGt.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
  • Inlined service ".service_locator.4Mh6ZEb" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator..2EUcGt.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "session.factory" to "session".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
368