https://demo-rmcsapi.zimalab.com/

Log Messages

Info. & Errors 2

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

Level Channel Message
INFO request Matched route
"app_home_index"
.
[
  "route" => "app_home_index"
  "route_parameters" => [
    "_route" => "app_home_index"
    "_controller" => "App\Controller\HomeController::index"
  ]
  "request_uri" => "https://demo-rmcsapi.zimalab.com/"
  "method" => "GET"
]
INFO security Populated the TokenStorage with an anonymous Token.

Deprecations 21

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
[
  "exception" => ErrorException {#265
    #message: "User Deprecated: YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver."
    #code: 0
    #file: "/var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php"
    #line: 52
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:52 {    'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:782 {
        › 
        › $c = new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', ($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-entity') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.yml'));}
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
        › 
        ›     return $this->getService($this->managers[$name]);}
      }
      /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php:52 {    'YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.',    E_USER_DEPRECATED);
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:782 {
    › 
    › $c = new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', ($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-entity') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.yml'));}
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
    › 
    ›     return $this->getService($this->managers[$name]);}
  }
  /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Doctrine\Common\Persistence\ObjectRepository class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\ObjectRepository instead.
[
  "exception" => ErrorException {#259
    #message: "User Deprecated: The Doctrine\Common\Persistence\ObjectRepository class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\ObjectRepository instead."
    #code: 0
    #file: "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:41 { */class EntityRepository implements ObjectRepository, Selectable{
      }
      spl_autoload_call() {}
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php:683 {{    $reflectionClass = new \ReflectionClass($className);}
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:797 {$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
      }
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
        › 
        ›     return $this->getService($this->managers[$name]);}
      }
      /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:41 { */class EntityRepository implements ObjectRepository, Selectable{
  }
  spl_autoload_call() {}
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php:683 {{    $reflectionClass = new \ReflectionClass($className);}
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:797 {$a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  }
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
    › 
    ›     return $this->getService($this->managers[$name]);}
  }
  /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory instead.
[
  "exception" => ErrorException {#250
    #message: "User Deprecated: The Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory instead."
    #code: 0
    #file: "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:46 { */class ClassMetadataFactory extends AbstractClassMetadataFactory{
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:159 {
        › 
        › $this->metadataFactory = new $metadataFactoryClassName;$this->metadataFactory->setEntityManager($this);
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:873 {
        › 
        ›     return new EntityManager($connection, $config, $connection->getEventManager());}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:803 {
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
        › 
        ›     return $this->getService($this->managers[$name]);}
      }
      /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:46 { */class ClassMetadataFactory extends AbstractClassMetadataFactory{
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:159 {
    › 
    › $this->metadataFactory = new $metadataFactoryClassName;$this->metadataFactory->setEntityManager($this);
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:873 {
    › 
    ›     return new EntityManager($connection, $config, $connection->getEventManager());}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:803 {
    › 
    › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
    › 
    ›     return $this->getService($this->managers[$name]);}
  }
  /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Doctrine\Common\PropertyChangedListener class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\PropertyChangedListener instead.
[
  "exception" => ErrorException {#251
    #message: "User Deprecated: The Doctrine\Common\PropertyChangedListener class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\PropertyChangedListener instead."
    #code: 0
    #file: "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:65 { */class UnitOfWork implements PropertyChangedListener{
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:164 {$this->repositoryFactory = $config->getRepositoryFactory();$this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:873 {
        › 
        ›     return new EntityManager($connection, $config, $connection->getEventManager());}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:803 {
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
        › 
        ›     return $this->getService($this->managers[$name]);}
      }
      /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:65 { */class UnitOfWork implements PropertyChangedListener{
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:164 {$this->repositoryFactory = $config->getRepositoryFactory();$this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:873 {
    › 
    ›     return new EntityManager($connection, $config, $connection->getEventManager());}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:803 {
    › 
    › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
    › 
    ›     return $this->getService($this->managers[$name]);}
  }
  /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
php User Deprecated: The Doctrine\Common\Persistence\Mapping\RuntimeReflectionService class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\RuntimeReflectionService instead.
[
  "exception" => ErrorException {#264
    #message: "User Deprecated: The Doctrine\Common\Persistence\Mapping\RuntimeReflectionService class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\RuntimeReflectionService instead."
    #code: 0
    #file: "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php"
    #line: 16
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:311 {    $this->hydrationCompleteHandler   = new HydrationCompleteHandler($this->listenersInvoker, $em);    $this->reflectionPropertiesGetter = new ReflectionPropertiesGetter(new RuntimeReflectionService());}
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:164 {$this->repositoryFactory = $config->getRepositoryFactory();$this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:873 {
        › 
        ›     return new EntityManager($connection, $config, $connection->getEventManager());}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:803 {
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
        › 
        ›     return $this->getService($this->managers[$name]);}
      }
      /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
      }
      /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:311 {    $this->hydrationCompleteHandler   = new HydrationCompleteHandler($this->listenersInvoker, $em);    $this->reflectionPropertiesGetter = new ReflectionPropertiesGetter(new RuntimeReflectionService());}
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:164 {$this->repositoryFactory = $config->getRepositoryFactory();$this->unitOfWork        = new UnitOfWork($this);$this->proxyFactory      = new ProxyFactory(
  }
  /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:873 {
    › 
    ›     return new EntityManager($connection, $config, $connection->getEventManager());}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:803 {
    › 
    › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:245 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/rmcsapi/web/vendor/symfony/dependency-injection/Container.php:225 {        ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /var/www/rmcsapi/web/vendor/symfony/doctrine-bridge/ManagerRegistry.php:35 {{    return $this->container->get($name);}
  }
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
    › 
    ›     return $this->getService($this->managers[$name]);}
  }
  /var/www/rmcsapi/web/src/Service/ManagerTru.php:58 {{    $this->emGlobal = $managerRegistry->getManager('default');    $this->emTru = $managerRegistry->getManager('tru');
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1387 {{    return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel', 1)));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:1377 {{    return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));}
  }
  /var/www/rmcsapi/web/var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php:922 {$instance->addListener('kernel.request', [0 => function () {    return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());}, 1 => 'onRead'], 5);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:275 {if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/rmcsapi/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:127 {$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/HttpKernel.php:68 {try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/rmcsapi/web/vendor/symfony/http-kernel/Kernel.php:198 {try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/rmcsapi/web/public/index.php:32 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}
n/a The Doctrine\Common\Persistence\ObjectRepository class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\ObjectRepository instead.
[
  "exception" => SilencedErrorContext^ {#1021
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:41 { */class EntityRepository implements ObjectRepository, Selectable{
      }
    }
  }
]
n/a Configuring an encoder with "bcrypt" as algorithm is deprecated since Symfony 4.3, use "auto" instead.
n/a The Doctrine\Common\Persistence\ObjectManager class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\ObjectManager instead.
[
  "exception" => SilencedErrorContext^ {#1024
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php:33 { */interface EntityManagerInterface extends ObjectManager{
      }
    }
  }
]
n/a The Doctrine\Common\PropertyChangedListener class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\PropertyChangedListener instead.
[
  "exception" => SilencedErrorContext^ {#1025
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:65 { */class UnitOfWork implements PropertyChangedListener{
      }
    }
  }
]
n/a (2 times) Enabling the NelmioApiDocBundle integration has been deprecated in 2.2 and will be removed in 3.0. NelmioApiDocBundle 3 has native support for API Platform.
[
  "exception" => SilencedErrorContext^ {#1026
    +count: 2
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/symfony/config/Definition/ArrayNode.php:238 {if ($child->isDeprecated()) {    @trigger_error($child->getDeprecationMessage($name, $this->getPath()), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/symfony/config/Definition/BaseNode.php:427 {
        › 
        › $value = $this->finalizeValue($value);}
    }
  }
]
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use `Doctrine\Persistence\ManagerRegistry` instead. It is being referenced by the "App\Filter\OrSearchFilter" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use `Doctrine\Persistence\ManagerRegistry` instead. It is being referenced by the "annotated_app_entity_main_client_app_filter_or_search_filter" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use `Doctrine\Persistence\ManagerRegistry` instead. It is being referenced by the "annotated_app_entity_main_tru_app_filter_or_search_filter" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use `Doctrine\Persistence\ManagerRegistry` instead. It is being referenced by the "annotated_app_entity_main_user_app_filter_or_search_filter" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use `Doctrine\Persistence\ManagerRegistry` instead. It is being referenced by the "annotated_app_entity_main_site_app_filter_or_search_filter" service.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use `Doctrine\Persistence\ManagerRegistry` instead. It is being referenced by the ".service_locator.CDOTD6." service.
n/a YAML mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to annotation or XML driver.
n/a The Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory instead.
[
  "exception" => SilencedErrorContext^ {#1034
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/symfony/debug/DebugClassLoader.php:156 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php"
        }
      }
    }
  }
]
{
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
  }
  /var/www/rmcsapi/web/vendor/symfony/debug/DebugClassLoader.php:156 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php"
    }
  }
}
n/a The Doctrine\Common\Persistence\Mapping\RuntimeReflectionService class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\RuntimeReflectionService instead.
[
  "exception" => SilencedErrorContext^ {#1035
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/symfony/debug/DebugClassLoader.php:156 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php"
        }
      }
    }
  }
]
{
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
  }
  /var/www/rmcsapi/web/vendor/symfony/debug/DebugClassLoader.php:156 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php"
    }
  }
}
n/a The Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Event\LoadClassMetadataEventArgs instead.
[
  "exception" => SilencedErrorContext^ {#1036
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
      }
      /var/www/rmcsapi/web/vendor/symfony/debug/DebugClassLoader.php:156 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
          "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php"
        }
      }
    }
  }
]
{
  /var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php:16 {        __NAMESPACE__    ), E_USER_DEPRECATED);}
  }
  /var/www/rmcsapi/web/vendor/symfony/debug/DebugClassLoader.php:156 {} elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {    include $file;arguments: {
      "/var/www/rmcsapi/web/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php"
    }
  }
}

Debug 40

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 1
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\Filter\QueryParameterValidateListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\Filter\QueryParameterValidateListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\EventListener\AddFormatListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventSubscriber\PreReadSubscriber::onRead"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\PreReadSubscriber::onRead"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\EventListener\ReadListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\EventListener\DeserializeListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\Security\EventListener\DenyAccessListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\Security\EventListener\DenyAccessListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 1202

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlarmCommand" (parent: .abstract.instanceof.App\Command\AlarmCommand).
  • Resolving inheritance for "App\Command\AlarmCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlarmCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveReport" (parent: .abstract.instanceof.App\Command\RemoveReport).
  • Resolving inheritance for "App\Command\RemoveReport" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveReport).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
  • Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PermissionController" (parent: .abstract.instanceof.App\Controller\PermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PermissionController).
  • Resolving inheritance for "App\Controller\PermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PermissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ActionsController" (parent: .abstract.instanceof.App\Controller\UserSide\ActionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ActionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ActionsController).
  • Resolving inheritance for "App\Controller\UserSide\ActionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ActionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\AlarmsController" (parent: .abstract.instanceof.App\Controller\UserSide\AlarmsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\AlarmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\AlarmsController).
  • Resolving inheritance for "App\Controller\UserSide\AlarmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\AlarmsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ExportController" (parent: .abstract.instanceof.App\Controller\UserSide\ExportController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ExportController).
  • Resolving inheritance for "App\Controller\UserSide\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ExportController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\HomeController" (parent: .abstract.instanceof.App\Controller\UserSide\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\HomeController).
  • Resolving inheritance for "App\Controller\UserSide\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ModuleController" (parent: .abstract.instanceof.App\Controller\UserSide\ModuleController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ModuleController).
  • Resolving inheritance for "App\Controller\UserSide\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ModuleController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ClientFixtures" (parent: .abstract.instanceof.App\DataFixtures\ClientFixtures).
  • Resolving inheritance for "App\DataFixtures\ClientFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ClientFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RolesFixtures" (parent: .abstract.instanceof.App\DataFixtures\RolesFixtures).
  • Resolving inheritance for "App\DataFixtures\RolesFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RolesFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SiteFixtures" (parent: .abstract.instanceof.App\DataFixtures\SiteFixtures).
  • Resolving inheritance for "App\DataFixtures\SiteFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SiteFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
  • Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PreReadSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PreReadSubscriber).
  • Resolving inheritance for "App\EventSubscriber\PreReadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PreReadSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RemoveSiteSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\RemoveSiteSubscriber).
  • Resolving inheritance for "App\EventSubscriber\RemoveSiteSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RemoveSiteSubscriber).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.App\Filter\OrSearchFilter" (parent: .abstract.instanceof.App\Filter\OrSearchFilter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Filter\OrSearchFilter" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.App\Filter\OrSearchFilter).
  • Resolving inheritance for "App\Filter\OrSearchFilter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Filter\OrSearchFilter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ReportHandler" (parent: .abstract.instanceof.App\MessageHandler\ReportHandler).
  • Resolving inheritance for "App\MessageHandler\ReportHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ReportHandler).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\DateTimeNormalizer" (parent: .abstract.instanceof.App\Normalizer\DateTimeNormalizer).
  • Resolving inheritance for "App\Normalizer\DateTimeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\DateTimeNormalizer).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository" (parent: .abstract.instanceof.App\Repository\PermissionRepository).
  • Resolving inheritance for "App\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefTypeRepository" (parent: .abstract.instanceof.App\Repository\RefTypeRepository).
  • Resolving inheritance for "App\Repository\RefTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefTypeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository" (parent: .abstract.instanceof.App\Repository\ReportRepository).
  • Resolving inheritance for "App\Repository\ReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\AlmDataRepository" (parent: .abstract.instanceof.App\Repository\Tru\AlmDataRepository).
  • Resolving inheritance for "App\Repository\Tru\AlmDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\AlmDataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\AlmUserRepository" (parent: .abstract.instanceof.App\Repository\Tru\AlmUserRepository).
  • Resolving inheritance for "App\Repository\Tru\AlmUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\AlmUserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmDataRepository" (parent: .abstract.instanceof.App\Repository\Tru\CmDataRepository).
  • Resolving inheritance for "App\Repository\Tru\CmDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmDataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmDefinitionRepository" (parent: .abstract.instanceof.App\Repository\Tru\CmDefinitionRepository).
  • Resolving inheritance for "App\Repository\Tru\CmDefinitionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmDefinitionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmReadingRepository" (parent: .abstract.instanceof.App\Repository\Tru\CmReadingRepository).
  • Resolving inheritance for "App\Repository\Tru\CmReadingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmReadingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmSettingRepository" (parent: .abstract.instanceof.App\Repository\Tru\CmSettingRepository).
  • Resolving inheritance for "App\Repository\Tru\CmSettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmSettingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmStatusRepository" (parent: .abstract.instanceof.App\Repository\Tru\CmStatusRepository).
  • Resolving inheritance for "App\Repository\Tru\CmStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmStatusRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmdOptionRepository" (parent: .abstract.instanceof.App\Repository\Tru\CmdOptionRepository).
  • Resolving inheritance for "App\Repository\Tru\CmdOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmdOptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\DTO\RefGroupDTORepository" (parent: .abstract.instanceof.App\Repository\Tru\DTO\RefGroupDTORepository).
  • Resolving inheritance for "App\Repository\Tru\DTO\RefGroupDTORepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\DTO\RefGroupDTORepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\DTO\RefReadingDTORepository" (parent: .abstract.instanceof.App\Repository\Tru\DTO\RefReadingDTORepository).
  • Resolving inheritance for "App\Repository\Tru\DTO\RefReadingDTORepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\DTO\RefReadingDTORepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefDataRepository" (parent: .abstract.instanceof.App\Repository\Tru\RefDataRepository).
  • Resolving inheritance for "App\Repository\Tru\RefDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefDataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefDefinitionRepository" (parent: .abstract.instanceof.App\Repository\Tru\RefDefinitionRepository).
  • Resolving inheritance for "App\Repository\Tru\RefDefinitionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefDefinitionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefGroupRepository" (parent: .abstract.instanceof.App\Repository\Tru\RefGroupRepository).
  • Resolving inheritance for "App\Repository\Tru\RefGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefReadingRepository" (parent: .abstract.instanceof.App\Repository\Tru\RefReadingRepository).
  • Resolving inheritance for "App\Repository\Tru\RefReadingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefReadingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\TxDataRepository" (parent: .abstract.instanceof.App\Repository\Tru\TxDataRepository).
  • Resolving inheritance for "App\Repository\Tru\TxDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\TxDataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TruRepository" (parent: .abstract.instanceof.App\Repository\TruRepository).
  • Resolving inheritance for "App\Repository\TruRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TruRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TxCommandRepository" (parent: .abstract.instanceof.App\Repository\TxCommandRepository).
  • Resolving inheritance for "App\Repository\TxCommandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TxCommandRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TruVoter" (parent: .abstract.instanceof.App\Security\TruVoter).
  • Resolving inheritance for "App\Security\TruVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TruVoter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ExitsTimezoneValidator" (parent: .abstract.instanceof.App\Validator\Constraints\ExitsTimezoneValidator).
  • Resolving inheritance for "App\Validator\Constraints\ExitsTimezoneValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ExitsTimezoneValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueIdentityValidator" (parent: .abstract.instanceof.App\Validator\Constraints\UniqueIdentityValidator).
  • Resolving inheritance for "App\Validator\Constraints\UniqueIdentityValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueIdentityValidator).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.tru_voter" (parent: .abstract.instanceof.tru_voter).
  • Resolving inheritance for "tru_voter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.tru_voter).
  • Resolving inheritance for "api_platform.filter.or_search_filter" (parent: api_platform.doctrine.orm.search_filter).
  • Resolving inheritance for "api_platform.filter.customer" (parent: api_platform.filter.or_search_filter).
  • Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.datetime_normalizer" (parent: .abstract.instanceof.datetime_normalizer).
  • Resolving inheritance for "datetime_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.datetime_normalizer).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.dev" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.dev" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.dev" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.refresh" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.listener.anonymous.refresh" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.refresh" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.refresh" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.refresh" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.json_login" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.json_login" (parent: security.authentication.custom_failure_handler).
  • Resolving inheritance for "security.authentication.listener.json.main" (parent: security.authentication.listener.json).
  • 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 "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.dbal.tru_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.tru" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.tru" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.tru_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.tru_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 "doctrine.orm.tru_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.tru_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.tru_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
  • Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.identifiers_extractor" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.subresource_operation_factory" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
  • Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
  • Resolving inheritance for "api_platform.doctrine.orm.default.collection_data_provider" (parent: api_platform.doctrine.orm.collection_data_provider).
  • Resolving inheritance for "api_platform.doctrine.orm.default.item_data_provider" (parent: api_platform.doctrine.orm.item_data_provider).
  • Resolving inheritance for "api_platform.doctrine.orm.default.subresource_data_provider" (parent: api_platform.doctrine.orm.subresource_data_provider).
  • 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" (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 "annotated_app_entity_tru_ref_definition_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
  • Resolving inheritance for "annotated_app_entity_tru_cm_definition_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
  • Resolving inheritance for "annotated_app_entity_tru_ref_group_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_client_app_filter_or_search_filter" (parent: .abstract.instanceof.annotated_app_entity_main_client_app_filter_or_search_filter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_client_app_filter_or_search_filter" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_client_app_filter_or_search_filter).
  • Resolving inheritance for "annotated_app_entity_main_client_app_filter_or_search_filter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_client_app_filter_or_search_filter).
  • Resolving inheritance for "annotated_app_entity_main_client_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
  • Resolving inheritance for "annotated_app_entity_main_client_api_platform_core_serializer_filter_property_filter" (parent: ApiPlatform\Core\Serializer\Filter\PropertyFilter).
  • Resolving inheritance for "annotated_app_entity_main_permission_api_platform_core_bridge_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter).
  • Resolving inheritance for "annotated_app_entity_main_permission_api_platform_core_serializer_filter_property_filter" (parent: ApiPlatform\Core\Serializer\Filter\PropertyFilter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_tru_app_filter_or_search_filter" (parent: .abstract.instanceof.annotated_app_entity_main_tru_app_filter_or_search_filter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_tru_app_filter_or_search_filter" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_tru_app_filter_or_search_filter).
  • Resolving inheritance for "annotated_app_entity_main_tru_app_filter_or_search_filter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_tru_app_filter_or_search_filter).
  • Resolving inheritance for "annotated_app_entity_main_tru_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
  • Resolving inheritance for "annotated_app_entity_main_tru_api_platform_core_serializer_filter_property_filter" (parent: ApiPlatform\Core\Serializer\Filter\PropertyFilter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_user_app_filter_or_search_filter" (parent: .abstract.instanceof.annotated_app_entity_main_user_app_filter_or_search_filter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_user_app_filter_or_search_filter" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_user_app_filter_or_search_filter).
  • Resolving inheritance for "annotated_app_entity_main_user_app_filter_or_search_filter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_user_app_filter_or_search_filter).
  • Resolving inheritance for "annotated_app_entity_main_user_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
  • Resolving inheritance for "annotated_app_entity_main_user_api_platform_core_serializer_filter_property_filter" (parent: ApiPlatform\Core\Serializer\Filter\PropertyFilter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_site_app_filter_or_search_filter" (parent: .abstract.instanceof.annotated_app_entity_main_site_app_filter_or_search_filter).
  • Resolving inheritance for ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_site_app_filter_or_search_filter" (parent: .instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_site_app_filter_or_search_filter).
  • Resolving inheritance for "annotated_app_entity_main_site_app_filter_or_search_filter" (parent: .instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_site_app_filter_or_search_filter).
  • Resolving inheritance for "annotated_app_entity_main_site_api_platform_core_bridge_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter).
  • Resolving inheritance for "annotated_app_entity_main_site_api_platform_core_serializer_filter_property_filter" (parent: ApiPlatform\Core\Serializer\Filter\PropertyFilter).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_unit_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
  • Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
  • Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
226
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
  • Removed service "messenger.default_serializer"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.dev"; reason: private alias.
  • Removed service "security.user_checker.dev"; reason: private alias.
  • Removed service "security.authentication.session_strategy.refresh"; reason: private alias.
  • Removed service "security.user_checker.refresh"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "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 "doctrine.orm.tru_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.tru_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.tru_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.tru_entity_manager.event_manager"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
  • Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
  • Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
  • Removed service "api_platform.serializer"; reason: private alias.
  • Removed service "api_platform.property_accessor"; reason: private alias.
  • Removed service "api_platform.property_info"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\ResourceClassResolverInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\UrlGeneratorInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Api\IriConverterInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Serializer\SerializerContextBuilderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Serializer\Filter\PropertyFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Serializer\Filter\GroupFilter"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataPersister\DataPersisterInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\ItemDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\CollectionDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\DataProvider\Pagination"; reason: private alias.
  • Removed service "api_platform.operation_path_resolver.default"; reason: private alias.
  • Removed service "api_platform.path_segment_name_generator"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
  • Removed service "ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
  • Removed service "ApiPlatform\Core\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "api_platform.message_bus"; reason: private alias.
  • Removed service "ApiPlatform\Core\Security\ResourceAccessCheckerInterface"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
  • Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
  • Removed service "api_platform.name_converter"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.inherited.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.input_output.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
  • Removed service "api_platform.metadata.subresource.metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.php_doc.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.short_name.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.filter_metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.operation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.inherited.inner"; reason: private alias.
  • Removed service "api_platform.swagger.normalizer.api_gateway"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "api_platform.serializer.context_builder"; reason: private alias.
  • Removed service "api_platform.identifiers_extractor"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.annotation.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
  • Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
  • Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
  • Removed service "api_platform.collection_data_provider"; reason: private alias.
  • Removed service "api_platform.item_data_provider"; reason: private alias.
  • Removed service "api_platform.subresource_data_provider"; reason: private alias.
  • Removed service "api_platform.data_persister"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service "messenger.bus.default"; reason: private alias.
  • Removed service "api_platform.swagger.normalizer.documentation"; reason: private alias.
  • Removed service "api_platform.route_name_resolver"; reason: private alias.
  • Removed service "api_platform.subresource_operation_factory"; reason: private alias.
  • Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.resource.metadata_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
  • Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
  • Removed service ".service_locator.tcxuK57"; reason: private alias.
  • Removed service ".service_locator.89To16e"; reason: private alias.
  • Removed service ".service_locator.b1qho2Z"; reason: private alias.
  • Removed service ".service_locator.olQw08F"; reason: private alias.
  • Removed service ".service_locator.fzMvOmo"; reason: private alias.
231
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
  • Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "gesdinet.jwtrefreshtoken.send_token" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "nelmio_cors.cors_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.swagger.action.ui" previously pointing to "router.default" to "router".
  • Changed reference of service "api_platform.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "api_platform.metadata.property.metadata_factory.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "api_platform.messenger.data_persister" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.gOfDuWL" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.CZEXAXI" previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.App\Security\TruVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.tru_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.CDOTD6." previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.CDOTD6." previously pointing to "debug.traced.messenger.bus.default" to "message_bus".
  • Changed reference of service ".service_locator.CDOTD6." previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator._pu.0Tb" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m8PwGkX" previously pointing to "router.default" to "router".
81
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "messenger.middleware.handle_message"; reason: abstract.
  • Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
  • Removed service "messenger.middleware.traceable"; reason: abstract.
  • Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "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 "messenger.middleware.doctrine_transaction"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
  • Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "api_platform.serializer.property_filter"; reason: abstract.
  • Removed service "api_platform.serializer.group_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.collection_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.item_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.subresource_data_provider"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
  • Removed service "api_platform.doctrine.orm.exists_filter"; 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.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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlarmCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AlarmCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveReport"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RemoveReport"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PermissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PermissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ActionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ActionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserSide\ActionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\AlarmsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\AlarmsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserSide\AlarmsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ExportController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserSide\ExportController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserSide\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSide\ModuleController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSide\ModuleController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserSide\ModuleController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ClientFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\ClientFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\RolesFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\RolesFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\SiteFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\SiteFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PreReadSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\PreReadSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RemoveSiteSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\RemoveSiteSubscriber"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.App\Filter\OrSearchFilter"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.App\Filter\OrSearchFilter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Filter\OrSearchFilter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\ReportHandler"; reason: abstract.
  • Removed service ".abstract.instanceof.App\MessageHandler\ReportHandler"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\DateTimeNormalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Normalizer\DateTimeNormalizer"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PermissionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PermissionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefTypeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RefTypeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ReportRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\AlmDataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\AlmDataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\AlmUserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\AlmUserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmDataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\CmDataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmDefinitionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\CmDefinitionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmReadingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\CmReadingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmSettingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\CmSettingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmStatusRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\CmStatusRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\CmdOptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\CmdOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\DTO\RefGroupDTORepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\DTO\RefGroupDTORepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\DTO\RefReadingDTORepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\DTO\RefReadingDTORepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefDataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\RefDataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefDefinitionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\RefDefinitionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\RefGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\RefReadingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\RefReadingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tru\TxDataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\Tru\TxDataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TruRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TruRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TxCommandRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TxCommandRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TruVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Security\TruVoter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\ExitsTimezoneValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\ExitsTimezoneValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Constraints\UniqueIdentityValidator"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Validator\Constraints\UniqueIdentityValidator"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.tru_voter"; reason: abstract.
  • Removed service ".abstract.instanceof.tru_voter"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.datetime_normalizer"; reason: abstract.
  • Removed service ".abstract.instanceof.datetime_normalizer"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_client_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_client_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".abstract.instanceof.annotated_app_entity_main_client_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_tru_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_tru_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".abstract.instanceof.annotated_app_entity_main_tru_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_user_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_user_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".abstract.instanceof.annotated_app_entity_main_user_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\AbstractContextAwareFilter.0.annotated_app_entity_main_site_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".instanceof.ApiPlatform\Core\Api\FilterInterface.0.annotated_app_entity_main_site_app_filter_or_search_filter"; reason: abstract.
  • Removed service ".abstract.instanceof.annotated_app_entity_main_site_app_filter_or_search_filter"; reason: abstract.
226
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\DataMapping\CmSettingDataMapper"; reason: unused.
  • Removed service "App\DataMapping\SendResetPassword"; reason: unused.
  • Removed service "App\DataMapping\TxDataDataMapper"; reason: unused.
  • Removed service "App\DataMapping\UpdatePassword"; reason: unused.
  • Removed service "App\Doctrine\MaxIdentityGenerator"; reason: unused.
  • Removed service "App\EventListener\ExceptionListener"; reason: unused.
  • Removed service "App\EventListener\JWTAuthenticatedListener"; reason: unused.
  • Removed service "App\EventListener\PostRemoveListener"; reason: unused.
  • Removed service "App\EventListener\RequestListener"; reason: unused.
  • Removed service "App\Helper\HashedHelper"; reason: unused.
  • Removed service "App\Helper\TimeZoneHelper"; reason: unused.
  • Removed service "App\Message\ReportMessage"; reason: unused.
  • Removed service "App\Validator\Constraints\ExitsTimezone"; reason: unused.
  • Removed service "App\Validator\Constraints\UniqueIdentity"; reason: unused.
  • Removed service "api_platform.filter.or_search_filter"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~AW3SHc4"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "messenger.transport.symfony_serializer"; reason: unused.
  • Removed service "messenger.middleware.validation"; reason: unused.
  • Removed service ".1_PhpArrayAdapter~2xKnbds"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.logout.handler.session"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~L_LYH.w"; reason: unused.
  • Removed service "form.type_guesser.doctrine"; reason: unused.
  • Removed service "form.type.entity"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; 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.ansi"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
  • Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
  • Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
  • Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
  • Removed service "maker.entity_class_generator"; reason: unused.
  • Removed service "api_platform.operation_path_resolver.underscore"; reason: unused.
  • Removed service "api_platform.operation_path_resolver.dash"; reason: unused.
  • Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
  • Removed service "api_platform.serializer_locator"; reason: unused.
  • Removed service "api_platform.filter_collection_factory"; reason: unused.
  • Removed service "api_platform.filters"; reason: unused.
  • Removed service "api_platform.doctrine.metadata_factory"; 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 ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~COxf7dG"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~COxf7dG"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~COxf7dG"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~COxf7dG"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "security.logout.handler.csrf_token_clearing"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.UwRI0uT"; reason: unused.
  • Removed service ".service_locator.jD4_ZG7"; reason: unused.
89
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "App\Service\AlarmMailer" to "App\Command\AlarmCommand".
  • Inlined service ".service_locator.CDOTD6..App\Controller\HomeController" to "App\Controller\HomeController".
  • Inlined service ".service_locator.CDOTD6..App\Controller\PermissionController" to "App\Controller\PermissionController".
  • Inlined service ".service_locator.CDOTD6..App\Controller\UserSide\ActionsController" to "App\Controller\UserSide\ActionsController".
  • Inlined service ".service_locator.CDOTD6..App\Controller\UserSide\AlarmsController" to "App\Controller\UserSide\AlarmsController".
  • Inlined service ".service_locator.CDOTD6..App\Controller\UserSide\ExportController" to "App\Controller\UserSide\ExportController".
  • Inlined service ".service_locator.CDOTD6..App\Controller\UserSide\HomeController" to "App\Controller\UserSide\HomeController".
  • Inlined service ".service_locator.CDOTD6..App\Controller\UserSide\ModuleController" to "App\Controller\UserSide\ModuleController".
  • Inlined service "App\Service\ExportReports" to "App\MessageHandler\ReportHandler".
  • Inlined service "App\Service\Report\DataCollector" to "App\Service\ExportReports".
  • Inlined service "App\Service\Report\XlsxGenerator" to "App\Service\ExportReports".
  • Inlined service "App\Swagger\SwaggerDecorator.inner" to "App\Swagger\SwaggerDecorator".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.gmwRZ3h" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "messenger.retry_strategy_locator" to "console.command.messenger_consume_messages".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • Inlined service "session.attribute_bag" to "session".
  • Inlined service "session.flash_bag" to "session".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.WPZmidW" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "security.csrf.token_storage" to "security.csrf.token_manager".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service ".service_locator.KK9uGgK" to "messenger.senders_locator".
  • Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
  • Inlined service ".service_locator.CZEXAXI" to "messenger.routable_message_bus".
  • Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
  • Inlined service "messenger.transport_factory" to "messenger.transport.async".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service "doctrine.orm.tru_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.dzC83eQ" to "validator.validator_factory".
  • Inlined service ".service_locator.yQVjGlt" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator._pu.0Tb.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "api_platform.data_collector.request" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.messenger" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.service" to "routing.resolver".
  • Inlined service "api_platform.route_loader" 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.m8PwGkX.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~AEt.DU5" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~AEt.DU5" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "App\Normalizer\DateTimeNormalizer" to "serializer".
  • Inlined service "datetime_normalizer" to "serializer".
  • Inlined service "App\Swagger\SwaggerDecorator" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "App\Swagger\SwaggerDecorator" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
  • Inlined service "api_platform.hydra.normalizer.error" to "serializer".
  • Inlined service "api_platform.problem.normalizer.error" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
  • Inlined service "api_platform.serializer.normalizer.item" to "serializer".
  • Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
  • Inlined service "serializer.denormalizer.array" 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 "api_platform.jsonld.encoder" to "serializer".
  • Inlined service "api_platform.problem.encoder" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.weblink" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.missing_extension_suggestor" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.lSIKWsr.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.lSIKWsr.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "assets.packages" to "twig.extension.assets".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.xEWwCJt" to "twig.runtime_loader".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.3mC2uXF" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
  • Inlined service ".security.request_matcher.i0nnAHt" to "security.access_map".
  • Inlined service ".security.request_matcher.IvnayqM" to "security.access_map".
  • Inlined service ".security.request_matcher.XbHq1G2" to "security.access_map".
  • Inlined service ".security.request_matcher.G1GA.gK" to "security.access_map".
  • Inlined service ".security.request_matcher.1ZmdTkD" to "security.access_map".
  • Inlined service ".security.request_matcher.q.H19q7" to "security.access_map".
  • Inlined service ".security.request_matcher.n92GVn4" to "security.access_map".
  • Inlined service ".security.request_matcher.cxnY5AO" to "security.access_map".
  • Inlined service "security.authentication.session_strategy" to "security.authentication.guard_handler".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.exception_listener.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.exception_listener.refresh" to "security.firewall.map.context.refresh".
  • Inlined service "security.firewall.map.config.refresh" to "security.firewall.map.context.refresh".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.main".
  • Inlined service "security.authentication.success_handler.main.json_login" to "security.authentication.listener.json.main".
  • Inlined service "security.authentication.failure_handler.main.json_login" to "security.authentication.listener.json.main".
  • Inlined service "security.authentication.session_strategy_noop" to "security.authentication.listener.json.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service ".service_locator.Otd28_S" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.logger.chain.tru" to "doctrine.dbal.tru_connection.configuration".
  • Inlined service ".service_locator.Nyb5z3f" to "doctrine.dbal.tru_connection.event_manager".
  • Inlined service "doctrine.dbal.tru_connection.configuration" to "doctrine.dbal.tru_connection".
  • Inlined service "doctrine.dbal.tru_connection.event_manager" to "doctrine.dbal.tru_connection".
  • Inlined service ".service_locator.tnRoqFn" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" 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_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.tru.metadata" to "doctrine.orm.tru_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.tru.query" to "doctrine.orm.tru_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.tru.result" to "doctrine.orm.tru_configuration".
  • Inlined service "doctrine.orm.tru_metadata_driver" to "doctrine.orm.tru_configuration".
  • Inlined service "doctrine.orm.tru_entity_listener_resolver" to "doctrine.orm.tru_configuration".
  • Inlined service "doctrine.orm.tru_annotation_metadata_driver" to "doctrine.orm.tru_metadata_driver".
  • Inlined service "cache.doctrine.orm.tru.metadata.recorder_inner" to "cache.doctrine.orm.tru.metadata".
  • Inlined service "cache.doctrine.orm.tru.result.recorder_inner" to "cache.doctrine.orm.tru.result".
  • Inlined service "cache.doctrine.orm.tru.query.recorder_inner" to "cache.doctrine.orm.tru.query".
  • Inlined service "doctrine.orm.tru_configuration" to "doctrine.orm.tru_entity_manager".
  • Inlined service "doctrine.orm.tru_manager_configurator" to "doctrine.orm.tru_entity_manager".
  • Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "lexik_jwt_authentication.security.guard.jwt_token_authenticator".
  • Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
  • Inlined service "gesdinet.jwtrefreshtoken.authenticator" to "gesdinet.jwtrefreshtoken".
  • Inlined service "gesdinet.jwtrefreshtoken.user_provider" to "gesdinet.jwtrefreshtoken".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service ".1_NonceGenerator~n0srX1N" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~n0srX1N" to "twig.extension.webprofiler".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "App\DataFixtures\ClientFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\RolesFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\SiteFixtures" to "doctrine.fixtures.loader".
  • Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
  • Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
  • Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
  • Inlined service "api_platform.route_name_resolver.cached.inner" to "api_platform.route_name_resolver.cached".
  • Inlined service "api_platform.route_name_resolver.cached" to "api_platform.iri_converter".
  • Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
  • Inlined service "api_platform.operation_path_resolver.generator" to "api_platform.operation_path_resolver.custom".
  • Inlined service "api_platform.negotiator" to "api_platform.listener.request.add_format".
  • Inlined service "api_platform.identifiers_extractor.cached.inner" to "api_platform.identifiers_extractor.cached".
  • Inlined service "api_platform.subresource_operation_factory.cached.inner" to "api_platform.subresource_operation_factory.cached".
  • Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
  • Inlined service "api_platform.cache.identifiers_extractor.recorder_inner" to "api_platform.cache.identifiers_extractor".
  • Inlined service "api_platform.cache.subresource_operation_factory.recorder_inner" to "api_platform.cache.subresource_operation_factory".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
  • Inlined service "api_platform.metadata.resource.metadata_factory.yaml" to "api_platform.metadata.resource.metadata_factory.input_output".
  • Inlined service "api_platform.metadata.resource.metadata_factory.php_doc" to "api_platform.metadata.resource.metadata_factory.short_name".
  • Inlined service "api_platform.metadata.resource.filter_metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.operation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.operation" to "api_platform.metadata.resource.metadata_factory.cached".
  • Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.inherited".
  • Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
  • Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
  • Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.metadata.property.metadata_factory.inherited".
  • Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
  • Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.metadata.property.metadata_factory.cached".
  • Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
  • Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
  • Inlined service "api_platform.metadata.property.name_collection_factory.inherited" to "api_platform.metadata.property.name_collection_factory.xml".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.annotation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.xml" to "api_platform.metadata.resource.metadata_factory.annotation".
  • Inlined service "api_platform.metadata.resource.metadata_factory.short_name" to "api_platform.metadata.resource.filter_metadata_factory.annotation".
  • Inlined service "api_platform.metadata.subresource.metadata_factory.annotation" to "api_platform.metadata.property.metadata_factory.annotation".
  • Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.subresource.metadata_factory.annotation".
  • Inlined service "api_platform.metadata.resource.name_collection_factory.annotation" to "api_platform.metadata.resource.name_collection_factory.yaml".
  • Inlined service "api_platform.metadata.resource.metadata_factory.annotation" to "api_platform.metadata.resource.metadata_factory.yaml".
  • Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.yaml".
  • Inlined service "api_platform.metadata.property.metadata_factory.annotation" to "api_platform.metadata.property.metadata_factory.yaml".
  • Inlined service "api_platform.metadata.resource.metadata_factory.input_output" to "api_platform.metadata.resource.metadata_factory.php_doc".
  • Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
  • Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
  • Inlined service "api_platform.metadata.property.metadata_factory.inherited" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
  • Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
  • Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
  • Inlined service "debug.api_platform.collection_data_provider.inner" to "debug.api_platform.collection_data_provider".
  • Inlined service "debug.api_platform.item_data_provider.inner" to "debug.api_platform.item_data_provider".
  • Inlined service "debug.api_platform.subresource_data_provider.inner" to "debug.api_platform.subresource_data_provider".
  • Inlined service "debug.api_platform.data_persister.inner" to "debug.api_platform.data_persister".
  • Inlined service "api_platform.security.expression_language" to "api_platform.security.resource_access_checker".
  • Inlined service "api_platform.security.resource_access_checker" to "api_platform.security.listener.request.deny_access".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "knp_paginator.helper.processor" to "knp_paginator.twig.extension.pagination".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
  • Inlined service "App\MessageHandler\ReportHandler" to ".messenger.handler_descriptor.K45V71D".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "App\Security\TruVoter" to "debug.security.voter.App\Security\TruVoter".
  • Inlined service "tru_voter" to "debug.security.voter.tru_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator._pu.0Tb" to ".service_locator._pu.0Tb.translation.warmer".
  • Inlined service ".service_locator.IzRv0rh" to ".service_locator.IzRv0rh.router.default".
  • Inlined service ".service_locator.m8PwGkX" to ".service_locator.m8PwGkX.router.cache_warmer".
  • Inlined service "api_platform.swagger.normalizer.api_gateway.inner" to "App\Swagger\SwaggerDecorator.inner".
  • Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
  • Inlined service "api_platform.operation_path_resolver.router" to "api_platform.swagger.normalizer.api_gateway.inner".
  • Inlined service ".service_locator.CVbmUWo" to "console.command_loader".
  • Inlined service "debug.traced.messenger.bus.default.inner" to "message_bus".
  • Inlined service ".service_locator.IzRv0rh.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "api_platform.operation_method_resolver" to "serializer".
  • Inlined service "api_platform.operation_method_resolver" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
349