http://52.178.182.160/api/etiquetabyConvertidor?idConvertidor=45&lang=en&peligrosidad=false

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"listaEtiquetasbyConvertClien"
.
[
  "route" => "listaEtiquetasbyConvertClien"
  "route_parameters" => [
    "_route" => "listaEtiquetasbyConvertClien"
    "_controller" => "App\Controller\EtiquetaController::listadoEtiquetasbyConvertidor"
  ]
  "request_uri" => "http://52.178.182.160/api/etiquetabyConvertidor?idConvertidor=45&lang=en&peligrosidad=false"
  "method" => "GET"
]
INFO security Guard authentication successful!
[
  "token" => JWTUserToken {#606
    #rawToken: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJpYXQiOjE3Mjc1MzExNTQsImV4cCI6MTc0MzA4MzE1NCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sImlkIjozNTh9.ekGU043ftX0krfCbedwjXG5hlbgUWwcAHmPQClnQb61W7MHXIRIeinAJVbbMh6N6Dl_1mLPoP-H9hmp5orVm--DNq9kPQhYLXOIa4mUhb0FmvTxq-IbOoFJ8jAOeYXljoM_AZWzXlQuBPhCklBgfbS6OUwDaX-eeGGHRxZM5FtmG2pXJAug0-Mj58EQ8e1m3SzIPuIiod__B3lkKQcpEKA75AuYooqWP2QwxumFMNcsuwAOuSNyVaW2V2ulC6D6TmG7n1nCRiUBx57q7F23d36kby6zRIaR6kXFX_lf6mVWTlA5eLwcBSeWpByQYH_HkY2SC7jsD-lc-4Nep5G6_xYTteY4pS6l4apq8aE8nS-aroxFTijxZV5cD7rPqPmMUAvAcXEnkqbozvN9wEQwYNb-Pufyvje9V_tMgSpnvW34qzm2oPvdAk6JqMcvRA8I2chsIItDGPtluQ-Euvnw586GNVLUaXiSu7bi89fLZ0d7bfhRW7-gn509W4S1qqmZEdBdQeE642mMxkgfV8_iwEwpt4dPsaVocrcDB-9EYUDvDAScaBfFdrBwXMjycP4YMRKVm8RTpBDAH6gzquan_osf0MF7mcOauLesi5unDaZKgFgjwz94hfYpnClvdkXPkafe10UdIkNpOWDA1cRrtV7EUkYMP2PJJNI8b3_6e9JU"
    #providerKey: "api"
    -user: Cuenta {#776 …}
    -roles: [
      Role {#1439
        -role: "ROLE_USER"
      }
    ]
    -authenticated: true
    -attributes: []
  }
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]

Deprecations 5

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#275
    #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
    #code: 0
    #file: "/var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {    'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/html/var/cache/dev/ContainerXxANY6D/getDoctrine_Orm_DefaultConfigurationService.php:45 {$instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$instance->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$instance->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /var/www/html/var/cache/dev/ContainerXxANY6D/srcDevDebugProjectContainer.php:427 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/var/cache/dev/ContainerXxANY6D/getDoctrine_Orm_DefaultEntityManagerService.php:14 {
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->load('getDoctrine_Dbal_DefaultConnectionService.php')), ($this->privates['doctrine.orm.default_configuration'] ?? $this->load('getDoctrine_Orm_DefaultConfigurationService.php')));}
      /var/www/html/var/cache/dev/ContainerXxANY6D/srcDevDebugProjectContainer.php:427 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/vendor/symfony/dependency-injection/Container.php:240 {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/html/vendor/symfony/dependency-injection/Container.php:222 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/html/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
      }
      /var/www/html/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
        › 
        ›     return $this->getService($this->managers[$name]);}
      }
      /var/www/html/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:112 {{    return $this->registry->getManager($this->managerName);}
      }
      /var/www/html/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:117 {{    return $this->getObjectManager()->getRepository($this->classOrAlias);}
      }
      /var/www/html/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:49 {{    $repository = $this->getRepository();    if (null !== $this->property) {
      }
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:288 {
        › 
        ›     return $userProvider->loadUserByUsername($identity);}
      }
      /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:156 {try {    $user = $this->loadUser($userProvider, $payload, $identity);} catch (UsernameNotFoundException $e) {
      }
      /var/www/html/vendor/symfony/security/Guard/Provider/GuardAuthenticationProvider.php:102 {// get the user from the GuardAuthenticator$user = $guardAuthenticator->getUser($token->getCredentials(), $this->userProvider);}
      /var/www/html/vendor/symfony/security/Guard/Provider/GuardAuthenticationProvider.php:96 {
        › 
        ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
      }
      /var/www/html/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php:76 {try {    $result = $provider->authenticate($token);}
      /var/www/html/vendor/symfony/security/Guard/Firewall/GuardAuthenticationListener.php:130 {// this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
      /var/www/html/vendor/symfony/security/Guard/Firewall/GuardAuthenticationListener.php:82 {
        › 
        › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
      /var/www/html/vendor/symfony/security-bundle/Debug/WrappedListener.php:46 {$startTime = microtime(true);$this->listener->handle($event);$this->time = microtime(true) - $startTime;
      }
      /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:35 {$wrappedListener = new WrappedListener($listener);$wrappedListener->handle($event);$this->wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/html/vendor/symfony/security/Http/Firewall.php:84 {
        › 
        ›     $this->handleRequest($event, $authenticationListeners());}
      }
      /var/www/html/vendor/symfony/security-bundle/EventListener/FirewallListener.php:48 {
        › 
        ›     parent::onKernelRequest($event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:111 {
        › 
        › ($this->listener)($event, $eventName, $this->dispatcher ?: $dispatcher);}
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:212 {    }    $listener($event, $eventName, $this);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
      }
      /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
      }
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:125 {$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
      /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:66 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/vendor/symfony/http-kernel/Kernel.php:188 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/public/index.php:40 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {    'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/html/var/cache/dev/ContainerXxANY6D/getDoctrine_Orm_DefaultConfigurationService.php:45 {$instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$instance->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$instance->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /var/www/html/var/cache/dev/ContainerXxANY6D/srcDevDebugProjectContainer.php:427 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/var/cache/dev/ContainerXxANY6D/getDoctrine_Orm_DefaultEntityManagerService.php:14 {
    › 
    › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->load('getDoctrine_Dbal_DefaultConnectionService.php')), ($this->privates['doctrine.orm.default_configuration'] ?? $this->load('getDoctrine_Orm_DefaultConfigurationService.php')));}
  /var/www/html/var/cache/dev/ContainerXxANY6D/srcDevDebugProjectContainer.php:427 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/vendor/symfony/dependency-injection/Container.php:240 {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/html/vendor/symfony/dependency-injection/Container.php:222 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/html/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
  }
  /var/www/html/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
    › 
    ›     return $this->getService($this->managers[$name]);}
  }
  /var/www/html/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:112 {{    return $this->registry->getManager($this->managerName);}
  }
  /var/www/html/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:117 {{    return $this->getObjectManager()->getRepository($this->classOrAlias);}
  }
  /var/www/html/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:49 {{    $repository = $this->getRepository();    if (null !== $this->property) {
  }
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:288 {
    › 
    ›     return $userProvider->loadUserByUsername($identity);}
  }
  /var/www/html/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php:156 {try {    $user = $this->loadUser($userProvider, $payload, $identity);} catch (UsernameNotFoundException $e) {
  }
  /var/www/html/vendor/symfony/security/Guard/Provider/GuardAuthenticationProvider.php:102 {// get the user from the GuardAuthenticator$user = $guardAuthenticator->getUser($token->getCredentials(), $this->userProvider);}
  /var/www/html/vendor/symfony/security/Guard/Provider/GuardAuthenticationProvider.php:96 {
    › 
    ›     return $this->authenticateViaGuard($guardAuthenticator, $token);}
  }
  /var/www/html/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php:76 {try {    $result = $provider->authenticate($token);}
  /var/www/html/vendor/symfony/security/Guard/Firewall/GuardAuthenticationListener.php:130 {// this indirectly calls GuardAuthenticationProvider::authenticate()$token = $this->authenticationManager->authenticate($token);}
  /var/www/html/vendor/symfony/security/Guard/Firewall/GuardAuthenticationListener.php:82 {
    › 
    › $this->executeGuardAuthenticator($uniqueGuardKey, $guardAuthenticator, $event);}
  /var/www/html/vendor/symfony/security-bundle/Debug/WrappedListener.php:46 {$startTime = microtime(true);$this->listener->handle($event);$this->time = microtime(true) - $startTime;
  }
  /var/www/html/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:35 {$wrappedListener = new WrappedListener($listener);$wrappedListener->handle($event);$this->wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/html/vendor/symfony/security/Http/Firewall.php:84 {
    › 
    ›     $this->handleRequest($event, $authenticationListeners());}
  }
  /var/www/html/vendor/symfony/security-bundle/EventListener/FirewallListener.php:48 {
    › 
    ›     parent::onKernelRequest($event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:111 {
    › 
    › ($this->listener)($event, $eventName, $this->dispatcher ?: $dispatcher);}
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:212 {    }    $listener($event, $eventName, $this);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
  }
  /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:145 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
  }
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:125 {$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);}
  /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:66 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/vendor/symfony/http-kernel/Kernel.php:188 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/public/index.php:40 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
- The "App\Controller\EtiquetaController" class extends "FOS\RestBundle\Controller\FOSRestController" that is deprecated since FOSRestBundle 2.5, use {@see AbstractFOSRestController} instead.
[
  "exception" => SilencedErrorContext {#3287
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/debug/DebugClassLoader.php:195 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
      }
      /var/www/html/vendor/symfony/debug/DebugClassLoader.php:165 {
        › 
        ›     $this->checkClass($class, $file);}
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/debug/DebugClassLoader.php:195 {foreach ($deprecations as $message) {    @trigger_error($message, E_USER_DEPRECATED);}
  }
  /var/www/html/vendor/symfony/debug/DebugClassLoader.php:165 {
    › 
    ›     $this->checkClass($class, $file);}
  }
}
- Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
[
  "exception" => SilencedErrorContext {#3315
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php:41 {if ($config['router']['annotations']) {    @trigger_error(sprintf('Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "%s" annotation from Symfony itself.', \Symfony\Component\Routing\Annotation\Route::class), E_USER_DEPRECATED);}
      /var/www/html/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php:76 {
        › 
        ›     $extension->load($config, $tmpContainer);} catch (\Exception $e) {
      }
    }
  }
]
{
  /var/www/html/vendor/sensio/framework-extra-bundle/DependencyInjection/SensioFrameworkExtraExtension.php:41 {if ($config['router']['annotations']) {    @trigger_error(sprintf('Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "%s" annotation from Symfony itself.', \Symfony\Component\Routing\Annotation\Route::class), E_USER_DEPRECATED);}
  /var/www/html/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php:76 {
    › 
    ›     $extension->load($config, $tmpContainer);} catch (\Exception $e) {
  }
}
- (2 times) Relying on the default value ("false") of the "twig.strict_variables" configuration option is deprecated since Symfony 4.1. You should use "%kernel.debug%" explicitly instead, which will be the new default in 5.0.
[
  "exception" => SilencedErrorContext {#3314
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php:133 {->defaultValue(function () {    @trigger_error('Relying on the default value ("false") of the "twig.strict_variables" configuration option is deprecated since Symfony 4.1. You should use "%kernel.debug%" explicitly instead, which will be the new default in 5.0.', E_USER_DEPRECATED);}
      /var/www/html/vendor/symfony/config/Definition/VariableNode.php:51 {
        › 
        ›     return $v instanceof \Closure ? $v() : $v;}
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/twig-bundle/DependencyInjection/Configuration.php:133 {->defaultValue(function () {    @trigger_error('Relying on the default value ("false") of the "twig.strict_variables" configuration option is deprecated since Symfony 4.1. You should use "%kernel.debug%" explicitly instead, which will be the new default in 5.0.', E_USER_DEPRECATED);}
  /var/www/html/vendor/symfony/config/Definition/VariableNode.php:51 {
    › 
    ›     return $v instanceof \Closure ? $v() : $v;}
  }
}

Debug 110

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "api"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "api"
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
security Calling getCredentials() on guard authenticator.
[
  "firewall_key" => "api"
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
security Passing guard token information to the GuardAuthenticationProvider
[
  "firewall_key" => "api"
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
doctrine SELECT t0.id AS id_1, t0.activo AS activo_2, t0.default_config AS default_config_3, t0.descuento AS descuento_4, t0.visualizar_descuento AS visualizar_descuento_5, t0.contacto AS contacto_6, t0.password AS password_7, t0.id_erpbesa AS id_erpbesa_8, t0.aceptacion_disclaimer AS aceptacion_disclaimer_9, t0.email AS email_10, t0.empresa AS empresa_11, t0.telefono AS telefono_12, t0.fecha_creacion AS fecha_creacion_13, t0.fecha_modificacion AS fecha_modificacion_14, t0.fecha_login AS fecha_login_15, t0.version_app AS version_app_16, t0.laboratorio AS laboratorio_17, t0.compartir_tarifa AS compartir_tarifa_18, t0.token AS token_19, t0.tipo_cuenta_id AS tipo_cuenta_id_20, t0.tarifa_id AS tarifa_id_21, t22.id AS id_23, t22.valor AS valor_24, t22.pasta_disponible AS pasta_disponible_25, t22.datos_convertidores AS datos_convertidores_26, t22.cuenta_id AS cuenta_id_27, t0.parent_id AS parent_id_28 FROM cuenta t0 LEFT JOIN configuracion t22 ON t22.cuenta_id = t0.id WHERE t0.id = ? LIMIT 1
[
  358
]
security Guard authenticator set no success response: request continues.
[
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
security Remember me skipped: it is not configured for the firewall.
[
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
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
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::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\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::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
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest"
]
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
"App\Event\RequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\Event\RequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\Event\RequestListener::onLateKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\Event\RequestListener::onLateKernelRequest"
]
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
"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 t0.id AS id_1, t0.peligrosidad AS peligrosidad_2, t0.convertidor_id AS convertidor_id_3 FROM etiqueta t0 WHERE t0.convertidor_id = ? AND t0.peligrosidad = ?
[
  "45"
  false
]
doctrine SELECT t0.id AS id_1, t0.prioridad AS prioridad_2, t0.etiqueta_id AS etiqueta_id_3, t0.frase_peligrosidad_id AS frase_peligrosidad_id_4 FROM etiqueta_frase_peligrosidad t0 WHERE t0.etiqueta_id = ?
[
  85
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  9
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  9
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "9"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "9"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  3
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  3
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "3"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "3"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  7
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  7
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "7"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "7"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  1
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  1
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "1"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "1"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  11
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  11
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "11"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "11"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  27
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  27
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "27"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "27"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  14
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  14
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "14"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "14"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  2
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  2
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "2"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "2"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  26
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  26
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "26"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "26"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  42
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  42
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "42"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "42"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  10
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  10
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "10"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "10"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  25
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  25
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "25"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "25"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  13
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  13
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "13"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "13"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  8
]
doctrine SELECT t0.id AS id_1, t0.clave AS clave_2, t0.tipo AS tipo_3, t0.codigo AS codigo_4, t0.frase_peligrosidad AS frase_peligrosidad_5 FROM frase_peligrosidad t0 WHERE t0.id = ?
[
  8
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "8"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
[
  "8"
  "en"
  "App\Entity\FrasePeligrosidad"
]
doctrine SELECT t1.id AS id_2, t1.codigo AS codigo_3, t1.densidad AS densidad_4, t1.pbt AS pbt_5, t1.rgb AS rgb_6, t1.activo AS activo_7, t1.voc AS voc_8, t1.visualizar AS visualizar_9, t1.nombre AS nombre_10, t1.descripcion AS descripcion_11, t1.tipo_mix AS tipo_mix_12, t1.tipo_metal AS tipo_metal_13, t0.unidad AS unidad_14, t0.proporcion_peso AS proporcion_peso_15, t0.proporcion_volumen AS proporcion_volumen_16, t0.proporcion_metalizada AS proporcion_metalizada_17, t0.ruta_ficha_tecnica AS ruta_ficha_tecnica_18, t0.ruta_ficha_toxica AS ruta_ficha_toxica_19, t0.ruta_ficha_nociva AS ruta_ficha_nociva_20, t1.categoria FROM convertidor t0 INNER JOIN componente t1 ON t0.id = t1.id WHERE t1.id = ?
[
  45
]
doctrine SELECT t0.id AS id_1, t0.peligrosidad AS peligrosidad_2, t0.convertidor_id AS convertidor_id_3 FROM etiqueta t0 WHERE t0.convertidor_id = ?
[
  45
]
doctrine SELECT t0.id AS id_1, t0.convertidor_id AS convertidor_id_2, t0.envase_id AS envase_id_3 FROM convertidor_envase t0 WHERE t0.convertidor_id = ?
[
  45
]
doctrine SELECT t0.id AS id_1, t0.cantidad AS cantidad_2, t0.cantidad_real AS cantidad_real_3, t0.activo AS activo_4, t0.variablebg AS variablebg_5, t0.unidad_id AS unidad_id_6 FROM envase t0 WHERE t0.id = ?
[
  1
]
doctrine SELECT t0.id AS id_1, t0.unidad AS unidad_2, t0.nombre AS nombre_3 FROM unidades t0 WHERE t0.id = ?
[
  2
]
doctrine SELECT t0.id AS id_1, t0.cantidad AS cantidad_2, t0.cantidad_real AS cantidad_real_3, t0.activo AS activo_4, t0.variablebg AS variablebg_5, t0.unidad_id AS unidad_id_6 FROM envase t0 WHERE t0.id = ?
[
  7
]
doctrine SELECT t0.id AS id_1, t0.orden AS orden_2, t0.etiqueta_id AS etiqueta_id_3, t0.pictograma_id AS pictograma_id_4 FROM pictograma_etiqueta t0 WHERE t0.etiqueta_id = ?
[
  85
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.imagen64 AS imagen64_3, t0.activo AS activo_4 FROM pictograma t0 WHERE t0.id = ?
[
  6
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.imagen64 AS imagen64_3, t0.activo AS activo_4 FROM pictograma t0 WHERE t0.id = ?
[
  2
]
doctrine SELECT t0.id AS id_1, t0.name AS name_2, t0.imagen64 AS imagen64_3, t0.activo AS activo_4 FROM pictograma t0 WHERE t0.id = ?
[
  5
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\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\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\TranslatorListener::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\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 1419

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarCuentas" (parent: .abstract.instanceof.App\Command\ActualizarCuentas).
  • Resolving inheritance for "App\Command\ActualizarCuentas" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarCuentas).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarFormulasColores" (parent: .abstract.instanceof.App\Command\ActualizarFormulasColores).
  • Resolving inheritance for "App\Command\ActualizarFormulasColores" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarFormulasColores).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarFormulasEspeciales" (parent: .abstract.instanceof.App\Command\ActualizarFormulasEspeciales).
  • Resolving inheritance for "App\Command\ActualizarFormulasEspeciales" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarFormulasEspeciales).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CambiarFormulasPersonales" (parent: .abstract.instanceof.App\Command\CambiarFormulasPersonales).
  • Resolving inheritance for "App\Command\CambiarFormulasPersonales" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CambiarFormulasPersonales).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectEspectro" (parent: .abstract.instanceof.App\Command\CorrectEspectro).
  • Resolving inheritance for "App\Command\CorrectEspectro" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectEspectro).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrearEstadisticas" (parent: .abstract.instanceof.App\Command\CrearEstadisticas).
  • Resolving inheritance for "App\Command\CrearEstadisticas" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrearEstadisticas).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CsvImportCommand" (parent: .abstract.instanceof.App\Command\CsvImportCommand).
  • Resolving inheritance for "App\Command\CsvImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CsvImportCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFormulasOficiales" (parent: .abstract.instanceof.App\Command\ImportFormulasOficiales).
  • Resolving inheritance for "App\Command\ImportFormulasOficiales" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFormulasOficiales).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFormulasPersonales" (parent: .abstract.instanceof.App\Command\ImportFormulasPersonales).
  • Resolving inheritance for "App\Command\ImportFormulasPersonales" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFormulasPersonales).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportMedidasOficiales" (parent: .abstract.instanceof.App\Command\ImportMedidasOficiales).
  • Resolving inheritance for "App\Command\ImportMedidasOficiales" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportMedidasOficiales).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrarFichasConvertidores" (parent: .abstract.instanceof.App\Command\MigrarFichasConvertidores).
  • Resolving inheritance for "App\Command\MigrarFichasConvertidores" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrarFichasConvertidores).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrarFrasesPeligrosidad" (parent: .abstract.instanceof.App\Command\MigrarFrasesPeligrosidad).
  • Resolving inheritance for "App\Command\MigrarFrasesPeligrosidad" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrarFrasesPeligrosidad).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestExtress" (parent: .abstract.instanceof.App\Command\TestExtress).
  • Resolving inheritance for "App\Command\TestExtress" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestExtress).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCsv" (parent: .abstract.instanceof.App\Command\UpdateCsv).
  • Resolving inheritance for "App\Command\UpdateCsv" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCsv).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\AutorizacionUsuarioController" (parent: .abstract.instanceof.App\Controller\AutorizacionUsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutorizacionUsuarioController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\AutorizacionUsuarioController).
  • Resolving inheritance for "App\Controller\AutorizacionUsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutorizacionUsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ColorController" (parent: .abstract.instanceof.App\Controller\ColorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ColorController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ColorController).
  • Resolving inheritance for "App\Controller\ColorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ColorController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ComponenteController" (parent: .abstract.instanceof.App\Controller\ComponenteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponenteController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ComponenteController).
  • Resolving inheritance for "App\Controller\ComponenteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponenteController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ConfigController" (parent: .abstract.instanceof.App\Controller\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ConfigController).
  • Resolving inheritance for "App\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DefaultController).
  • Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\EspectroController" (parent: .abstract.instanceof.App\Controller\EspectroController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EspectroController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\EspectroController).
  • Resolving inheritance for "App\Controller\EspectroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EspectroController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\EtiquetaController" (parent: .abstract.instanceof.App\Controller\EtiquetaController).
  • Resolving inheritance for "App\Controller\EtiquetaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\EtiquetaController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\FormulaController" (parent: .abstract.instanceof.App\Controller\FormulaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormulaController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\FormulaController).
  • Resolving inheritance for "App\Controller\FormulaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormulaController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\GrupoColorController" (parent: .abstract.instanceof.App\Controller\GrupoColorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GrupoColorController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\GrupoColorController).
  • Resolving inheritance for "App\Controller\GrupoColorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GrupoColorController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\GruposController" (parent: .abstract.instanceof.App\Controller\GruposController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GruposController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\GruposController).
  • Resolving inheritance for "App\Controller\GruposController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GruposController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\HistoricoController" (parent: .abstract.instanceof.App\Controller\HistoricoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HistoricoController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\HistoricoController).
  • Resolving inheritance for "App\Controller\HistoricoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HistoricoController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\IdiomaController" (parent: .abstract.instanceof.App\Controller\IdiomaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IdiomaController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\IdiomaController).
  • Resolving inheritance for "App\Controller\IdiomaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IdiomaController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\TarifaController" (parent: .abstract.instanceof.App\Controller\TarifaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TarifaController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\TarifaController).
  • Resolving inheritance for "App\Controller\TarifaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TarifaController).
  • Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\UsuarioController" (parent: .abstract.instanceof.App\Controller\UsuarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsuarioController" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\UsuarioController).
  • Resolving inheritance for "App\Controller\UsuarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsuarioController).
  • 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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixturesClass" (parent: .abstract.instanceof.App\DataFixtures\AppFixturesClass).
  • Resolving inheritance for "App\DataFixtures\AppFixturesClass" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixturesClass).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteFinalRepository" (parent: .abstract.instanceof.App\Repository\ClienteFinalRepository).
  • Resolving inheritance for "App\Repository\ClienteFinalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteFinalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorCuentaRepository" (parent: .abstract.instanceof.App\Repository\ColorCuentaRepository).
  • Resolving inheritance for "App\Repository\ColorCuentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorCuentaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorFormulaRepository" (parent: .abstract.instanceof.App\Repository\ColorFormulaRepository).
  • Resolving inheritance for "App\Repository\ColorFormulaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorFormulaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorIdiomaRepository" (parent: .abstract.instanceof.App\Repository\ColorIdiomaRepository).
  • Resolving inheritance for "App\Repository\ColorIdiomaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorIdiomaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorPersonalRepository" (parent: .abstract.instanceof.App\Repository\ColorPersonalRepository).
  • Resolving inheritance for "App\Repository\ColorPersonalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorPersonalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorRepository" (parent: .abstract.instanceof.App\Repository\ColorRepository).
  • Resolving inheritance for "App\Repository\ColorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponenteIdiomaRepository" (parent: .abstract.instanceof.App\Repository\ComponenteIdiomaRepository).
  • Resolving inheritance for "App\Repository\ComponenteIdiomaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponenteIdiomaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentePersonalRepository" (parent: .abstract.instanceof.App\Repository\ComponentePersonalRepository).
  • Resolving inheritance for "App\Repository\ComponentePersonalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentePersonalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponenteRepository" (parent: .abstract.instanceof.App\Repository\ComponenteRepository).
  • Resolving inheritance for "App\Repository\ComponenteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponenteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository" (parent: .abstract.instanceof.App\Repository\ConfiguracionRepository).
  • Resolving inheritance for "App\Repository\ConfiguracionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorEnvaseRepository" (parent: .abstract.instanceof.App\Repository\ConvertidorEnvaseRepository).
  • Resolving inheritance for "App\Repository\ConvertidorEnvaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorEnvaseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorGrupoRepository" (parent: .abstract.instanceof.App\Repository\ConvertidorGrupoRepository).
  • Resolving inheritance for "App\Repository\ConvertidorGrupoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorGrupoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorPrincipalRepository" (parent: .abstract.instanceof.App\Repository\ConvertidorPrincipalRepository).
  • Resolving inheritance for "App\Repository\ConvertidorPrincipalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorPrincipalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorRepository" (parent: .abstract.instanceof.App\Repository\ConvertidorRepository).
  • Resolving inheritance for "App\Repository\ConvertidorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaGrupoColorRepository" (parent: .abstract.instanceof.App\Repository\CuentaGrupoColorRepository).
  • Resolving inheritance for "App\Repository\CuentaGrupoColorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaGrupoColorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaGrupoRepository" (parent: .abstract.instanceof.App\Repository\CuentaGrupoRepository).
  • Resolving inheritance for "App\Repository\CuentaGrupoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaGrupoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaRepository" (parent: .abstract.instanceof.App\Repository\CuentaRepository).
  • Resolving inheritance for "App\Repository\CuentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvaseConvertidorRepository" (parent: .abstract.instanceof.App\Repository\EnvaseConvertidorRepository).
  • Resolving inheritance for "App\Repository\EnvaseConvertidorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvaseConvertidorRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvaseRepository" (parent: .abstract.instanceof.App\Repository\EnvaseRepository).
  • Resolving inheritance for "App\Repository\EnvaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvaseRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EspectroPersonalRepository" (parent: .abstract.instanceof.App\Repository\EspectroPersonalRepository).
  • Resolving inheritance for "App\Repository\EspectroPersonalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EspectroPersonalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EspectroRepository" (parent: .abstract.instanceof.App\Repository\EspectroRepository).
  • Resolving inheritance for "App\Repository\EspectroRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EspectroRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadisticaRepository" (parent: .abstract.instanceof.App\Repository\EstadisticaRepository).
  • Resolving inheritance for "App\Repository\EstadisticaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadisticaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtiquetaFrasePeligrosidadRepository" (parent: .abstract.instanceof.App\Repository\EtiquetaFrasePeligrosidadRepository).
  • Resolving inheritance for "App\Repository\EtiquetaFrasePeligrosidadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtiquetaFrasePeligrosidadRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtiquetaRepository" (parent: .abstract.instanceof.App\Repository\EtiquetaRepository).
  • Resolving inheritance for "App\Repository\EtiquetaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtiquetaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaComponentePersonalRepository" (parent: .abstract.instanceof.App\Repository\FormulaComponentePersonalRepository).
  • Resolving inheritance for "App\Repository\FormulaComponentePersonalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaComponentePersonalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaComponenteRepository" (parent: .abstract.instanceof.App\Repository\FormulaComponenteRepository).
  • Resolving inheritance for "App\Repository\FormulaComponenteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaComponenteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaCuentaRepository" (parent: .abstract.instanceof.App\Repository\FormulaCuentaRepository).
  • Resolving inheritance for "App\Repository\FormulaCuentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaCuentaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaIdiomaRepository" (parent: .abstract.instanceof.App\Repository\FormulaIdiomaRepository).
  • Resolving inheritance for "App\Repository\FormulaIdiomaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaIdiomaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaPersonalRepository" (parent: .abstract.instanceof.App\Repository\FormulaPersonalRepository).
  • Resolving inheritance for "App\Repository\FormulaPersonalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaPersonalRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaPruebaRepository" (parent: .abstract.instanceof.App\Repository\FormulaPruebaRepository).
  • Resolving inheritance for "App\Repository\FormulaPruebaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaPruebaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaRepository" (parent: .abstract.instanceof.App\Repository\FormulaRepository).
  • Resolving inheritance for "App\Repository\FormulaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrasePeligrosidadIdiomaRepository" (parent: .abstract.instanceof.App\Repository\FrasePeligrosidadIdiomaRepository).
  • Resolving inheritance for "App\Repository\FrasePeligrosidadIdiomaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrasePeligrosidadIdiomaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrasePeligrosidadRepository" (parent: .abstract.instanceof.App\Repository\FrasePeligrosidadRepository).
  • Resolving inheritance for "App\Repository\FrasePeligrosidadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrasePeligrosidadRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GrupoRepository" (parent: .abstract.instanceof.App\Repository\GrupoRepository).
  • Resolving inheritance for "App\Repository\GrupoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GrupoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoricoComponenteRepository" (parent: .abstract.instanceof.App\Repository\HistoricoComponenteRepository).
  • Resolving inheritance for "App\Repository\HistoricoComponenteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoricoComponenteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoricoRepository" (parent: .abstract.instanceof.App\Repository\HistoricoRepository).
  • Resolving inheritance for "App\Repository\HistoricoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoricoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IdiomaRepository" (parent: .abstract.instanceof.App\Repository\IdiomaRepository).
  • Resolving inheritance for "App\Repository\IdiomaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IdiomaRepository).
  • 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\PastaRepository" (parent: .abstract.instanceof.App\Repository\PastaRepository).
  • Resolving inheritance for "App\Repository\PastaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PastaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictogramaEtiquetaRepository" (parent: .abstract.instanceof.App\Repository\PictogramaEtiquetaRepository).
  • Resolving inheritance for "App\Repository\PictogramaEtiquetaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictogramaEtiquetaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictogramaRepository" (parent: .abstract.instanceof.App\Repository\PictogramaRepository).
  • Resolving inheritance for "App\Repository\PictogramaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictogramaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProyectoRepository" (parent: .abstract.instanceof.App\Repository\ProyectoRepository).
  • Resolving inheritance for "App\Repository\ProyectoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProyectoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifaRepository" (parent: .abstract.instanceof.App\Repository\TarifaRepository).
  • Resolving inheritance for "App\Repository\TarifaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasBesaConvertidoresRepository" (parent: .abstract.instanceof.App\Repository\TarifasBesaConvertidoresRepository).
  • Resolving inheritance for "App\Repository\TarifasBesaConvertidoresRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasBesaConvertidoresRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasBesaPastaRepository" (parent: .abstract.instanceof.App\Repository\TarifasBesaPastaRepository).
  • Resolving inheritance for "App\Repository\TarifasBesaPastaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasBesaPastaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasPersonalesConvertidoresRepository" (parent: .abstract.instanceof.App\Repository\TarifasPersonalesConvertidoresRepository).
  • Resolving inheritance for "App\Repository\TarifasPersonalesConvertidoresRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasPersonalesConvertidoresRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasPersonalesPastasRepository" (parent: .abstract.instanceof.App\Repository\TarifasPersonalesPastasRepository).
  • Resolving inheritance for "App\Repository\TarifasPersonalesPastasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasPersonalesPastasRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCuentaRepository" (parent: .abstract.instanceof.App\Repository\TipoCuentaRepository).
  • Resolving inheritance for "App\Repository\TipoCuentaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCuentaRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnidadesRepository" (parent: .abstract.instanceof.App\Repository\UnidadesRepository).
  • Resolving inheritance for "App\Repository\UnidadesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnidadesRepository).
  • 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 "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.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.cuenta" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.dao.login" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.login.form_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.login.form_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.login" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.login" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.login" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.login" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.login_cuenta" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.dao.login_cuenta" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.login_cuenta.form_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.login_cuenta.form_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.login_cuenta" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.login_cuenta" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.exception_listener.login_cuenta" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.login_cuenta" (parent: security.firewall.context).
  • 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.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.api" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.api" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api_inicio" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.api_inicio" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api_inicio" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.api_inicio" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.api_inicio" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.api_inicio" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api_inicio" (parent: security.firewall.context).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
  • 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.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • 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_cache.providers.doctrine.orm.default_metadata_cache" (parent: doctrine_cache.abstract.array).
  • Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_result_cache" (parent: doctrine_cache.abstract.array).
  • Resolving inheritance for "doctrine_cache.providers.doctrine.orm.default_query_cache" (parent: doctrine_cache.abstract.array).
  • 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 "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
  • Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • 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_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_unit_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "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.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
276
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "App\Form\FormulaType": Class or interface "App\Form\FormulaType" cannot be loaded.
  • Skipping service "App\Form\HistoricoComponenteType": Class or interface "App\Form\HistoricoComponenteType" cannot be loaded.
  • Skipping service "App\Form\HistoricoType": Class or interface "App\Form\HistoricoType" cannot be loaded.
  • Cannot autowire service ".service_locator.09qkdzF": it has type "Symfony\Component\Form\FormFactoryInterface" but this class was not found.
  • Cannot autowire service ".service_locator.09qkdzF": it has type "Symfony\Component\Messenger\MessageBusInterface" but this class was not found.
  • Cannot autowire service ".service_locator.09qkdzF": it references interface "Symfony\Component\Templating\EngineInterface" but no such service exists. Did you create a class that implements this interface?
  • Cannot autowire service ".service_locator.ychIlgF": it has type "Symfony\Component\Form\FormFactoryInterface" but this class was not found.
  • Cannot autowire service ".service_locator.ychIlgF": it has type "Symfony\Component\Messenger\MessageBusInterface" but this class was not found.
  • Cannot autowire service ".service_locator.ychIlgF": it references interface "Symfony\Component\Templating\EngineInterface" but no such service exists. Did you create a class that implements this interface?
9
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "App\Interfaces\EntityInterfaces\Traducciones"; 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\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; 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 "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "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\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; 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\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; 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\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.login"; reason: private alias.
  • Removed service "security.user_checker.login"; reason: private alias.
  • Removed service "security.authentication.session_strategy.login_cuenta"; reason: private alias.
  • Removed service "security.user_checker.login_cuenta"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api_inicio"; reason: private alias.
  • Removed service "security.user_checker.api_inicio"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
  • Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "jms_serializer.naming_strategy"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "jms_serializer.accessor_strategy"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; 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_entity_manager.event_manager"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; 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 "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service ".service_locator.AoifO_3"; reason: private alias.
  • Removed service ".service_locator.jD4_ZG7"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "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.
136
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Service\FormulaService" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "App\Controller\ColorController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "App\Controller\ConfigController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "App\Controller\EspectroController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "App\Controller\GrupoColorController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "App\Controller\IdiomaController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "App\Controller\TarifaController" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.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 "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "translator_listener" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "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 "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.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.authentication.listener.form.login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.login_cuenta" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "jms_serializer.templating.helper.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "nelmio_cors.cors_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • 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 "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 ".service_locator.0igcDxJ" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.oK7MpbX" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service ".service_locator.09qkdzF" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.09qkdzF" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ychIlgF" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.3nNxzEJ" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.tdKlFgs" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.Bu44P3G" previously pointing to "fos_rest.serializer.form_error_handler" to "jms_serializer.form_error_handler".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.handler_registry" to "fos_rest.serializer.jms_handler_registry".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
81
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.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 "security.firewall.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.in_memory.user"; 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.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; 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.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; 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 "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarCuentas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ActualizarCuentas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarFormulasColores"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ActualizarFormulasColores"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ActualizarFormulasEspeciales"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ActualizarFormulasEspeciales"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CambiarFormulasPersonales"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CambiarFormulasPersonales"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CorrectEspectro"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CorrectEspectro"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CrearEstadisticas"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CrearEstadisticas"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CsvImportCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CsvImportCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFormulasOficiales"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportFormulasOficiales"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFormulasPersonales"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportFormulasPersonales"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportMedidasOficiales"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ImportMedidasOficiales"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrarFichasConvertidores"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MigrarFichasConvertidores"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrarFrasesPeligrosidad"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MigrarFrasesPeligrosidad"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestExtress"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\TestExtress"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCsv"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateCsv"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\AutorizacionUsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutorizacionUsuarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AutorizacionUsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ColorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ComponenteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponenteController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ComponenteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ConfigController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\EspectroController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EspectroController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\EspectroController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\EtiquetaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\EtiquetaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\FormulaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormulaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FormulaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\GrupoColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GrupoColorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GrupoColorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\GruposController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GruposController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\GruposController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\HistoricoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HistoricoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HistoricoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\IdiomaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IdiomaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\IdiomaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\TarifaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TarifaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\TarifaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.App\Controller\UsuarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsuarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UsuarioController"; 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.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixturesClass"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixturesClass"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClienteFinalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ClienteFinalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorCuentaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ColorCuentaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorFormulaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ColorFormulaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorIdiomaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ColorIdiomaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorPersonalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ColorPersonalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ColorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponenteIdiomaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ComponenteIdiomaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentePersonalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ComponentePersonalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponenteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ComponenteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguracionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConfiguracionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorEnvaseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConvertidorEnvaseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorGrupoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConvertidorGrupoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorPrincipalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConvertidorPrincipalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConvertidorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConvertidorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaGrupoColorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CuentaGrupoColorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaGrupoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CuentaGrupoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CuentaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CuentaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvaseConvertidorRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EnvaseConvertidorRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EnvaseRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EnvaseRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EspectroPersonalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EspectroPersonalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EspectroRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EspectroRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EstadisticaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EstadisticaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtiquetaFrasePeligrosidadRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EtiquetaFrasePeligrosidadRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtiquetaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EtiquetaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaComponentePersonalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormulaComponentePersonalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaComponenteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormulaComponenteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaCuentaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormulaCuentaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaIdiomaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormulaIdiomaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaPersonalRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormulaPersonalRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaPruebaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormulaPruebaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FormulaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FormulaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrasePeligrosidadIdiomaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FrasePeligrosidadIdiomaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FrasePeligrosidadRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FrasePeligrosidadRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GrupoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\GrupoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoricoComponenteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HistoricoComponenteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoricoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HistoricoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IdiomaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\IdiomaRepository"; 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\PastaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PastaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictogramaEtiquetaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PictogramaEtiquetaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictogramaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PictogramaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProyectoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProyectoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TarifaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasBesaConvertidoresRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TarifasBesaConvertidoresRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasBesaPastaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TarifasBesaPastaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasPersonalesConvertidoresRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TarifasPersonalesConvertidoresRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TarifasPersonalesPastasRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TarifasPersonalesPastasRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoCuentaRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TipoCuentaRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnidadesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UnidadesRepository"; 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.
272
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.09qkdzF.App\Controller\AutorizacionUsuarioController" to "App\Controller\AutorizacionUsuarioController".
  • Inlined service ".service_locator.ychIlgF.App\Controller\ColorController" to "App\Controller\ColorController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\ComponenteController" to "App\Controller\ComponenteController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\ConfigController" to "App\Controller\ConfigController".
  • Inlined service "App\Service\UtilidadService" to "App\Controller\DefaultController".
  • Inlined service ".service_locator.ychIlgF.App\Controller\DefaultController" to "App\Controller\DefaultController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\EspectroController" to "App\Controller\EspectroController".
  • Inlined service "App\Service\EtiquetaService" to "App\Controller\EtiquetaController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\FormulaController" to "App\Controller\FormulaController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\GrupoColorController" to "App\Controller\GrupoColorController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\GruposController" to "App\Controller\GruposController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\HistoricoController" to "App\Controller\HistoricoController".
  • Inlined service "App\Service\IdiomaService" to "App\Controller\IdiomaController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\IdiomaController" to "App\Controller\IdiomaController".
  • Inlined service "App\Service\TarifaService" to "App\Controller\TarifaController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\TarifaController" to "App\Controller\TarifaController".
  • Inlined service ".service_locator.09qkdzF.App\Controller\UsuarioController" to "App\Controller\UsuarioController".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.gmwRZ3h" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "session.storage.native" to "session".
  • Inlined service "session.attribute_bag" to "session".
  • Inlined service "session.flash_bag" to "session".
  • Inlined service ".1_NativeFileSessionHandler~DvV_kmW" to "session.handler.native_file".
  • Inlined service ".2_ServiceLocator~DvV_kmW" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service ".1_PhpArrayAdapter~IZNQuRE" to "validator.mapping.cache.symfony".
  • Inlined service ".service_locator.HKoUR8q" to "validator.validator_factory".
  • Inlined service ".service_locator.yQVjGlt" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "monolog.logger.translation" to "translator.logging".
  • Inlined service "translator.selector" 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.3nNxzEJ.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • 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.service" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.directory" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.controller" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.yaml_collection" to "routing.resolver".
  • Inlined service "fos_rest.routing.loader.xml_collection" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.tdKlFgs.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~XoAJ6ol" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~XoAJ6ol" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "fos_rest.serializer.form_error_normalizer" 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.dateinterval" 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 "property_accessor" to "serializer.normalizer.object".
  • Inlined service "property_info" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_ServiceLocator~3sbnEcx" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.y8_7if6" to "security.firewall.map".
  • 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.ZTTJdaa" to "security.access_map".
  • Inlined service ".security.request_matcher.NtYrl1G" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.authentication.success_handler.login.form_login" to "security.authentication.listener.form.login".
  • Inlined service "security.authentication.failure_handler.login.form_login" to "security.authentication.listener.form.login".
  • Inlined service "security.authentication.form_entry_point.login" to "security.exception_listener.login".
  • Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
  • Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
  • Inlined service "security.authentication.success_handler.login_cuenta.form_login" to "security.authentication.listener.form.login_cuenta".
  • Inlined service "security.authentication.failure_handler.login_cuenta.form_login" to "security.authentication.listener.form.login_cuenta".
  • Inlined service "security.authentication.form_entry_point.login_cuenta" to "security.exception_listener.login_cuenta".
  • Inlined service "security.exception_listener.login_cuenta" to "security.firewall.map.context.login_cuenta".
  • Inlined service "security.firewall.map.config.login_cuenta" to "security.firewall.map.context.login_cuenta".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.exception_listener.api_inicio" to "security.firewall.map.context.api_inicio".
  • Inlined service "security.firewall.map.config.api_inicio" to "security.firewall.map.context.api_inicio".
  • Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
  • Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
  • Inlined service "fos_rest.routing.loader.reader.controller" to "fos_rest.routing.loader.controller".
  • Inlined service "fos_rest.routing.loader.reader.action" to "fos_rest.routing.loader.reader.controller".
  • Inlined service "fos_rest.inflector.doctrine" to "fos_rest.routing.loader.reader.action".
  • Inlined service ".service_locator.kuaDcLh" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service ".service_locator.pmxjK71" to "jms_serializer.event_dispatcher".
  • Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.php_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.annotation_driver" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.metadata.cache.file_cache" to "jms_serializer.metadata_factory".
  • Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
  • Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.cache_naming_strategy".
  • Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer.accessor_strategy.expression".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • 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 "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • 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 "doctrine.orm.default_listeners.attach_entity_listeners" 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.Dsh6uFB" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_entity_manager.metadata_factory" to "doctrine.orm.default_entity_manager.property_info_extractor".
  • Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\AppFixturesClass" to "doctrine.fixtures.loader".
  • Inlined service ".1_NonceGenerator~xIZILyO" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~xIZILyO" to "twig.extension.webprofiler".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" 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.dump" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.UEpceA5.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.UEpceA5.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service ".service_locator.pzQ16v1" to "twig.runtime_loader".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service ".1_SourceContextProvider~jyJR55V" to "var_dumper.server_connection".
  • Inlined service ".2_RequestContextProvider~jyJR55V" to "var_dumper.server_connection".
  • Inlined service ".3_CliContextProvider~jyJR55V" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".4_CliDescriptor~jyJR55V" to "var_dumper.command.server_dump".
  • Inlined service ".5_HtmlDescriptor~jyJR55V" to "var_dumper.command.server_dump".
  • 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_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.3nNxzEJ" to ".service_locator.3nNxzEJ.translation.warmer".
  • Inlined service ".service_locator.oNnsU_h" to ".service_locator.oNnsU_h.router.default".
  • Inlined service ".service_locator.tdKlFgs" to ".service_locator.tdKlFgs.router.cache_warmer".
  • Inlined service ".service_locator.PYGpwkL" to "debug.argument_resolver.service.inner".
  • Inlined service ".service_locator._Ozhxdg" to "console.command_loader".
  • Inlined service "translator.default" to "translator".
  • Inlined service ".service_locator.oNnsU_h.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
  • Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • 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 "fos_rest.serializer.form_error_handler.inner" to "jms_serializer.form_error_handler".
  • Inlined service ".service_locator.Bu44P3G" to "fos_rest.serializer.jms_handler_registry".
  • Inlined service "session.storage.metadata_bag" to "session".
  • Inlined service "security.csrf.token_storage" to "security.csrf.token_manager".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "fos_rest.request.param_fetcher.reader" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "fos_rest.routing.loader.processor" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "jms_serializer.metadata.file_locator" to "jms_serializer.metadata.chain_driver".
  • Inlined service "assets.empty_version_strategy" to "twig".
  • Inlined service "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
292
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Service\EtiquetaService"; reason: unused.
  • Removed service "App\Service\IdiomaService"; reason: unused.
  • Removed service "App\Service\TarifaService"; reason: unused.
  • Removed service "App\Service\UtilidadService"; reason: unused.
  • Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
  • Removed service "App\DataFixtures\AppFixtures"; reason: unused.
  • Removed service "App\DataFixtures\AppFixturesClass"; reason: unused.
  • Removed service "App\DoctrineExtensionListener"; reason: unused.
  • Removed service "App\Espectrometria\Ajuste"; reason: unused.
  • Removed service "App\Event\RequestListener"; reason: unused.
  • Removed service "App\Form\FormulaType"; reason: unused.
  • Removed service "App\Form\HistoricoComponenteType"; reason: unused.
  • Removed service "App\Form\HistoricoType"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "fragment.handler"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".2_ServiceLocator~DvV_kmW"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~DvV_kmW"; reason: unused.
  • Removed service "session.storage.native"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "security.csrf.token_generator"; reason: unused.
  • Removed service "twig.extension.security_csrf"; reason: unused.
  • Removed service "assets.packages"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.context"; reason: unused.
  • Removed service "assets._default_package"; reason: unused.
  • Removed service ".1_PhpArrayAdapter~IZNQuRE"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.validator_factory"; reason: unused.
  • Removed service "translator.default"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "translator.formatter.default"; reason: unused.
  • Removed service "translation.dumper.php"; reason: unused.
  • Removed service "translation.dumper.xliff"; reason: unused.
  • Removed service "translation.dumper.po"; reason: unused.
  • Removed service "translation.dumper.mo"; reason: unused.
  • Removed service "translation.dumper.yml"; reason: unused.
  • Removed service "translation.dumper.yaml"; reason: unused.
  • Removed service "translation.dumper.qt"; reason: unused.
  • Removed service "translation.dumper.csv"; reason: unused.
  • Removed service "translation.dumper.ini"; reason: unused.
  • Removed service "translation.dumper.json"; reason: unused.
  • Removed service "translation.dumper.res"; reason: unused.
  • Removed service "translation.extractor.php"; reason: unused.
  • Removed service "translation.writer"; reason: unused.
  • Removed service "profiler.storage"; reason: unused.
  • Removed service "data_collector.config"; reason: unused.
  • Removed service "data_collector.ajax"; reason: unused.
  • Removed service "data_collector.exception"; reason: unused.
  • Removed service "data_collector.events"; reason: unused.
  • Removed service "data_collector.logger"; reason: unused.
  • Removed service "data_collector.time"; reason: unused.
  • Removed service "data_collector.memory"; reason: unused.
  • Removed service "data_collector.cache"; reason: unused.
  • Removed service "data_collector.validator"; reason: unused.
  • Removed service "data_collector.translation"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "cache.property_access"; reason: unused.
  • Removed service "debug.controller_resolver"; reason: unused.
  • Removed service "debug.argument_resolver"; reason: unused.
  • Removed service "routing.resolver"; reason: unused.
  • Removed service "routing.loader.xml"; reason: unused.
  • Removed service "routing.loader.yml"; reason: unused.
  • Removed service "routing.loader.php"; reason: unused.
  • Removed service "routing.loader.glob"; reason: unused.
  • Removed service "routing.loader.directory"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "routing.loader.annotation.directory"; reason: unused.
  • Removed service "routing.loader.annotation.file"; reason: unused.
  • Removed service ".2_PhpArrayAdapter~XoAJ6ol"; reason: unused.
  • Removed service ".1_ArrayCache~XoAJ6ol"; reason: unused.
  • Removed service "annotations.dummy_registry"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "property_accessor"; reason: unused.
  • Removed service "serializer.mapping.class_discriminator_resolver"; reason: unused.
  • Removed service "serializer.normalizer.constraint_violation_list"; reason: unused.
  • Removed service "serializer.normalizer.dateinterval"; reason: unused.
  • Removed service "serializer.normalizer.data_uri"; reason: unused.
  • Removed service "serializer.normalizer.datetime"; reason: unused.
  • Removed service "serializer.normalizer.json_serializable"; reason: unused.
  • Removed service "serializer.normalizer.object"; reason: unused.
  • Removed service "serializer.denormalizer.array"; reason: unused.
  • Removed service "serializer.mapping.chain_loader"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.encoder.xml"; reason: unused.
  • Removed service "serializer.encoder.json"; reason: unused.
  • Removed service "serializer.encoder.yaml"; reason: unused.
  • Removed service "serializer.encoder.csv"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "property_info"; reason: unused.
  • Removed service ".1_ServiceLocator~3sbnEcx"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.expression_language"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.retry_entry_point"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service "twig.extension.logout_url"; reason: unused.
  • Removed service "twig.extension.security"; reason: unused.
  • Removed service "data_collector.security"; reason: unused.
  • Removed service "security.firewall.map.config.login"; reason: unused.
  • Removed service "security.authentication.success_handler.login.form_login"; reason: unused.
  • Removed service "security.authentication.failure_handler.login.form_login"; reason: unused.
  • Removed service "security.authentication.form_entry_point.login"; reason: unused.
  • Removed service "security.exception_listener.login"; reason: unused.
  • Removed service "security.firewall.map.config.login_cuenta"; reason: unused.
  • Removed service "security.authentication.success_handler.login_cuenta.form_login"; reason: unused.
  • Removed service "security.authentication.failure_handler.login_cuenta.form_login"; reason: unused.
  • Removed service "security.authentication.form_entry_point.login_cuenta"; reason: unused.
  • Removed service "security.exception_listener.login_cuenta"; reason: unused.
  • Removed service "security.firewall.map.config.dev"; reason: unused.
  • Removed service "security.firewall.map.config.api"; reason: unused.
  • Removed service "security.exception_listener.api"; reason: unused.
  • Removed service "security.firewall.map.config.api_inicio"; reason: unused.
  • Removed service "security.exception_listener.api_inicio"; reason: unused.
  • Removed service ".service_locator.y8_7if6"; reason: unused.
  • Removed service ".security.request_matcher.ZTTJdaa"; reason: unused.
  • Removed service ".security.request_matcher.NtYrl1G"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
  • Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
  • Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.jws_provider.lcobucci"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.chain_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.authorization_header_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
  • Removed service "phpoffice.spreadsheet"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.routing.loader.directory"; reason: unused.
  • Removed service "fos_rest.routing.loader.controller"; reason: unused.
  • Removed service "fos_rest.routing.loader.yaml_collection"; reason: unused.
  • Removed service "fos_rest.routing.loader.xml_collection"; reason: unused.
  • Removed service "fos_rest.routing.loader.reader.controller"; reason: unused.
  • Removed service "fos_rest.routing.loader.reader.action"; reason: unused.
  • Removed service "fos_rest.inflector.doctrine"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.serializer.symfony"; reason: unused.
  • Removed service "fos_rest.serializer.form_error_normalizer"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "fos_rest.decoder_provider"; reason: unused.
  • Removed service ".service_locator.kuaDcLh"; reason: unused.
  • Removed service "jms_serializer.event_dispatcher"; reason: unused.
  • Removed service "jms_serializer.metadata.yaml_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.xml_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.php_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.annotation_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.doctrine_phpcr_type_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.lazy_loading_driver"; reason: unused.
  • Removed service "jms_serializer.metadata.cache.file_cache"; reason: unused.
  • Removed service "jms_serializer.metadata_factory"; reason: unused.
  • Removed service "jms_serializer.camel_case_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
  • Removed service "jms_serializer.serialized_name_annotation_strategy"; reason: unused.
  • Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
  • Removed service "jms_serializer.expression_language"; reason: unused.
  • Removed service "jms_serializer.expression_language.function_provider"; reason: unused.
  • Removed service "jms_serializer.twig_extension.serializer"; reason: unused.
  • Removed service "jms_serializer.templating.helper.serializer"; reason: unused.
  • Removed service "jms_serializer.accessor_strategy.default"; reason: unused.
  • Removed service "nelmio_cors.options_resolver"; reason: unused.
  • Removed service "nelmio_cors.options_provider.config"; reason: unused.
  • Removed service "sensio_framework_extra.converter.manager"; reason: unused.
  • Removed service "sensio_framework_extra.converter.doctrine.orm"; reason: unused.
  • Removed service "framework_extra_bundle.date_time_param_converter"; reason: unused.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language.default"; reason: unused.
  • Removed service "sensio_framework_extra.view.guesser"; reason: unused.
  • Removed service "sensio_framework_extra.security.expression_language.default"; reason: unused.
  • Removed service "maker.autoloader_finder"; reason: unused.
  • Removed service "maker.autoloader_util"; reason: unused.
  • Removed service "maker.event_registry"; reason: unused.
  • Removed service "maker.user_class_builder"; reason: unused.
  • Removed service "maker.maker.make_authenticator"; reason: unused.
  • Removed service "maker.maker.make_command"; reason: unused.
  • Removed service "maker.maker.make_controller"; reason: unused.
  • Removed service "maker.maker.make_crud"; reason: unused.
  • Removed service "maker.maker.make_entity"; reason: unused.
  • Removed service "maker.maker.make_fixtures"; reason: unused.
  • Removed service "maker.maker.make_form"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_message"; reason: unused.
  • Removed service "maker.maker.make_messenger_middleware"; reason: unused.
  • Removed service "maker.maker.make_registration_form"; reason: unused.
  • Removed service "maker.maker.make_reset_password"; reason: unused.
  • Removed service "maker.maker.make_serializer_encoder"; reason: unused.
  • Removed service "maker.maker.make_serializer_normalizer"; reason: unused.
  • Removed service "maker.maker.make_subscriber"; reason: unused.
  • Removed service "maker.maker.make_twig_extension"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "maker.maker.make_validator"; reason: unused.
  • Removed service "maker.maker.make_voter"; reason: unused.
  • Removed service "maker.maker.make_user"; reason: unused.
  • Removed service "maker.maker.make_migration"; reason: unused.
  • Removed service "doctrine.dbal.logger"; reason: unused.
  • Removed service "data_collector.doctrine"; reason: unused.
  • Removed service "doctrine.dbal.connection_factory"; reason: unused.
  • Removed service "doctrine.twig.doctrine_extension"; reason: unused.
  • Removed service "doctrine.dbal.default_connection.configuration"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain.default"; reason: unused.
  • Removed service "doctrine.dbal.default_connection.event_manager"; reason: unused.
  • Removed service ".1_ServiceLocator~Ees0kX0"; reason: unused.
  • Removed service "form.type_guesser.doctrine"; reason: unused.
  • Removed service "form.type.entity"; reason: unused.
  • Removed service "doctrine.orm.container_repository_factory"; reason: unused.
  • Removed service "doctrine.orm.validator_initializer"; 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.default"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.orm.default_annotation_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_metadata_driver"; reason: unused.
  • Removed service "doctrine.orm.default_entity_listener_resolver"; reason: unused.
  • Removed service "doctrine.orm.default_listeners.attach_entity_listeners"; reason: unused.
  • Removed service "doctrine.orm.default_manager_configurator"; reason: unused.
  • Removed service "doctrine.orm.default_entity_manager.metadata_factory"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~OfqmADc"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~OfqmADc"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~OfqmADc"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~OfqmADc"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "swiftmailer.data_collector"; reason: unused.
  • Removed service "swiftmailer.mailer.default.transport.authhandler"; reason: unused.
  • Removed service "swiftmailer.mailer.default.transport.buffer"; reason: unused.
  • Removed service "swiftmailer.transport.configurator.default"; reason: unused.
  • Removed service "swiftmailer.mailer.default.spool.memory"; reason: unused.
  • Removed service "doctrine.fixtures.loader"; reason: unused.
  • Removed service ".2_HtmlDumper~xIZILyO"; reason: unused.
  • Removed service ".1_NonceGenerator~xIZILyO"; reason: unused.
  • Removed service "twig.extension.webprofiler"; reason: unused.
  • Removed service "twig.app_variable"; reason: unused.
  • Removed service "twig.template_iterator"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.profiler"; reason: unused.
  • Removed service "data_collector.twig"; reason: unused.
  • Removed service "twig.extension.trans"; reason: unused.
  • Removed service "twig.extension.assets"; reason: unused.
  • Removed service "twig.extension.code"; reason: unused.
  • Removed service "twig.extension.routing"; reason: unused.
  • Removed service "twig.extension.yaml"; reason: unused.
  • Removed service "twig.extension.debug.stopwatch"; reason: unused.
  • Removed service "twig.extension.expression"; reason: unused.
  • Removed service "twig.extension.httpkernel"; reason: unused.
  • Removed service "twig.extension.httpfoundation"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "twig.translation.extractor"; reason: unused.
  • Removed service "twig.configurator.environment"; reason: unused.
  • Removed service "twig.runtime_loader"; 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.processor.psr_log_message"; reason: unused.
  • Removed service ".5_HtmlDescriptor~jyJR55V"; reason: unused.
  • Removed service ".4_CliDescriptor~jyJR55V"; reason: unused.
  • Removed service ".3_CliContextProvider~jyJR55V"; reason: unused.
  • Removed service ".2_RequestContextProvider~jyJR55V"; reason: unused.
  • Removed service ".1_SourceContextProvider~jyJR55V"; reason: unused.
  • Removed service "twig.extension.dump"; reason: unused.
  • Removed service "var_dumper.dump_server"; reason: unused.
  • Removed service ".service_locator.PYGpwkL"; reason: unused.
  • Removed service ".service_locator.yQVjGlt"; reason: unused.
  • Removed service ".service_locator.gmwRZ3h"; reason: unused.
  • Removed service "security.logout.handler.csrf_token_clearing"; reason: unused.
  • Removed service ".service_locator.Dsh6uFB"; reason: unused.
  • Removed service "monolog.logger.console"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "monolog.logger.php"; reason: unused.
  • Removed service "monolog.logger.event"; reason: unused.
  • Removed service "monolog.logger.router"; reason: unused.
  • Removed service "monolog.logger.doctrine"; reason: unused.
  • Removed service "monolog.logger.debug"; reason: unused.
  • Removed service "monolog.handler.null_internal"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\AutorizacionUsuarioController"; reason: unused.
  • Removed service ".service_locator.ychIlgF.App\Controller\ColorController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\ComponenteController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\ConfigController"; reason: unused.
  • Removed service ".service_locator.ychIlgF.App\Controller\DefaultController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\EspectroController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\FormulaController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\GrupoColorController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\GruposController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\HistoricoController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\IdiomaController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\TarifaController"; reason: unused.
  • Removed service ".service_locator.09qkdzF.App\Controller\UsuarioController"; reason: unused.
  • Removed service ".service_locator.3nNxzEJ"; reason: unused.
  • Removed service ".service_locator.3nNxzEJ.translation.warmer"; reason: unused.
  • Removed service ".service_locator.oNnsU_h"; reason: unused.
  • Removed service ".service_locator.oNnsU_h.router.default"; reason: unused.
  • Removed service ".service_locator.tdKlFgs"; reason: unused.
  • Removed service ".service_locator.tdKlFgs.router.cache_warmer"; reason: unused.
  • Removed service ".service_locator.UEpceA5.twig.cache_warmer"; reason: unused.
  • Removed service ".service_locator.UEpceA5.twig.template_cache_warmer"; reason: unused.
  • Removed service "debug.validator.inner"; reason: unused.
  • Removed service "debug.event_dispatcher.inner"; reason: unused.
  • Removed service "debug.controller_resolver.inner"; reason: unused.
  • Removed service "debug.argument_resolver.inner"; reason: unused.
  • Removed service "debug.security.access.decision_manager.inner"; reason: unused.
  • Removed service "debug.argument_resolver.request_attribute.inner"; reason: unused.
  • Removed service "debug.argument_resolver.request.inner"; reason: unused.
  • Removed service "debug.argument_resolver.session.inner"; reason: unused.
  • Removed service "debug.security.user_value_resolver.inner"; reason: unused.
  • Removed service "debug.argument_resolver.service.inner"; reason: unused.
  • Removed service "debug.argument_resolver.default.inner"; reason: unused.
  • Removed service "debug.argument_resolver.variadic.inner"; reason: unused.
  • Removed service "fos_rest.serializer.form_error_handler.inner"; reason: unused.
  • Removed service ".service_locator.HKoUR8q"; reason: unused.
  • Removed service ".service_locator._Ozhxdg"; reason: unused.
  • Removed service "cache.app.recorder_inner"; reason: unused.
  • Removed service "cache.system.recorder_inner"; reason: unused.
  • Removed service "cache.validator.recorder_inner"; reason: unused.
  • Removed service "cache.serializer.recorder_inner"; reason: unused.
  • Removed service "cache.annotations.recorder_inner"; reason: unused.
  • Removed service "cache.security_expression_language.recorder_inner"; reason: unused.
  • Removed service ".service_locator.pmxjK71"; reason: unused.
  • Removed service ".service_locator.Bu44P3G"; reason: unused.
  • Removed service ".service_locator.pzQ16v1"; reason: unused.
  • Removed service "session.storage.metadata_bag"; reason: unused.
  • Removed service "security.csrf.token_storage"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "routing.loader.annotation"; reason: unused.
  • Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
  • Removed service "fos_rest.routing.loader.processor"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
  • Removed service "jms_serializer.metadata.file_locator"; reason: unused.
  • Removed service "jms_serializer.metadata.chain_driver"; reason: unused.
  • Removed service "monolog.logger.profiler"; reason: unused.
353