https://interjama.com.ar/atencion/ajax/precargas

Log Messages

Info. & Errors 1

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

Level Channel Message
INFO 09:37:07 request Matched route
"atencion_ajax_precargas_save"
.
[
  "route" => "atencion_ajax_precargas_save"
  "route_parameters" => [
    "_controller" => "Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\PrecargaController::postPrecargaSaveAction"
    "_route" => "atencion_ajax_precargas_save"
  ]
  "request_uri" => "https://interjama.com.ar/atencion/ajax/precargas"
  "method" => "POST"
]
CRITICAL 09:37:07 request Uncaught PHP Exception Doctrine\ORM\NonUniqueResultException: "More than one result was found for query although one row or none was expected." at /var/www/html/interjama/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php line 811
[
  "exception" => NonUniqueResultException {#2553
    #message: "More than one result was found for query although one row or none was expected."
    #code: 0
    #file: "/var/www/html/interjama/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php"
    #line: 811
    trace: {
      /var/www/html/interjama/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:811 {if (count($result) > 1) {    throw new NonUniqueResultException;}
      }
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Repository/McCajaMonedaRepository.php:50 {$qb->andWhere('cm.moneda = :moneda')->setParameter('moneda', $monedaId);$results = $qb->select('cm')->getQuery()->getOneOrNullResult();return $results;
      }
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McCajaMonedaHandler.php:53 {public function getByCajaAndMoneda($cajaId, $monedaId) {    return $this->repository->getByCajaAndMoneda($cajaId, $monedaId);}
      }
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McCajaHandler.php:355 {if ($modalidad == 'Contado/Efectivo') {    $cajaMoneda = $this->container->get("Noahtech\Sistemas\InterjamaBundle\Handler\McCajaMonedaHandler")->getByCajaAndMoneda($caja->getId(), $monedaId);    if ($tipo == 'Egreso') {
      }
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McMovimientoHandler.php:74 {$movimiento = $this->save($movimiento);$operacionCaja = $this->container->get("Noahtech\Sistemas\InterjamaBundle\Handler\McCajaHandler")->saveOperacionCaja($caja, $tipo, $monto, $modalidad, (int)$monedaId);return $movimiento;
      }
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McPrecargaHandler.php:380 {->get("Noahtech\Sistemas\InterjamaBundle\Handler\McMovimientoHandler")->saveFromAtencionPrecarga((int)$monedaId, (int)$cajaId, $tipoPago, (float)$total, $precarga->getUsuario(), $precarga);}
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Controller/Atencion/PrecargaController.php:548 {$precarga = $handler->getPrecargaFromRequest($request, $usuario);$result = $handler->save($precarga, $request);$this->response->setData($result);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {// call controller$response = \call_user_func_array($controller, $arguments);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php:811 {if (count($result) > 1) {    throw new NonUniqueResultException;}
  }
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Repository/McCajaMonedaRepository.php:50 {$qb->andWhere('cm.moneda = :moneda')->setParameter('moneda', $monedaId);$results = $qb->select('cm')->getQuery()->getOneOrNullResult();return $results;
  }
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McCajaMonedaHandler.php:53 {public function getByCajaAndMoneda($cajaId, $monedaId) {    return $this->repository->getByCajaAndMoneda($cajaId, $monedaId);}
  }
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McCajaHandler.php:355 {if ($modalidad == 'Contado/Efectivo') {    $cajaMoneda = $this->container->get("Noahtech\Sistemas\InterjamaBundle\Handler\McCajaMonedaHandler")->getByCajaAndMoneda($caja->getId(), $monedaId);    if ($tipo == 'Egreso') {
  }
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McMovimientoHandler.php:74 {$movimiento = $this->save($movimiento);$operacionCaja = $this->container->get("Noahtech\Sistemas\InterjamaBundle\Handler\McCajaHandler")->saveOperacionCaja($caja, $tipo, $monto, $modalidad, (int)$monedaId);return $movimiento;
  }
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McPrecargaHandler.php:380 {->get("Noahtech\Sistemas\InterjamaBundle\Handler\McMovimientoHandler")->saveFromAtencionPrecarga((int)$monedaId, (int)$cajaId, $tipoPago, (float)$total, $precarga->getUsuario(), $precarga);}
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Controller/Atencion/PrecargaController.php:548 {$precarga = $handler->getPrecargaFromRequest($request, $usuario);$result = $handler->save($precarga, $request);$this->response->setData($result);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {// call controller$response = \call_user_func_array($controller, $arguments);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}

Deprecations 21

Log messages generated by using features marked as deprecated.

Time Channel Message
09:37:07 php (6 times) User Deprecated: The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.
[
  "exception" => ErrorException {#977
    #message: "User Deprecated: The "Doctrine\Common\Inflector\Inflector::classify" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API."
    #code: 0
    #file: "/var/www/html/interjama/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php"
    #line: 90
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:90 {{    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
      /var/www/html/interjama/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:305 {
        › 
        › $fieldName = lcfirst(Inflector::classify($by));}
      /var/www/html/interjama/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:228 {if (0 === strpos($method, 'findOneBy')) {    return $this->resolveMagicCall('findOneBy', substr($method, 9), $arguments);}
      }
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McClienteHandler.php:187 {public function getClienteById($id) {    return $this->repository->findOneById($id);}
      }
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McPrecargaHandler.php:214 {$cliente = $this->container->get("Noahtech\Sistemas\InterjamaBundle\Handler\McClienteHandler")->getClienteById($clienteId);}
      /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Controller/Atencion/PrecargaController.php:547 {$usuario = $this->getUser();$precarga = $handler->getPrecargaFromRequest($request, $usuario);$result = $handler->save($precarga, $request);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {// call controller$response = \call_user_func_array($controller, $arguments);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php:90 {{    @trigger_error(sprintf('The "%s" method is deprecated and will be dropped in doctrine/inflector 2.0. Please update to the new Inflector API.', __METHOD__), E_USER_DEPRECATED);}
  /var/www/html/interjama/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:305 {
    › 
    › $fieldName = lcfirst(Inflector::classify($by));}
  /var/www/html/interjama/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:228 {if (0 === strpos($method, 'findOneBy')) {    return $this->resolveMagicCall('findOneBy', substr($method, 9), $arguments);}
  }
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McClienteHandler.php:187 {public function getClienteById($id) {    return $this->repository->findOneById($id);}
  }
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Handler/McPrecargaHandler.php:214 {$cliente = $this->container->get("Noahtech\Sistemas\InterjamaBundle\Handler\McClienteHandler")->getClienteById($clienteId);}
  /var/www/html/interjama/src/Noahtech/Sistemas/InterjamaBundle/Controller/Atencion/PrecargaController.php:547 {$usuario = $this->getUser();$precarga = $handler->getPrecargaFromRequest($request, $usuario);$result = $handler->save($precarga, $request);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151 {// call controller$response = \call_user_func_array($controller, $arguments);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
09:37:07 php User Deprecated: The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2540
    #message: "User Deprecated: The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_AccessDeniedListenerService.php"
    #line: 8
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_AccessDeniedListenerService.php:8 {
        › 
        › @trigger_error('The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1969 {$instance->addListener('kernel.exception', [0 => function () {    return ${($_ = isset($this->services['fos_rest.access_denied_listener']) ? $this->services['fos_rest.access_denied_listener'] : $this->load('getFosRest_AccessDeniedListenerService.php')) && false ?: '_'};}, 1 => 'onKernelException'], 5);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
        › 
        ›     return parent::getListeners($eventName);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
        › 
        ›     return $this->handleException($e, $request, $type);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_AccessDeniedListenerService.php:8 {
    › 
    › @trigger_error('The "fos_rest.access_denied_listener" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1969 {$instance->addListener('kernel.exception', [0 => function () {    return ${($_ = isset($this->services['fos_rest.access_denied_listener']) ? $this->services['fos_rest.access_denied_listener'] : $this->load('getFosRest_AccessDeniedListenerService.php')) && false ?: '_'};}, 1 => 'onKernelException'], 5);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
    › 
    ›     return parent::getListeners($eventName);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
    › 
    ›     return $this->handleException($e, $request, $type);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
09:37:07 php User Deprecated: The FOS\RestBundle\EventListener\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2541
    #message: "User Deprecated: The FOS\RestBundle\EventListener\AccessDeniedListener class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/AccessDeniedListener.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/AccessDeniedListener.php:14 {
        › 
        › @trigger_error(sprintf('The %s\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_AccessDeniedListenerService.php:10 {
        › 
        › return $this->services['fos_rest.access_denied_listener'] = new \FOS\RestBundle\EventListener\AccessDeniedListener(['json' => true], NULL);}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1969 {$instance->addListener('kernel.exception', [0 => function () {    return ${($_ = isset($this->services['fos_rest.access_denied_listener']) ? $this->services['fos_rest.access_denied_listener'] : $this->load('getFosRest_AccessDeniedListenerService.php')) && false ?: '_'};}, 1 => 'onKernelException'], 5);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
        › 
        ›     return parent::getListeners($eventName);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
        › 
        ›     return $this->handleException($e, $request, $type);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/AccessDeniedListener.php:14 {
    › 
    › @trigger_error(sprintf('The %s\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_AccessDeniedListenerService.php:10 {
    › 
    › return $this->services['fos_rest.access_denied_listener'] = new \FOS\RestBundle\EventListener\AccessDeniedListener(['json' => true], NULL);}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1969 {$instance->addListener('kernel.exception', [0 => function () {    return ${($_ = isset($this->services['fos_rest.access_denied_listener']) ? $this->services['fos_rest.access_denied_listener'] : $this->load('getFosRest_AccessDeniedListenerService.php')) && false ?: '_'};}, 1 => 'onKernelException'], 5);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
    › 
    ›     return parent::getListeners($eventName);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
    › 
    ›     return $this->handleException($e, $request, $type);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
09:37:07 php User Deprecated: The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2655
    #message: "User Deprecated: The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_ExceptionListenerService.php"
    #line: 8
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_ExceptionListenerService.php:8 {
        › 
        › @trigger_error('The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1963 {$instance->addListener('kernel.exception', [0 => function () {    return ${($_ = isset($this->services['fos_rest.exception_listener']) ? $this->services['fos_rest.exception_listener'] : $this->load('getFosRest_ExceptionListenerService.php')) && false ?: '_'};}, 1 => 'onKernelException'], -100);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
        › 
        ›     return parent::getListeners($eventName);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
        › 
        ›     return $this->handleException($e, $request, $type);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_ExceptionListenerService.php:8 {
    › 
    › @trigger_error('The "fos_rest.exception_listener" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1963 {$instance->addListener('kernel.exception', [0 => function () {    return ${($_ = isset($this->services['fos_rest.exception_listener']) ? $this->services['fos_rest.exception_listener'] : $this->load('getFosRest_ExceptionListenerService.php')) && false ?: '_'};}, 1 => 'onKernelException'], -100);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
    › 
    ›     return parent::getListeners($eventName);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
    › 
    ›     return $this->handleException($e, $request, $type);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
09:37:07 php User Deprecated: The FOS\RestBundle\EventListener\ExceptionListener class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2654
    #message: "User Deprecated: The FOS\RestBundle\EventListener\ExceptionListener class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:14 {
        › 
        › @trigger_error(sprintf('The %s\ExceptionListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_ExceptionListenerService.php:10 {
        › 
        › return $this->services['fos_rest.exception_listener'] = new \FOS\RestBundle\EventListener\ExceptionListener(${($_ = isset($this->services['fos_rest.error_listener']) ? $this->services['fos_rest.error_listener'] : $this->load('getFosRest_ErrorListenerService.php')) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1963 {$instance->addListener('kernel.exception', [0 => function () {    return ${($_ = isset($this->services['fos_rest.exception_listener']) ? $this->services['fos_rest.exception_listener'] : $this->load('getFosRest_ExceptionListenerService.php')) && false ?: '_'};}, 1 => 'onKernelException'], -100);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
        › 
        ›     return parent::getListeners($eventName);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
        › 
        ›     return $this->handleException($e, $request, $type);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:14 {
    › 
    › @trigger_error(sprintf('The %s\ExceptionListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_ExceptionListenerService.php:10 {
    › 
    › return $this->services['fos_rest.exception_listener'] = new \FOS\RestBundle\EventListener\ExceptionListener(${($_ = isset($this->services['fos_rest.error_listener']) ? $this->services['fos_rest.error_listener'] : $this->load('getFosRest_ErrorListenerService.php')) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1963 {$instance->addListener('kernel.exception', [0 => function () {    return ${($_ = isset($this->services['fos_rest.exception_listener']) ? $this->services['fos_rest.exception_listener'] : $this->load('getFosRest_ExceptionListenerService.php')) && false ?: '_'};}, 1 => 'onKernelException'], -100);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:231 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $this->listeners[$eventName][$priority][$k] = $listener;
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:61 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php:129 {
    › 
    ›     return parent::getListeners($eventName);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:259 {{    foreach ($this->dispatcher->getListeners($eventName) as $listener) {        $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:137 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
    › 
    ›     return $this->handleException($e, $request, $type);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
09:37:07 php User Deprecated: The "fos_rest.exception.twig_controller" service is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2651
    #message: "User Deprecated: The "fos_rest.exception.twig_controller" service is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_Exception_TwigControllerService.php"
    #line: 10
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_Exception_TwigControllerService.php:10 {
        › 
        › @trigger_error('The "fos_rest.exception.twig_controller" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:304 {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/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:78 {
        › 
        › $service = $this->container->get($controller);if (null !== $method) {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43 {
        › 
        › $resolvedController = parent::createController($controller);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:89 {try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:41 {{    $controller = parent::getController($request);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49 {
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {// load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55 {try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:81 {
        › 
        ›     $this->exceptionListener->onKernelException($event);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
        › 
        › \call_user_func($this->listener, $event, $eventName, $dispatcher);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
        › 
        ›     return $this->handleException($e, $request, $type);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_Exception_TwigControllerService.php:10 {
    › 
    › @trigger_error('The "fos_rest.exception.twig_controller" service is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:304 {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/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:78 {
    › 
    › $service = $this->container->get($controller);if (null !== $method) {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43 {
    › 
    › $resolvedController = parent::createController($controller);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:89 {try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:41 {{    $controller = parent::getController($request);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49 {
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {// load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55 {try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:81 {
    › 
    ›     $this->exceptionListener->onKernelException($event);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
    › 
    › \call_user_func($this->listener, $event, $eventName, $dispatcher);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
    › 
    ›     return $this->handleException($e, $request, $type);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
09:37:07 php User Deprecated: The FOS\RestBundle\Controller\ExceptionController class is deprecated since FOSRestBundle 2.8.
[
  "exception" => ErrorException {#2748
    #message: "User Deprecated: The FOS\RestBundle\Controller\ExceptionController class is deprecated since FOSRestBundle 2.8."
    #code: 0
    #file: "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:14 {
        › 
        › @trigger_error(sprintf('The %s\ExceptionController class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Controller/TemplatingExceptionController.php:24 { */abstract class TemplatingExceptionController extends ExceptionController{
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Controller/TwigExceptionController.php:26 { */class TwigExceptionController extends TemplatingExceptionController{
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
      Symfony\Component\Debug\DebugClassLoader->loadClass() {}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_Exception_TwigControllerService.php:12 {
        › 
        › return $this->services['fos_rest.exception.twig_controller'] = new \FOS\RestBundle\Controller\TwigExceptionController(${($_ = isset($this->services['FOS\\RestBundle\\View\\ViewHandlerInterface']) ? $this->services['FOS\\RestBundle\\View\\ViewHandlerInterface'] : $this->load('getViewHandlerInterfaceService.php')) && false ?: '_'}, ${($_ = isset($this->services['fos_rest.exception.codes_map']) ? $this->services['fos_rest.exception.codes_map'] : ($this->services['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404, 'Doctrine\\ORM\\OptimisticLockException' => 409]))) && false ?: '_'}, true, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->load('getTemplatingService.php')) && false ?: '_'});}
      /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:304 {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/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:78 {
        › 
        › $service = $this->container->get($controller);if (null !== $method) {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43 {
        › 
        › $resolvedController = parent::createController($controller);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:89 {try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:41 {{    $controller = parent::getController($request);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49 {
        › 
        › $ret = $this->resolver->getController($request);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {// load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55 {try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
      }
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:81 {
        › 
        ›     $this->exceptionListener->onKernelException($event);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
        › 
        › \call_user_func($this->listener, $event, $eventName, $dispatcher);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
        › 
        ›     return $this->handleException($e, $request, $type);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Controller/ExceptionController.php:14 {
    › 
    › @trigger_error(sprintf('The %s\ExceptionController class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Controller/TemplatingExceptionController.php:24 { */abstract class TemplatingExceptionController extends ExceptionController{
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Controller/TwigExceptionController.php:26 { */class TwigExceptionController extends TemplatingExceptionController{
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:152 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;}
  Symfony\Component\Debug\DebugClassLoader->loadClass() {}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/getFosRest_Exception_TwigControllerService.php:12 {
    › 
    › return $this->services['fos_rest.exception.twig_controller'] = new \FOS\RestBundle\Controller\TwigExceptionController(${($_ = isset($this->services['FOS\\RestBundle\\View\\ViewHandlerInterface']) ? $this->services['FOS\\RestBundle\\View\\ViewHandlerInterface'] : $this->load('getViewHandlerInterfaceService.php')) && false ?: '_'}, ${($_ = isset($this->services['fos_rest.exception.codes_map']) ? $this->services['fos_rest.exception.codes_map'] : ($this->services['fos_rest.exception.codes_map'] = new \FOS\RestBundle\Util\ExceptionValueMap(['Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException' => 404, 'Doctrine\\ORM\\OptimisticLockException' => 409]))) && false ?: '_'}, true, ${($_ = isset($this->services['templating']) ? $this->services['templating'] : $this->load('getTemplatingService.php')) && false ?: '_'});}
  /var/www/html/interjama/var/cache/dev/ContainerG6dvskl/appDevDebugProjectContainer.php:1234 {{    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:304 {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/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:78 {
    › 
    › $service = $this->container->get($controller);if (null !== $method) {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php:43 {
    › 
    › $resolvedController = parent::createController($controller);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php:89 {try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php:41 {{    $controller = parent::getController($request);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php:49 {
    › 
    › $ret = $this->resolver->getController($request);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:134 {// load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php:55 {try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
  }
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:81 {
    › 
    ›     $this->exceptionListener->onKernelException($event);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115 {
    › 
    › \call_user_func($this->listener, $event, $eventName, $dispatcher);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214 {    }    \call_user_func($listener, $event, $eventName, $this);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44 {if ($listeners = $this->getListeners($eventName)) {    $this->doDispatch($listeners, $eventName, $event);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143 {try {    $this->dispatcher->dispatch($eventName, $event);} finally {
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:227 {$event = new GetResponseForExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch(KernelEvents::EXCEPTION, $event);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:79 {
    › 
    ›     return $this->handleException($e, $request, $type);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/interjama/web/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
21:25:28 - Not setting "logout_on_user_change" to true on firewall "main" is deprecated as of 3.4, it will always be true in 4.0.
[
  "exception" => SilencedErrorContext {#3203
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:386 {if (!$logoutOnUserChange = $firewall['logout_on_user_change']) {    @trigger_error(sprintf('Not setting "logout_on_user_change" to true on firewall "%s" is deprecated as of 3.4, it will always be true in 4.0.', $id), \E_USER_DEPRECATED);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:297 {
        › 
        › list($matcher, $listeners, $exceptionListener, $logoutListener) = $this->createFirewall($container, $name, $firewall, $authenticationProviders, $providerIds, $configId);}
    }
  }
]
{
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:386 {if (!$logoutOnUserChange = $firewall['logout_on_user_change']) {    @trigger_error(sprintf('Not setting "logout_on_user_change" to true on firewall "%s" is deprecated as of 3.4, it will always be true in 4.0.', $id), \E_USER_DEPRECATED);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php:297 {
    › 
    › list($matcher, $listeners, $exceptionListener, $logoutListener) = $this->createFirewall($container, $name, $firewall, $authenticationProviders, $providerIds, $configId);}
}
21:25:28 - The "fos_rest.access_denied_listener" option is deprecated since FOSRestBundle 2.8.
[
  "exception" => SilencedErrorContext {#3207
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
{
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
    › 
    › $value = $this->finalizeValue($value);}
}
21:25:28 - Enabling the route generation feature is deprecated since FOSRestBundle 2.8.
[
  "exception" => SilencedErrorContext {#3206
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/DependencyInjection/Configuration.php:123 {->defaultValue(function () {    @trigger_error('Enabling the route generation feature is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php:51 {
        › 
        ›     return $v instanceof \Closure ? $v() : $v;}
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/DependencyInjection/Configuration.php:123 {->defaultValue(function () {    @trigger_error('Enabling the route generation feature is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php:51 {
    › 
    ›     return $v instanceof \Closure ? $v() : $v;}
  }
}
21:25:28 - The "fos_rest.view.templating_formats" configuration key has been deprecated in FOSRestBundle 2.8.
[
  "exception" => SilencedErrorContext {#5286
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
{
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), \E_USER_DEPRECATED);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php:328 {
    › 
    › $value = $this->finalizeValue($value);}
}
21:25:28 - Enabling the "fos_rest.exception.exception_listener" option is deprecated since FOSRestBundle 2.8.
[
  "exception" => SilencedErrorContext {#5287
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/DependencyInjection/Configuration.php:474 {if ($v['exception_listener']) {    @trigger_error('Enabling the "fos_rest.exception.exception_listener" option is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/DependencyInjection/Configuration.php:474 {if ($v['exception_listener']) {    @trigger_error('Enabling the "fos_rest.exception.exception_listener" option is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
  }
}
21:25:28 - Enabling the "fos_rest.exception.serialize_exceptions" option is deprecated since FOSRestBundle 2.8.
[
  "exception" => SilencedErrorContext {#5288
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/DependencyInjection/Configuration.php:477 {if ($v['serialize_exceptions']) {    @trigger_error('Enabling the "fos_rest.exception.serialize_exceptions" option is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
      }
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/DependencyInjection/Configuration.php:477 {if ($v['serialize_exceptions']) {    @trigger_error('Enabling the "fos_rest.exception.serialize_exceptions" option is deprecated since FOSRestBundle 2.8.', E_USER_DEPRECATED);}
  }
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php:241 {$expressions[$k] = function ($v) use ($if, $then) {    return $if($v) ? $then($v) : $v;};
  }
}
21:25:28 - The FOS\RestBundle\EventListener\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.
[
  "exception" => SilencedErrorContext {#5289
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/AccessDeniedListener.php:14 {
        › 
        › @trigger_error(sprintf('The %s\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/ExceptionHandler.php"
        }
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/AccessDeniedListener.php:14 {
    › 
    › @trigger_error(sprintf('The %s\AccessDeniedListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/ExceptionHandler.php"
    }
  }
}
21:25:28 - The FOS\RestBundle\EventListener\ExceptionListener class is deprecated since FOSRestBundle 2.8.
[
  "exception" => SilencedErrorContext {#5290
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:14 {
        › 
        › @trigger_error(sprintf('The %s\ExceptionListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/ExceptionHandler.php"
        }
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/EventListener/ExceptionListener.php:14 {
    › 
    › @trigger_error(sprintf('The %s\ExceptionListener class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/ExceptionHandler.php"
    }
  }
}
21:25:28 - The FOS\RestBundle\Serializer\Normalizer\ExceptionHandler class is deprecated since FOSRestBundle 2.8.
[
  "exception" => SilencedErrorContext {#5291
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/ExceptionHandler.php:14 {
        › 
        › @trigger_error(sprintf('The %s\ExceptionHandler class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
      /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/ExceptionHandler.php"
        }
      }
    }
  }
]
{
  /var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/ExceptionHandler.php:14 {
    › 
    › @trigger_error(sprintf('The %s\ExceptionHandler class is deprecated since FOSRestBundle 2.8.', __NAMESPACE__), E_USER_DEPRECATED);}
  /var/www/html/interjama/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:155 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/html/interjama/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/ExceptionHandler.php"
    }
  }
}

Debug 95

Unimportant log messages generated during the execution of the application.

Time Channel Message
09:37:07 security Read existing security token from the session.
[
  "key" => "_security_main"
  "token_class" => "Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken"
]
09:37:07 doctrine SELECT t0.id AS id_1, t0.usuario AS usuario_2, t0.password AS password_3, t0.salt AS salt_4, t0.estado AS estado_5, t0.fecha_creacion AS fecha_creacion_6, t0.fecha_actualizacion AS fecha_actualizacion_7, t0.id_persona AS id_persona_8, t0.cliente_id AS cliente_id_9 FROM mc_usuarios t0 WHERE t0.id = ?
[
  32
]
09:37:07 security User was reloaded from a user provider.
[
  "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
  "username" => null
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
09:37:07 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"
]
09:37:07 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"
]
09:37:07 doctrine SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3 FROM mc_roles t0 INNER JOIN mc_usuarios_roles ON t0.id = mc_usuarios_roles.rol_id WHERE mc_usuarios_roles.usuario_id = ?
[
  32
]
09:37:07 doctrine SELECT t0.id AS id_1, t0.numero AS numero_2, t0.razon_social AS razon_social_3, t0.cuit AS cuit_4, t0.celular AS celular_5, t0.condicion_iva AS condicion_iva_6, t0.mail AS mail_7, t0.mail_alternativo AS mail_alternativo_8, t0.celular2 AS celular2_9, t0.direccion AS direccion_10, t0.representante_legal AS representante_legal_11, t0.archivo_poder AS archivo_poder_12, t0.archivo_presentacion AS archivo_presentacion_13, t0.fecha_alta AS fecha_alta_14, t0.fecha_creacion AS fecha_creacion_15, t0.fecha_actualizacion AS fecha_actualizacion_16 FROM mc_clientes t0 WHERE t0.id = ? LIMIT 1
[
  86
]
09:37:07 doctrine SELECT t0.id AS id_1, t0.nombre AS nombre_2 FROM mc_monedas t0 WHERE t0.id = ? LIMIT 1
[
  1
]
09:37:07 doctrine "START TRANSACTION"
09:37:07 doctrine INSERT INTO mc_precarga (dominio1, dominio2, estado, chofer, aduana_nombre, tramite, tipo_pago, total, registro, tras, rg, tlmd, mani, aduana, archivo_reverso, origen, facturado, plazo, leido, notificacion, tipo_operacion, pais_origen, mercaderia, exp_imp, mercaderia_1, fecha_pago, fecha_creacion, fecha_actualizacion, cliente_id, moneda_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[
  1 => "BEA3D73"
  2 => "AOV4D23"
  3 => 3
  4 => "ADOLPHO AUGUSTO DE SOUZA"
  5 => "031 - JUJUY"
  6 => "Salida"
  7 => "Contado/Efectivo"
  8 => "20000"
  9 => null
  10 => null
  11 => null
  12 => null
  13 => null
  14 => "0"
  15 => null
  16 => null
  17 => null
  18 => "0"
  19 => "Leido"
  20 => null
  21 => null
  22 => null
  23 => null
  24 => null
  25 => ""
  26 => null
  27 => DateTime @1753447027 {#2104
    date: 2025-07-25 09:37:07.419392 America/Argentina/Buenos_Aires (-03:00)
  }
  28 => null
  29 => 86
  30 => 1
  31 => 32
]
09:37:07 doctrine "COMMIT"
09:37:07 doctrine SELECT t0.id AS id_1, t0.nombre AS nombre_2 FROM mc_monedas t0 WHERE t0.id = ? LIMIT 1
[
  1
]
09:37:07 doctrine SELECT t0.id AS id_1, t0.cerrado AS cerrado_2, t0.tipo AS tipo_3, t0.fecha_creacion AS fecha_creacion_4, t0.fecha_actualizacion AS fecha_actualizacion_5, t0.usuario_id_open AS usuario_id_open_6, t0.usuario_id_close AS usuario_id_close_7 FROM mc_cajas t0 WHERE t0.id = ? LIMIT 1
[
  13
]
09:37:07 doctrine SELECT t0.id AS id_1, t0.nombre AS nombre_2 FROM mc_monedas t0 WHERE t0.id = ? LIMIT 1
[
  1
]
09:37:07 doctrine SELECT t0.id AS id_1, t0.monto AS monto_2, t0.modalidad AS modalidad_3, t0.detalle AS detalle_4, t0.tipo AS tipo_5, t0.tipo_detalle AS tipo_detalle_6, t0.devolucion AS devolucion_7, t0.monto_devolucion AS monto_devolucion_8, t0.facturado AS facturado_9, t0.fecha_creacion AS fecha_creacion_10, t0.fecha_actualizacion AS fecha_actualizacion_11, t0.caja_id AS caja_id_12, t0.cliente_id AS cliente_id_13, t0.chofer_id AS chofer_id_14, t0.usuario_id AS usuario_id_15, t0.moneda_id AS moneda_id_16, t0.precarga_id AS precarga_id_17 FROM mc_movimientos t0 WHERE t0.precarga_id = ? LIMIT 1
[
  263
]
09:37:07 doctrine "START TRANSACTION"
09:37:07 doctrine INSERT INTO mc_movimientos (monto, modalidad, detalle, tipo, tipo_detalle, devolucion, monto_devolucion, facturado, fecha_creacion, fecha_actualizacion, caja_id, cliente_id, chofer_id, usuario_id, moneda_id, precarga_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
[
  1 => 20000.0
  2 => "Contado/Efectivo"
  3 => "Movimiento generado por la [...]"
  4 => "Ingreso"
  5 => "Atención trámite"
  6 => null
  7 => null
  8 => null
  9 => DateTime @1753447027 {#2324
    date: 2025-07-25 09:37:07.429540 America/Argentina/Buenos_Aires (-03:00)
  }
  10 => null
  11 => "13"
  12 => null
  13 => null
  14 => 32
  15 => 1
  16 => 263
]
09:37:07 doctrine "COMMIT"
09:37:07 doctrine SELECT m0_.id AS id_0, m0_.monto_inicial AS monto_inicial_1, m0_.monto_final AS monto_final_2, m0_.fecha_creacion AS fecha_creacion_3, m0_.fecha_actualizacion AS fecha_actualizacion_4, m0_.caja_id AS caja_id_5, m0_.moneda_id AS moneda_id_6 FROM mc_caja_monedas m0_ WHERE m0_.caja_id = ? AND m0_.moneda_id = ?
[
  "13"
  1
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
09:37:07 event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
09:37:07 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"
]
09:37:07 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"
]
09:37:07 event Notified event
"kernel.response"
to listener
"FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
]
09:37:07 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"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
09:37:07 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"
]
09:37:07 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"
]
09:37:07 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"
]
09:37:07 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"
]
09:37:07 event Notified event
"kernel.exception"
to listener
"FOS\RestBundle\EventListener\AccessDeniedListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "FOS\RestBundle\EventListener\AccessDeniedListener::onKernelException"
]
09:37:07 event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
09:37:07 event Notified event
"kernel.exception"
to listener
"Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber::onKernelException"
]
09:37:07 event Notified event
"kernel.exception"
to listener
"Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber::onKernelException"
]
09:37:07 event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
09:37:07 event Notified event
"kernel.exception"
to listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
09:37:07 event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
09:37:07 event Notified event
"kernel.exception"
to listener
"FOS\RestBundle\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "FOS\RestBundle\EventListener\ExceptionListener::onKernelException"
]
09:37:07 event Listener
"FOS\RestBundle\EventListener\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "FOS\RestBundle\EventListener\ExceptionListener::onKernelException"
]
09:37:07 event Listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
09:37:07 security Stored the security token in the session.
[
  "key" => "_security_main"
]
09:37:07 event Notified event
"kernel.response"
to listener
"FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "FOS\RestBundle\EventListener\AllowedMethodsListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelResponse"
]
09:37:07 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"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse"
]
09:37:07 event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
09:37:07 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"
]
09:37:07 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"
]
09:37:07 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"
]
09:37:07 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 988

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.Noahtech\Sistemas\InterjamaBundle\Command\ServerCommand" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Command\ServerCommand).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Command\ServerCommand" (parent: instanceof.Symfony\Component\Console\Command\Command.0.Noahtech\Sistemas\InterjamaBundle\Command\ServerCommand).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\HomeController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\HomeController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\HomeController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\HomeController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\PrecargaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\PrecargaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\PrecargaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\PrecargaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\TurnoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\TurnoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\TurnoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\TurnoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\VepController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\VepController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\VepController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\VepController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\BaseController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\BaseController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseController).
  • Resolving inheritance for "instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController" (parent: instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\CajaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\CajaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\CajaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\CajaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\CertificadoFumigacionController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\CertificadoFumigacionController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\CertificadoFumigacionController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\CertificadoFumigacionController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ChoferController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\ChoferController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\ChoferController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ChoferController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\ChatController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\ChatController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\ChatController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\ChatController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\HomeController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\HomeController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\HomeController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\HomeController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\PrecargaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\PrecargaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\PrecargaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\PrecargaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\VehiculoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\VehiculoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\VehiculoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\VehiculoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ClienteController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\ClienteController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\ClienteController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ClienteController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ContactoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\ContactoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\ContactoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ContactoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\DefaultController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\DefaultController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\DefaultController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\DefaultController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\DivisaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\DivisaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\DivisaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\DivisaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\CertificadoFumigacionController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\CertificadoFumigacionController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\CertificadoFumigacionController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\CertificadoFumigacionController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\ClienteController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\ClienteController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\ClienteController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\ClienteController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\HomeController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\HomeController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\HomeController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\HomeController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\VehiculoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\VehiculoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\VehiculoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\VehiculoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\HomeController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\HomeController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\HomeController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\HomeController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\AnmacController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\AnmacController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\AnmacController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\AnmacController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CajaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CajaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CajaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CajaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CertificadoFumigacionController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CertificadoFumigacionController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CertificadoFumigacionController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CertificadoFumigacionController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChatController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChatController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChatController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChatController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChoferController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChoferController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChoferController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChoferController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ClienteController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ClienteController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ClienteController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ClienteController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CrtController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CrtController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CrtController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CrtController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\FirmanteController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\FirmanteController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\FirmanteController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\FirmanteController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\HomeController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\HomeController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\HomeController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\HomeController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\MovimientoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\MovimientoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\MovimientoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\MovimientoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaAtencionController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaAtencionController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaAtencionController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaAtencionController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\TurnoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\TurnoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\TurnoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\TurnoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\VehiculoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\VehiculoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\Operador\VehiculoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\VehiculoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\CajaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\CajaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\CajaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\CajaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\HomeController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\HomeController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\HomeController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\HomeController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\PrecargaAtencionController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\PrecargaAtencionController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\PrecargaAtencionController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\PrecargaAtencionController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PersonaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\PersonaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\PersonaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PersonaController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PrecargaController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\PrecargaController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\PrecargaController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PrecargaController).
  • Resolving inheritance for "instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController" (parent: instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\PublicController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicUserController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\PublicUserController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\PublicUserController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicUserController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ReporteController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\ReporteController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\ReporteController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ReporteController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\SecurityController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\SecurityController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\SecurityController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\SecurityController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TiposTramiteController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\TiposTramiteController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\TiposTramiteController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TiposTramiteController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TramiteController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\TramiteController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\TramiteController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TramiteController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TurnoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\TurnoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\TurnoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TurnoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\UsuarioController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\UsuarioController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\UsuarioController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\UsuarioController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\VehiculoController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\VehiculoController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\VehiculoController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\VehiculoController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\VepController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\VepController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\VepController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\VepController).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\WifiController" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\WifiController).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Controller\WifiController" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\WifiController).
  • Resolving inheritance for "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber" (parent: instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber).
  • Resolving inheritance for "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Handler\MailHandler" (parent: abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Handler\MailHandler).
  • Resolving inheritance for "Noahtech\Sistemas\InterjamaBundle\Handler\MailHandler" (parent: instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Handler\MailHandler).
  • Resolving inheritance for "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.api_exception_subscriber" (parent: abstract.instanceof.api_exception_subscriber).
  • Resolving inheritance for "api_exception_subscriber" (parent: instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.api_exception_subscriber).
  • 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 "serializer.mapping.cache.apc" (parent: serializer.mapping.cache.doctrine.apc).
  • 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.our_db_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • 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 "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.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 "fos_rest.exception.twig_controller" (parent: fos_rest.exception.controller).
  • 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.templating" (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.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" (parent: fos_rest.format_request_matcher).
  • Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
173
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Cannot autowire service "Noahtech\Sistemas\InterjamaBundle\Handler\MailHandler": argument "$container" of method "__construct()" has type "Noahtech\Sistemas\InterjamaBundle\Handler\ContainerInterface" but this class was not found.
1
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\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 "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 "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\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 "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 "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\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; 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 "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\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "Doctrine\Bundle\DoctrineBundle\Registry"; 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_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "jms_serializer.metadata.cache"; reason: private alias.
  • Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "service_locator._fpuy7b"; reason: private alias.
  • Removed service "service_locator.ml7rum7"; 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.
90
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "Noahtech\Sistemas\InterjamaBundle\Handler\AccessDeniedHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "Noahtech\Sistemas\InterjamaBundle\Handler\BaseHandler" previously pointing to "router.default" to "router".
  • Changed reference of service "api_exception_subscriber" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • 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\RestBundle\View\ViewHandlerInterface".
  • 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 "session.storage.native" previously pointing to "session.handler.native_file" to "session.handler".
  • Changed reference of service "session.storage.php_bridge" previously pointing to "session.handler.native_file" to "session.handler".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "validator.builder" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "debug.event_dispatcher" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "debug.event_dispatcher" previously pointing to "debug.security.firewall" to "security.firewall".
  • 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 "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "routing.loader.annotation" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • 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.validator.user_password" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.main".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.main".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.main".
  • Changed reference of service "security.authentication.provider.dao" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.main".
  • Changed reference of service "data_collector.security" previously pointing to "debug.security.firewall" to "security.firewall".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.main".
  • Changed reference of service "security.authentication.provider.dao.main" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "security.authentication.session_strategy" to "security.authentication.session_strategy.main".
  • Changed reference of service "security.command.user_password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "twig" previously pointing to "twig.loader.filesystem" to "twig.loader".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "swiftmailer.email_sender.listener" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.mailer.default.transport".
  • Changed reference of service "doctrine.orm.default_annotation_metadata_driver" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "sensio_framework_extra.controller.listener" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "sensio_framework_extra.security.listener" previously pointing to "monolog.logger" to "logger".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "fos_rest.request.param_fetcher.reader" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.routing.loader.reader.controller" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.routing.loader.reader.action" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • Changed reference of service "fos_rest.routing.loader.reader.action" previously pointing to "fos_rest.inflector.doctrine" to "fos_rest.inflector".
  • Changed reference of service "fos_rest.exception.controller" previously pointing to "fos_rest.view_handler.default" to "FOS\RestBundle\View\ViewHandlerInterface".
  • Changed reference of service "fos_rest.exception.twig_controller" previously pointing to "fos_rest.view_handler.default" to "FOS\RestBundle\View\ViewHandlerInterface".
  • Changed reference of service "fos_rest.exception.twig_controller" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "fos_rest.converter.request_body" previously pointing to "fos_rest.serializer.jms" to "fos_rest.serializer".
  • Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "FOS\RestBundle\View\ViewHandlerInterface".
  • Changed reference of service "fos_rest.allowed_methods_loader" previously pointing to "router.default" to "router".
  • Changed reference of service "jms_serializer.metadata.annotation_driver" previously pointing to "annotations.cached_reader" to "annotation_reader".
  • 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 "jms_serializer.json_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.json_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "jms_serializer.json_deserialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.xml_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.xml_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • Changed reference of service "jms_serializer.xml_deserialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.yaml_serialization_visitor" previously pointing to "jms_serializer.cache_naming_strategy" to "jms_serializer.naming_strategy".
  • Changed reference of service "jms_serializer.yaml_serialization_visitor" previously pointing to "jms_serializer.accessor_strategy.expression" to "jms_serializer.accessor_strategy".
  • 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 "service_locator.lllhbbu" previously pointing to "fos_rest.view_handler.default" to "FOS\RestBundle\View\ViewHandlerInterface".
  • Changed reference of service "service_locator.dc8emmi" previously pointing to "fos_rest.view_handler.default" to "FOS\RestBundle\View\ViewHandlerInterface".
  • Changed reference of service "service_locator.dc8emmi" previously pointing to "router.default" to "router".
  • Changed reference of service "service_locator.dc8emmi" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "service_locator.lluwcxp" previously pointing to "router.default" to "router".
  • Changed reference of service "security.password_encoder" previously pointing to "security.encoder_factory.generic" to "security.encoder_factory".
  • Changed reference of service "swiftmailer.mailer.default.transport" previously pointing to "swiftmailer.mailer.default.spool.memory" to "swiftmailer.mailer.default.spool".
  • Changed reference of service "FOS\RestBundle\View\ViewHandlerInterface" previously pointing to "router.default" to "router".
  • Changed reference of service "FOS\RestBundle\View\ViewHandlerInterface" previously pointing to "fos_rest.serializer.jms" to "fos_rest.serializer".
  • Changed reference of service "FOS\RestBundle\View\ViewHandlerInterface" previously pointing to "templating.engine.twig" to "templating".
  • Changed reference of service "fos_rest.serializer" previously pointing to "jms_serializer.serializer" to "jms_serializer".
  • Changed reference of service "fos_rest.serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
  • Changed reference of service "fos_rest.serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
  • 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".
83
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 "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.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.listener.digest"; 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 "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 "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.mail.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 "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 "fos_rest.format_request_matcher"; reason: abstract.
  • Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\Console\Command\Command.0.Noahtech\Sistemas\InterjamaBundle\Command\ServerCommand"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Command\ServerCommand"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\HomeController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\HomeController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\PrecargaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\PrecargaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\TurnoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\TurnoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\VepController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Atencion\VepController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\BaseController"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\CajaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\CajaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\CertificadoFumigacionController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\CertificadoFumigacionController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ChoferController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\ChoferController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\ChatController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\ChatController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\HomeController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\HomeController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\PrecargaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\PrecargaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\VehiculoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Cliente\VehiculoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ClienteController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\ClienteController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ContactoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\ContactoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\DefaultController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\DefaultController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\DivisaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\DivisaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\CertificadoFumigacionController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\CertificadoFumigacionController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\ClienteController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\ClienteController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\HomeController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\HomeController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\VehiculoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Fumigacion\VehiculoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\HomeController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\HomeController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\AnmacController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\AnmacController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CajaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CajaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CertificadoFumigacionController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CertificadoFumigacionController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChatController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChatController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChoferController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ChoferController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ClienteController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\ClienteController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CrtController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\CrtController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\FirmanteController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\FirmanteController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\HomeController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\HomeController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\MovimientoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\MovimientoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaAtencionController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaAtencionController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\PrecargaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\TurnoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\TurnoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\VehiculoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\Operador\VehiculoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\CajaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\CajaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\HomeController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\HomeController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\PrecargaAtencionController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\OperadorAduana\PrecargaAtencionController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PersonaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\PersonaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PrecargaController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\PrecargaController"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\DependencyInjection\ServiceSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\PublicUserController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\PublicUserController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\ReporteController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\ReporteController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\SecurityController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\SecurityController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TiposTramiteController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\TiposTramiteController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TramiteController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\TramiteController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\TurnoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\TurnoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\UsuarioController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\UsuarioController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\VehiculoController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\VehiculoController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\VepController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\VepController"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Controller\WifiController"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Controller\WifiController"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\EventListener\ApiExceptionSubscriber"; reason: abstract.
  • Removed service "instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.Noahtech\Sistemas\InterjamaBundle\Handler\MailHandler"; reason: abstract.
  • Removed service "abstract.instanceof.Noahtech\Sistemas\InterjamaBundle\Handler\MailHandler"; reason: abstract.
  • Removed service "instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.api_exception_subscriber"; reason: abstract.
  • Removed service "abstract.instanceof.api_exception_subscriber"; reason: abstract.
212
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "service_locator.dc8emmi.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController" to "Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController".
  • Inlined service "service_locator.dc8emmi.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController" to "Noahtech\Sistemas\InterjamaBundle\Controller\PublicController".
  • Inlined service "service_locator.assdbft" to "argument_resolver.service".
  • Inlined service "service_locator.o0cobhk" to "fragment.handler".
  • 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 "translator.selector" to "translator".
  • Inlined service "2_ServiceLocator~qjdjkvf" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "1_ResolvedFormTypeFactory~kzjk5wi" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "service_locator.hnwz.wz" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.choice_list_factory.cached" to "form.type.choice".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "1_PhpArrayAdapter~_tn1m5v" to "validator.mapping.cache.symfony".
  • Inlined service "2_ApcCache~_tn1m5v" to "validator.mapping.cache.doctrine.apc".
  • Inlined service "service_locator.8vuqatr" to "validator.validator_factory".
  • 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.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 "debug.event_dispatcher.inner" to "debug.event_dispatcher".
  • 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 "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.lluwcxp.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "2_PhpArrayAdapter~0wuoj22" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" 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 "serializer.name_converter.camel_case_to_snake_case" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "1_ServiceLocator~e3lzq.b" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service "service_locator.uctj.hf" to "security.firewall.map".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service "security.request_matcher.nezwnly" to "security.access_map".
  • Inlined service "security.request_matcher.qektozq" to "security.access_map".
  • Inlined service "security.request_matcher.ycpk1ip" to "security.access_map".
  • Inlined service "security.request_matcher.qhd9eoc" to "security.access_map".
  • Inlined service "security.request_matcher.yk6k2aj" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "security.user_checker" to "security.authentication.provider.dao.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "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.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "jms_serializer.twig_extension.serializer" 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.c7_qahl.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service "service_locator.2m3e4be.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "service_locator.sng9lji" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~gzwzpnp" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~gzwzpnp" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~gzwzpnp" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • 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.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "service_locator.sr6ctxe" 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_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_entity_manager.metadata_factory" to "doctrine.orm.default_entity_manager.property_info_extractor".
  • 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 "fos_rest.converter.request_body" 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 "service_locator.bqiqmng" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
  • Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
  • Inlined service "service_locator.orfjtul" to "jms_serializer.event_dispatcher".
  • Inlined service "service_locator.f2djarb" to "jms_serializer.handler_registry".
  • 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.expression_language" to "jms_serializer.expression_evaluator".
  • Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "var_dumper.html_dumper" to "twig.extension.dump".
  • Inlined service "web_profiler.csp.handler" to "web_profiler.controller.profiler".
  • Inlined service "1_NonceGenerator~1q2ddt4" to "web_profiler.csp.handler".
  • Inlined service "2_HtmlDumper~1q2ddt4" to "twig.extension.webprofiler".
  • Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
  • Inlined service "service_locator.lluwcxp" to "service_locator.lluwcxp.router.cache_warmer".
  • Inlined service "service_locator.c7_qahl" to "service_locator.c7_qahl.twig.cache_warmer".
  • Inlined service "service_locator.2m3e4be" to "service_locator.2m3e4be.twig.template_cache_warmer".
  • Inlined service "service_locator.iv.jde6" to "console.command_loader".
  • Inlined service "1_NativeFileSessionHandler~qjdjkvf" to "session.handler".
  • Inlined service "1_ArrayCache~0wuoj22" to "annotation_reader".
  • 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 "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.naming_strategy".
  • Inlined service "jms_serializer.metadata_factory" to "jms_serializer".
  • Inlined service "jms_serializer.event_dispatcher" to "jms_serializer".
  • Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer.accessor_strategy".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "assets.empty_version_strategy" to "assets.packages".
  • 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 "serializer.mapping.class_metadata_factory" to "serializer".
  • 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 "jms_serializer.metadata.chain_driver" to "jms_serializer.metadata_driver".
183
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "Noahtech\Sistemas\InterjamaBundle\NoahtechSistemasInterjamaBundle"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Pagination\ListadoPaginar"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\Codes"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\CodesWebServices"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\Constants"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\DateUtils"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\EmailsMessages"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\Encrypt"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\FunctionsUtils"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\JWT"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\Notification"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\PDF"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\Pagination"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\Response"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\RouterosAPI"; reason: unused.
  • Removed service "Noahtech\Sistemas\InterjamaBundle\Utils\StringUtils"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service "2_ServiceLocator~qjdjkvf"; reason: unused.
  • Removed service "1_NativeFileSessionHandler~qjdjkvf"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.handler.write_check"; reason: unused.
  • Removed service "security.csrf.token_generator"; reason: unused.
  • Removed service "form.extension"; reason: unused.
  • Removed service "form.choice_list_factory.default"; reason: unused.
  • Removed service "form.choice_list_factory.property_access"; reason: unused.
  • Removed service "form.choice_list_factory.cached"; reason: unused.
  • Removed service "form.type_extension.form.request_handler"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets._default_package"; reason: unused.
  • Removed service "templating.engine.delegating"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "2_ApcCache~_tn1m5v"; reason: unused.
  • Removed service "1_PhpArrayAdapter~_tn1m5v"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.doctrine.apc"; reason: unused.
  • Removed service "validator.validator_factory"; 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 "1_ResolvedFormTypeFactory~kzjk5wi"; reason: unused.
  • Removed service "data_collector.validator"; 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 "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~0wuoj22"; reason: unused.
  • Removed service "1_ArrayCache~0wuoj22"; reason: unused.
  • Removed service "annotations.dummy_registry"; reason: unused.
  • Removed service "annotations.filesystem_cache"; 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.doctrine.apc"; reason: unused.
  • Removed service "serializer.mapping.cache.apc"; 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.serializer_extractor"; reason: unused.
  • Removed service "1_ServiceLocator~e3lzq.b"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.user_checker"; 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.authentication.digest_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 "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.dev"; reason: unused.
  • Removed service "security.firewall.map.config.main"; reason: unused.
  • Removed service "security.logout_listener.main"; reason: unused.
  • Removed service "security.logout.success_handler.main"; reason: unused.
  • Removed service "security.authentication.success_handler.main.form_login"; reason: unused.
  • Removed service "security.authentication.failure_handler.main.form_login"; reason: unused.
  • Removed service "security.authentication.form_entry_point.main"; reason: unused.
  • Removed service "security.exception_listener.main"; reason: unused.
  • Removed service "service_locator.uctj.hf"; reason: unused.
  • Removed service "security.request_matcher.nezwnly"; reason: unused.
  • Removed service "security.request_matcher.qektozq"; reason: unused.
  • Removed service "security.request_matcher.ycpk1ip"; reason: unused.
  • Removed service "security.request_matcher.qhd9eoc"; reason: unused.
  • Removed service "security.request_matcher.yk6k2aj"; 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.configurator.environment"; reason: unused.
  • Removed service "twig.runtime_loader"; reason: unused.
  • Removed service "twig.extension.form"; reason: unused.
  • Removed service "twig.form.engine"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "monolog.processor.psr_log_message"; reason: unused.
  • Removed service "3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~gzwzpnp"; reason: unused.
  • Removed service "2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~gzwzpnp"; reason: unused.
  • Removed service "1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~gzwzpnp"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.mailinvoker"; 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 "doctrine.dbal.logger"; reason: unused.
  • Removed service "data_collector.doctrine"; reason: unused.
  • Removed service "doctrine.twig.doctrine_extension"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; 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~7fuz2up"; reason: unused.
  • Removed service "doctrine.orm.container_repository_factory"; 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.naming_strategy.underscore_number_aware"; 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_configuration"; 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_manager.metadata_factory"; 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 "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.serializer.symfony"; reason: unused.
  • Removed service "fos_rest.serializer.form_error_normalizer"; reason: unused.
  • Removed service "fos_rest.serializer.flatten_exception_normalizer"; reason: unused.
  • Removed service "fos_rest.converter.request_body"; reason: unused.
  • Removed service "service_locator.bqiqmng"; 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.accessor_strategy.default"; reason: unused.
  • Removed service "nelmio_cors.options_resolver"; reason: unused.
  • Removed service "twig.extension.dump"; reason: unused.
  • Removed service "var_dumper.html_dumper"; reason: unused.
  • Removed service "2_HtmlDumper~1q2ddt4"; reason: unused.
  • Removed service "1_NonceGenerator~1q2ddt4"; reason: unused.
  • Removed service "web_profiler.csp.handler"; reason: unused.
  • Removed service "twig.extension.webprofiler"; reason: unused.
  • Removed service "service_locator.assdbft"; reason: unused.
  • Removed service "service_locator.8vuqatr"; reason: unused.
  • Removed service "service_locator.o0cobhk"; reason: unused.
  • Removed service "service_locator.hnwz.wz"; reason: unused.
  • Removed service "security.logout.handler.csrf_token_clearing"; reason: unused.
  • Removed service "service_locator.sr6ctxe"; reason: unused.
  • Removed service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386"; reason: unused.
  • Removed service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478"; reason: unused.
  • Removed service "service_locator.dc8emmi.Noahtech\Sistemas\InterjamaBundle\Controller\BaseRestController"; reason: unused.
  • Removed service "service_locator.dc8emmi.Noahtech\Sistemas\InterjamaBundle\Controller\PublicController"; reason: unused.
  • Removed service "service_locator.lluwcxp"; reason: unused.
  • Removed service "service_locator.lluwcxp.router.cache_warmer"; reason: unused.
  • Removed service "service_locator.c7_qahl"; reason: unused.
  • Removed service "service_locator.c7_qahl.twig.cache_warmer"; reason: unused.
  • Removed service "service_locator.2m3e4be"; reason: unused.
  • Removed service "service_locator.2m3e4be.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 "fos_rest.serializer.form_error_handler.inner"; reason: unused.
  • Removed service "service_locator.iv.jde6"; 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.doctrine.orm.default.metadata.recorder_inner"; reason: unused.
  • Removed service "cache.doctrine.orm.default.result.recorder_inner"; reason: unused.
  • Removed service "cache.doctrine.orm.default.query.recorder_inner"; reason: unused.
  • Removed service "service_locator.sng9lji"; reason: unused.
  • Removed service "service_locator.orfjtul"; reason: unused.
  • Removed service "service_locator.f2djarb"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "routing.loader.annotation"; reason: unused.
  • Removed service "serializer.mapping.class_metadata_factory"; reason: unused.
  • Removed service "jms_serializer.metadata.file_locator"; reason: unused.
  • Removed service "jms_serializer.metadata.chain_driver"; reason: unused.
246