http://127.0.0.1:8086/?1719749392=

Log Messages

Info. & Errors 1

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

Level Channel Message
ERROR request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "HEAD /"" at /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php line 136
[
  "exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#277
    -statusCode: 404
    -headers: []
    #message: "No route found for "HEAD /""
    #code: 0
    #file: "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php"
    #line: 136
    -previous: Symfony\Component\Routing\Exception\NoConfigurationException {#314 …}
    trace: {
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:136 {
        Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
        › 
        ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
      }
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
          ...: {
            "kernel.request"
            Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#469 …}
          }
        }
      }
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
          $eventName: "kernel.request"
          $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#469 …}
        }
      }
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
        }
      }
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
        arguments: {
          $listeners: [ …13]
          $eventName: "kernel.request"
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
        }
      }
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
        arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
          $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
          ...: {
            "kernel.request"
          }
        }
      }
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#58 …}
          $type: 1
        }
      }
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#58 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/html/public/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#58 …}
        }
      }
    }
  }
]
{
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php:136 {
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(GetResponseEvent $event) …
    › 
    ›     throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {
  }
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
      ...: {
        "kernel.request"
        Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#469 …}
      }
    }
  }
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
      $eventName: "kernel.request"
      $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#469 …}
    }
  }
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
    }
  }
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    arguments: {
      $listeners: [ …13]
      $eventName: "kernel.request"
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
    }
  }
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:145 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
      $event: Symfony\Component\HttpKernel\Event\RequestEvent {#395 …}
      ...: {
        "kernel.request"
      }
    }
  }
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:81 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#58 …}
      $type: 1
    }
  }
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#58 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/html/public/app_dev.php:29 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#58 …}
    }
  }
}

Deprecations 2

Log messages generated by using features marked as deprecated.

Time Channel Message
n/a The "Hslavich\OneloginSamlBundle\Event\AbstractUserEvent" class extends "Symfony\Component\EventDispatcher\Event" that is deprecated since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead.
n/a The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#602
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:204 {
        spl_autoload_call($class_name) …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:204 {
    spl_autoload_call($class_name) …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}

Debug 27

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"AppBundle\Listener\OptionHandleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "AppBundle\Listener\OptionHandleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"AppBundle\Listener\OptionHandleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "AppBundle\Listener\OptionHandleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
was not called for event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\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"
]

PHP Notices 0

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

There are no log messages of this level.

Container 1534

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.AppBundle\Command\GeneratePostCommand" (parent: .abstract.instanceof.AppBundle\Command\GeneratePostCommand).
  • Resolving inheritance for "AppBundle\Command\GeneratePostCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GeneratePostCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GenerateProfileCommand" (parent: .abstract.instanceof.AppBundle\Command\GenerateProfileCommand).
  • Resolving inheritance for "AppBundle\Command\GenerateProfileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GenerateProfileCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ReservationCommand" (parent: .abstract.instanceof.AppBundle\Command\ReservationCommand).
  • Resolving inheritance for "AppBundle\Command\ReservationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ReservationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AssignmentController" (parent: .abstract.instanceof.AppBundle\Controller\AssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AssignmentController).
  • Resolving inheritance for "AppBundle\Controller\AssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AssignmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AssistanceController" (parent: .abstract.instanceof.AppBundle\Controller\AssistanceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AssistanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AssistanceController).
  • Resolving inheritance for "AppBundle\Controller\AssistanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AssistanceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AuditController" (parent: .abstract.instanceof.AppBundle\Controller\AuditController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AuditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AuditController).
  • Resolving inheritance for "AppBundle\Controller\AuditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AuditController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\BuildingController" (parent: .abstract.instanceof.AppBundle\Controller\BuildingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\BuildingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\BuildingController).
  • Resolving inheritance for "AppBundle\Controller\BuildingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\BuildingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CheckController" (parent: .abstract.instanceof.AppBundle\Controller\CheckController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CheckController).
  • Resolving inheritance for "AppBundle\Controller\CheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CheckController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\DocumentController" (parent: .abstract.instanceof.AppBundle\Controller\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\DocumentController).
  • Resolving inheritance for "AppBundle\Controller\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\DocumentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\EquipmentController" (parent: .abstract.instanceof.AppBundle\Controller\EquipmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\EquipmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\EquipmentController).
  • Resolving inheritance for "AppBundle\Controller\EquipmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\EquipmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FallDetectionController" (parent: .abstract.instanceof.AppBundle\Controller\FallDetectionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FallDetectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FallDetectionController).
  • Resolving inheritance for "AppBundle\Controller\FallDetectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FallDetectionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FireAlertController" (parent: .abstract.instanceof.AppBundle\Controller\FireAlertController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FireAlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FireAlertController).
  • Resolving inheritance for "AppBundle\Controller\FireAlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FireAlertController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FloorController" (parent: .abstract.instanceof.AppBundle\Controller\FloorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FloorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FloorController).
  • Resolving inheritance for "AppBundle\Controller\FloorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FloorController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Gtb\BuildingEquipmentManagementController" (parent: .abstract.instanceof.AppBundle\Controller\Gtb\BuildingEquipmentManagementController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Gtb\BuildingEquipmentManagementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Gtb\BuildingEquipmentManagementController).
  • Resolving inheritance for "AppBundle\Controller\Gtb\BuildingEquipmentManagementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Gtb\BuildingEquipmentManagementController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Gtb\BuildingEquipmentValueController" (parent: .abstract.instanceof.AppBundle\Controller\Gtb\BuildingEquipmentValueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Gtb\BuildingEquipmentValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Gtb\BuildingEquipmentValueController).
  • Resolving inheritance for "AppBundle\Controller\Gtb\BuildingEquipmentValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Gtb\BuildingEquipmentValueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\HardwareController" (parent: .abstract.instanceof.AppBundle\Controller\HardwareController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\HardwareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\HardwareController).
  • Resolving inheritance for "AppBundle\Controller\HardwareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\HardwareController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Info\FicController" (parent: .abstract.instanceof.AppBundle\Controller\Info\FicController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Info\FicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Info\FicController).
  • Resolving inheritance for "AppBundle\Controller\Info\FicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Info\FicController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Info\IviplayController" (parent: .abstract.instanceof.AppBundle\Controller\Info\IviplayController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Info\IviplayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Info\IviplayController).
  • Resolving inheritance for "AppBundle\Controller\Info\IviplayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Info\IviplayController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Localization\MeetingPointController" (parent: .abstract.instanceof.AppBundle\Controller\Localization\MeetingPointController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Localization\MeetingPointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Localization\MeetingPointController).
  • Resolving inheritance for "AppBundle\Controller\Localization\MeetingPointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Localization\MeetingPointController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Localization\RequestPositionController" (parent: .abstract.instanceof.AppBundle\Controller\Localization\RequestPositionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Localization\RequestPositionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Localization\RequestPositionController).
  • Resolving inheritance for "AppBundle\Controller\Localization\RequestPositionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Localization\RequestPositionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MediaController" (parent: .abstract.instanceof.AppBundle\Controller\MediaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MediaController).
  • Resolving inheritance for "AppBundle\Controller\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MediaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MetricController" (parent: .abstract.instanceof.AppBundle\Controller\MetricController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MetricController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MetricController).
  • Resolving inheritance for "AppBundle\Controller\MetricController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MetricController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MissionController" (parent: .abstract.instanceof.AppBundle\Controller\MissionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MissionController).
  • Resolving inheritance for "AppBundle\Controller\MissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MissionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\CommentController" (parent: .abstract.instanceof.AppBundle\Controller\News\CommentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\CommentController).
  • Resolving inheritance for "AppBundle\Controller\News\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\CommentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\PictureController" (parent: .abstract.instanceof.AppBundle\Controller\News\PictureController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\PictureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\PictureController).
  • Resolving inheritance for "AppBundle\Controller\News\PictureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\PictureController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\PostController" (parent: .abstract.instanceof.AppBundle\Controller\News\PostController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\PostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\PostController).
  • Resolving inheritance for "AppBundle\Controller\News\PostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\PostController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\ProfileController" (parent: .abstract.instanceof.AppBundle\Controller\News\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\ProfileController).
  • Resolving inheritance for "AppBundle\Controller\News\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\ProfileController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\OrganizationController" (parent: .abstract.instanceof.AppBundle\Controller\OrganizationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\OrganizationController).
  • Resolving inheritance for "AppBundle\Controller\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\OrganizationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PackageController" (parent: .abstract.instanceof.AppBundle\Controller\PackageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PackageController).
  • Resolving inheritance for "AppBundle\Controller\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PackageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ParametersController" (parent: .abstract.instanceof.AppBundle\Controller\ParametersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ParametersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ParametersController).
  • Resolving inheritance for "AppBundle\Controller\ParametersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ParametersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\QRCodeController" (parent: .abstract.instanceof.AppBundle\Controller\QRCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\QRCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\QRCodeController).
  • Resolving inheritance for "AppBundle\Controller\QRCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\QRCodeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\QRController" (parent: .abstract.instanceof.AppBundle\Controller\QRController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\QRController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\QRController).
  • Resolving inheritance for "AppBundle\Controller\QRController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\QRController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ResamaniaController" (parent: .abstract.instanceof.AppBundle\Controller\ResamaniaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ResamaniaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ResamaniaController).
  • Resolving inheritance for "AppBundle\Controller\ResamaniaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ResamaniaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ReservationController" (parent: .abstract.instanceof.AppBundle\Controller\ReservationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ReservationController).
  • Resolving inheritance for "AppBundle\Controller\ReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ReservationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\RoomController" (parent: .abstract.instanceof.AppBundle\Controller\RoomController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\RoomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\RoomController).
  • Resolving inheritance for "AppBundle\Controller\RoomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\RoomController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\RoomTypeController" (parent: .abstract.instanceof.AppBundle\Controller\RoomTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\RoomTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\RoomTypeController).
  • Resolving inheritance for "AppBundle\Controller\RoomTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\RoomTypeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SecurityController" (parent: .abstract.instanceof.AppBundle\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SecurityController).
  • Resolving inheritance for "AppBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ServiceController" (parent: .abstract.instanceof.AppBundle\Controller\ServiceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ServiceController).
  • Resolving inheritance for "AppBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ServiceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ShipmentController" (parent: .abstract.instanceof.AppBundle\Controller\ShipmentController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ShipmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ShipmentController).
  • Resolving inheritance for "AppBundle\Controller\ShipmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ShipmentController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SiteController" (parent: .abstract.instanceof.AppBundle\Controller\SiteController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SiteController).
  • Resolving inheritance for "AppBundle\Controller\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SiteController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SsoController" (parent: .abstract.instanceof.AppBundle\Controller\SsoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SsoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SsoController).
  • Resolving inheritance for "AppBundle\Controller\SsoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SsoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SurveyController" (parent: .abstract.instanceof.AppBundle\Controller\SurveyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SurveyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SurveyController).
  • Resolving inheritance for "AppBundle\Controller\SurveyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SurveyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketChannelController" (parent: .abstract.instanceof.AppBundle\Controller\TicketChannelController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketChannelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketChannelController).
  • Resolving inheritance for "AppBundle\Controller\TicketChannelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketChannelController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketChannelProviderController" (parent: .abstract.instanceof.AppBundle\Controller\TicketChannelProviderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketChannelProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketChannelProviderController).
  • Resolving inheritance for "AppBundle\Controller\TicketChannelProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketChannelProviderController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketController" (parent: .abstract.instanceof.AppBundle\Controller\TicketController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketController).
  • Resolving inheritance for "AppBundle\Controller\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketInformatiqueController" (parent: .abstract.instanceof.AppBundle\Controller\TicketInformatiqueController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketInformatiqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketInformatiqueController).
  • Resolving inheritance for "AppBundle\Controller\TicketInformatiqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketInformatiqueController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\UserController" (parent: .abstract.instanceof.AppBundle\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\UserController).
  • Resolving inheritance for "AppBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\VisitController" (parent: .abstract.instanceof.AppBundle\Controller\VisitController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\VisitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\VisitController).
  • Resolving inheritance for "AppBundle\Controller\VisitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\VisitController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ZoneController" (parent: .abstract.instanceof.AppBundle\Controller\ZoneController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ZoneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ZoneController).
  • Resolving inheritance for "AppBundle\Controller\ZoneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ZoneController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\ServiceFixtures" (parent: .abstract.instanceof.AppBundle\DataFixtures\ServiceFixtures).
  • Resolving inheritance for "AppBundle\DataFixtures\ServiceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\ServiceFixtures).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\UserFixtures" (parent: .abstract.instanceof.AppBundle\DataFixtures\UserFixtures).
  • Resolving inheritance for "AppBundle\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\UserFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Assignment\CreateAssignmentType" (parent: .abstract.instanceof.AppBundle\Form\Assignment\CreateAssignmentType).
  • Resolving inheritance for "AppBundle\Form\Assignment\CreateAssignmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Assignment\CreateAssignmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Assistance\CreatePhoneAssistanceType" (parent: .abstract.instanceof.AppBundle\Form\Assistance\CreatePhoneAssistanceType).
  • Resolving inheritance for "AppBundle\Form\Assistance\CreatePhoneAssistanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Assistance\CreatePhoneAssistanceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Building\CreateBuildingType" (parent: .abstract.instanceof.AppBundle\Form\Building\CreateBuildingType).
  • Resolving inheritance for "AppBundle\Form\Building\CreateBuildingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Building\CreateBuildingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Building\GetFilteredBuildingType" (parent: .abstract.instanceof.AppBundle\Form\Building\GetFilteredBuildingType).
  • Resolving inheritance for "AppBundle\Form\Building\GetFilteredBuildingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Building\GetFilteredBuildingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Check\CreateCheckType" (parent: .abstract.instanceof.AppBundle\Form\Check\CreateCheckType).
  • Resolving inheritance for "AppBundle\Form\Check\CreateCheckType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Check\CreateCheckType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Check\EquipmentCheckType" (parent: .abstract.instanceof.AppBundle\Form\Check\EquipmentCheckType).
  • Resolving inheritance for "AppBundle\Form\Check\EquipmentCheckType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Check\EquipmentCheckType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\CheckResponse\CreateCheckResponseType" (parent: .abstract.instanceof.AppBundle\Form\CheckResponse\CreateCheckResponseType).
  • Resolving inheritance for "AppBundle\Form\CheckResponse\CreateCheckResponseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\CheckResponse\CreateCheckResponseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\DocumentType" (parent: .abstract.instanceof.AppBundle\Form\DocumentType).
  • Resolving inheritance for "AppBundle\Form\DocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\DocumentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\AuditEquipmentType" (parent: .abstract.instanceof.AppBundle\Form\Equipment\AuditEquipmentType).
  • Resolving inheritance for "AppBundle\Form\Equipment\AuditEquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\AuditEquipmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\CreateEquipmentAndLinkCheckType" (parent: .abstract.instanceof.AppBundle\Form\Equipment\CreateEquipmentAndLinkCheckType).
  • Resolving inheritance for "AppBundle\Form\Equipment\CreateEquipmentAndLinkCheckType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\CreateEquipmentAndLinkCheckType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\CreateEquipmentType" (parent: .abstract.instanceof.AppBundle\Form\Equipment\CreateEquipmentType).
  • Resolving inheritance for "AppBundle\Form\Equipment\CreateEquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\CreateEquipmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentCheckType" (parent: .abstract.instanceof.AppBundle\Form\Equipment\EditEquipmentCheckType).
  • Resolving inheritance for "AppBundle\Form\Equipment\EditEquipmentCheckType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentCheckType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentRoomTypeType" (parent: .abstract.instanceof.AppBundle\Form\Equipment\EditEquipmentRoomTypeType).
  • Resolving inheritance for "AppBundle\Form\Equipment\EditEquipmentRoomTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentRoomTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentType" (parent: .abstract.instanceof.AppBundle\Form\Equipment\EditEquipmentType).
  • Resolving inheritance for "AppBundle\Form\Equipment\EditEquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EquipmentType" (parent: .abstract.instanceof.AppBundle\Form\Equipment\EquipmentType).
  • Resolving inheritance for "AppBundle\Form\Equipment\EquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EquipmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FallDetection\FallDetectionType" (parent: .abstract.instanceof.AppBundle\Form\FallDetection\FallDetectionType).
  • Resolving inheritance for "AppBundle\Form\FallDetection\FallDetectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FallDetection\FallDetectionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FallDetection\FallDetectionUpdateType" (parent: .abstract.instanceof.AppBundle\Form\FallDetection\FallDetectionUpdateType).
  • Resolving inheritance for "AppBundle\Form\FallDetection\FallDetectionUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FallDetection\FallDetectionUpdateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FireAlert\CreateFireAlertType" (parent: .abstract.instanceof.AppBundle\Form\FireAlert\CreateFireAlertType).
  • Resolving inheritance for "AppBundle\Form\FireAlert\CreateFireAlertType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FireAlert\CreateFireAlertType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Floor\CreateFloorType" (parent: .abstract.instanceof.AppBundle\Form\Floor\CreateFloorType).
  • Resolving inheritance for "AppBundle\Form\Floor\CreateFloorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Floor\CreateFloorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetAuditFilteredType" (parent: .abstract.instanceof.AppBundle\Form\GetAuditFilteredType).
  • Resolving inheritance for "AppBundle\Form\GetAuditFilteredType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetAuditFilteredType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetFilteredPackageType" (parent: .abstract.instanceof.AppBundle\Form\GetFilteredPackageType).
  • Resolving inheritance for "AppBundle\Form\GetFilteredPackageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetFilteredPackageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetReservationFilteredType" (parent: .abstract.instanceof.AppBundle\Form\GetReservationFilteredType).
  • Resolving inheritance for "AppBundle\Form\GetReservationFilteredType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetReservationFilteredType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Hardware\StoreVideosListType" (parent: .abstract.instanceof.AppBundle\Form\Hardware\StoreVideosListType).
  • Resolving inheritance for "AppBundle\Form\Hardware\StoreVideosListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Hardware\StoreVideosListType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Hardware\UpdateHardwareMediaType" (parent: .abstract.instanceof.AppBundle\Form\Hardware\UpdateHardwareMediaType).
  • Resolving inheritance for "AppBundle\Form\Hardware\UpdateHardwareMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Hardware\UpdateHardwareMediaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\MeetingPointType" (parent: .abstract.instanceof.AppBundle\Form\Localization\MeetingPointType).
  • Resolving inheritance for "AppBundle\Form\Localization\MeetingPointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\MeetingPointType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\RequestPositionType" (parent: .abstract.instanceof.AppBundle\Form\Localization\RequestPositionType).
  • Resolving inheritance for "AppBundle\Form\Localization\RequestPositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\RequestPositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\UpdateMeetingPointType" (parent: .abstract.instanceof.AppBundle\Form\Localization\UpdateMeetingPointType).
  • Resolving inheritance for "AppBundle\Form\Localization\UpdateMeetingPointType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\UpdateMeetingPointType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\UpdateRequestPositionType" (parent: .abstract.instanceof.AppBundle\Form\Localization\UpdateRequestPositionType).
  • Resolving inheritance for "AppBundle\Form\Localization\UpdateRequestPositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\UpdateRequestPositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Media\CreateMediaType" (parent: .abstract.instanceof.AppBundle\Form\Media\CreateMediaType).
  • Resolving inheritance for "AppBundle\Form\Media\CreateMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Media\CreateMediaType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Mission\CreateMissionType" (parent: .abstract.instanceof.AppBundle\Form\Mission\CreateMissionType).
  • Resolving inheritance for "AppBundle\Form\Mission\CreateMissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Mission\CreateMissionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Mission\UpdateMissionType" (parent: .abstract.instanceof.AppBundle\Form\Mission\UpdateMissionType).
  • Resolving inheritance for "AppBundle\Form\Mission\UpdateMissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Mission\UpdateMissionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreateCommentType" (parent: .abstract.instanceof.AppBundle\Form\News\CreateCommentType).
  • Resolving inheritance for "AppBundle\Form\News\CreateCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreateCommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreatePostType" (parent: .abstract.instanceof.AppBundle\Form\News\CreatePostType).
  • Resolving inheritance for "AppBundle\Form\News\CreatePostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreatePostType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreateProfileType" (parent: .abstract.instanceof.AppBundle\Form\News\CreateProfileType).
  • Resolving inheritance for "AppBundle\Form\News\CreateProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreateProfileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\EditCommentType" (parent: .abstract.instanceof.AppBundle\Form\News\EditCommentType).
  • Resolving inheritance for "AppBundle\Form\News\EditCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\EditCommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Organization\OrganizationType" (parent: .abstract.instanceof.AppBundle\Form\Organization\OrganizationType).
  • Resolving inheritance for "AppBundle\Form\Organization\OrganizationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Organization\OrganizationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\PackageType" (parent: .abstract.instanceof.AppBundle\Form\PackageType).
  • Resolving inheritance for "AppBundle\Form\PackageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\PackageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Parameters\CreateParametersType" (parent: .abstract.instanceof.AppBundle\Form\Parameters\CreateParametersType).
  • Resolving inheritance for "AppBundle\Form\Parameters\CreateParametersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Parameters\CreateParametersType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QR\CheckQRType" (parent: .abstract.instanceof.AppBundle\Form\QR\CheckQRType).
  • Resolving inheritance for "AppBundle\Form\QR\CheckQRType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QR\CheckQRType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QR\CreateQRType" (parent: .abstract.instanceof.AppBundle\Form\QR\CreateQRType).
  • Resolving inheritance for "AppBundle\Form\QR\CreateQRType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QR\CreateQRType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QRCodeType" (parent: .abstract.instanceof.AppBundle\Form\QRCodeType).
  • Resolving inheritance for "AppBundle\Form\QRCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QRCodeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ReservationType" (parent: .abstract.instanceof.AppBundle\Form\ReservationType).
  • Resolving inheritance for "AppBundle\Form\ReservationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ReservationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\CreateRoomType" (parent: .abstract.instanceof.AppBundle\Form\Room\CreateRoomType).
  • Resolving inheritance for "AppBundle\Form\Room\CreateRoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\CreateRoomType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\GetRoomFilteredType" (parent: .abstract.instanceof.AppBundle\Form\Room\GetRoomFilteredType).
  • Resolving inheritance for "AppBundle\Form\Room\GetRoomFilteredType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\GetRoomFilteredType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\UpdateRoomType" (parent: .abstract.instanceof.AppBundle\Form\Room\UpdateRoomType).
  • Resolving inheritance for "AppBundle\Form\Room\UpdateRoomType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\UpdateRoomType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\RoomType\CreateRoomTypeType" (parent: .abstract.instanceof.AppBundle\Form\RoomType\CreateRoomTypeType).
  • Resolving inheritance for "AppBundle\Form\RoomType\CreateRoomTypeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\RoomType\CreateRoomTypeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ServiceType" (parent: .abstract.instanceof.AppBundle\Form\ServiceType).
  • Resolving inheritance for "AppBundle\Form\ServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ServiceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ShipmentType" (parent: .abstract.instanceof.AppBundle\Form\ShipmentType).
  • Resolving inheritance for "AppBundle\Form\ShipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ShipmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Site\CreateSiteType" (parent: .abstract.instanceof.AppBundle\Form\Site\CreateSiteType).
  • Resolving inheritance for "AppBundle\Form\Site\CreateSiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Site\CreateSiteType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Statement\CreateStatementType" (parent: .abstract.instanceof.AppBundle\Form\Statement\CreateStatementType).
  • Resolving inheritance for "AppBundle\Form\Statement\CreateStatementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Statement\CreateStatementType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\CreateQuestionType" (parent: .abstract.instanceof.AppBundle\Form\Survey\CreateQuestionType).
  • Resolving inheritance for "AppBundle\Form\Survey\CreateQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\CreateQuestionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\CreateTemplateSurveyType" (parent: .abstract.instanceof.AppBundle\Form\Survey\CreateTemplateSurveyType).
  • Resolving inheritance for "AppBundle\Form\Survey\CreateTemplateSurveyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\CreateTemplateSurveyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\SurveyResponseType" (parent: .abstract.instanceof.AppBundle\Form\Survey\SurveyResponseType).
  • Resolving inheritance for "AppBundle\Form\Survey\SurveyResponseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\SurveyResponseType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\AssignTicketType" (parent: .abstract.instanceof.AppBundle\Form\Ticket\AssignTicketType).
  • Resolving inheritance for "AppBundle\Form\Ticket\AssignTicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\AssignTicketType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateRoomTicketType" (parent: .abstract.instanceof.AppBundle\Form\Ticket\CreateRoomTicketType).
  • Resolving inheritance for "AppBundle\Form\Ticket\CreateRoomTicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateRoomTicketType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateTicketInformatiqueType" (parent: .abstract.instanceof.AppBundle\Form\Ticket\CreateTicketInformatiqueType).
  • Resolving inheritance for "AppBundle\Form\Ticket\CreateTicketInformatiqueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateTicketInformatiqueType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateTicketType" (parent: .abstract.instanceof.AppBundle\Form\Ticket\CreateTicketType).
  • Resolving inheritance for "AppBundle\Form\Ticket\CreateTicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateTicketType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\GetFilteredTicketType" (parent: .abstract.instanceof.AppBundle\Form\Ticket\GetFilteredTicketType).
  • Resolving inheritance for "AppBundle\Form\Ticket\GetFilteredTicketType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\GetFilteredTicketType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\SendNotificationType" (parent: .abstract.instanceof.AppBundle\Form\Ticket\SendNotificationType).
  • Resolving inheritance for "AppBundle\Form\Ticket\SendNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\SendNotificationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\TicketStatusType" (parent: .abstract.instanceof.AppBundle\Form\Ticket\TicketStatusType).
  • Resolving inheritance for "AppBundle\Form\Ticket\TicketStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\TicketStatusType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TicketChannel\CreateTicketChannelType" (parent: .abstract.instanceof.AppBundle\Form\TicketChannel\CreateTicketChannelType).
  • Resolving inheritance for "AppBundle\Form\TicketChannel\CreateTicketChannelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TicketChannel\CreateTicketChannelType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TicketChannelProvider\CreateTicketChannelProviderType" (parent: .abstract.instanceof.AppBundle\Form\TicketChannelProvider\CreateTicketChannelProviderType).
  • Resolving inheritance for "AppBundle\Form\TicketChannelProvider\CreateTicketChannelProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TicketChannelProvider\CreateTicketChannelProviderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Transverse\PageFilteredType" (parent: .abstract.instanceof.AppBundle\Form\Transverse\PageFilteredType).
  • Resolving inheritance for "AppBundle\Form\Transverse\PageFilteredType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Transverse\PageFilteredType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\UpdatePackageType" (parent: .abstract.instanceof.AppBundle\Form\UpdatePackageType).
  • Resolving inheritance for "AppBundle\Form\UpdatePackageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\UpdatePackageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateAdminType" (parent: .abstract.instanceof.AppBundle\Form\User\CreateAdminType).
  • Resolving inheritance for "AppBundle\Form\User\CreateAdminType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateAdminType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateUserMobileType" (parent: .abstract.instanceof.AppBundle\Form\User\CreateUserMobileType).
  • Resolving inheritance for "AppBundle\Form\User\CreateUserMobileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateUserMobileType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateUserType" (parent: .abstract.instanceof.AppBundle\Form\User\CreateUserType).
  • Resolving inheritance for "AppBundle\Form\User\CreateUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\EditUserType" (parent: .abstract.instanceof.AppBundle\Form\User\EditUserType).
  • Resolving inheritance for "AppBundle\Form\User\EditUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\EditUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\GetFilteredUsers" (parent: .abstract.instanceof.AppBundle\Form\User\GetFilteredUsers).
  • Resolving inheritance for "AppBundle\Form\User\GetFilteredUsers" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\GetFilteredUsers).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\InvitedUserType" (parent: .abstract.instanceof.AppBundle\Form\User\InvitedUserType).
  • Resolving inheritance for "AppBundle\Form\User\InvitedUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\InvitedUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\InvitedUserUpdateType" (parent: .abstract.instanceof.AppBundle\Form\User\InvitedUserUpdateType).
  • Resolving inheritance for "AppBundle\Form\User\InvitedUserUpdateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\InvitedUserUpdateType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\LoginType" (parent: .abstract.instanceof.AppBundle\Form\User\LoginType).
  • Resolving inheritance for "AppBundle\Form\User\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\LoginType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\OwnerUserType" (parent: .abstract.instanceof.AppBundle\Form\User\OwnerUserType).
  • Resolving inheritance for "AppBundle\Form\User\OwnerUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\OwnerUserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\SecureLoginType" (parent: .abstract.instanceof.AppBundle\Form\User\SecureLoginType).
  • Resolving inheritance for "AppBundle\Form\User\SecureLoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\SecureLoginType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\StidType" (parent: .abstract.instanceof.AppBundle\Form\User\StidType).
  • Resolving inheritance for "AppBundle\Form\User\StidType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\StidType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\CreateVisitType" (parent: .abstract.instanceof.AppBundle\Form\Visit\CreateVisitType).
  • Resolving inheritance for "AppBundle\Form\Visit\CreateVisitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\CreateVisitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\ParticipationType" (parent: .abstract.instanceof.AppBundle\Form\Visit\ParticipationType).
  • Resolving inheritance for "AppBundle\Form\Visit\ParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\ParticipationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\UpdateParticipationType" (parent: .abstract.instanceof.AppBundle\Form\Visit\UpdateParticipationType).
  • Resolving inheritance for "AppBundle\Form\Visit\UpdateParticipationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\UpdateParticipationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\UpdateVisitType" (parent: .abstract.instanceof.AppBundle\Form\Visit\UpdateVisitType).
  • Resolving inheritance for "AppBundle\Form\Visit\UpdateVisitType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\UpdateVisitType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\CreatePositionType" (parent: .abstract.instanceof.AppBundle\Form\Zone\CreatePositionType).
  • Resolving inheritance for "AppBundle\Form\Zone\CreatePositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\CreatePositionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\CreateZoneType" (parent: .abstract.instanceof.AppBundle\Form\Zone\CreateZoneType).
  • Resolving inheritance for "AppBundle\Form\Zone\CreateZoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\CreateZoneType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\ZoneType" (parent: .abstract.instanceof.AppBundle\Form\Zone\ZoneType).
  • Resolving inheritance for "AppBundle\Form\Zone\ZoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\ZoneType).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Listener\OptionHandleListener" (parent: .abstract.instanceof.AppBundle\Listener\OptionHandleListener).
  • Resolving inheritance for "AppBundle\Listener\OptionHandleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Listener\OptionHandleListener).
  • Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AppBundle\Security\Voter\RequestPositionVoter" (parent: .abstract.instanceof.AppBundle\Security\Voter\RequestPositionVoter).
  • Resolving inheritance for "AppBundle\Security\Voter\RequestPositionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AppBundle\Security\Voter\RequestPositionVoter).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.user.provider.concrete.api" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.user.provider.concrete.chain_provider" (parent: security.user.provider.chain).
  • Resolving inheritance for "security.user.provider.concrete.in_memory" (parent: security.user.provider.in_memory).
  • Resolving inheritance for "security.firewall.map.config.samlauth" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.samlauth" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.samlauth" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.samlauth" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.samlauth" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "hslavich_onelogin_saml.user_created_listenersamlauth" (parent: hslavich_onelogin_saml.user_created_listener).
  • Resolving inheritance for "hslavich_onelogin_saml.user_modified_listenersamlauth" (parent: hslavich_onelogin_saml.user_modified_listener).
  • Resolving inheritance for "security.authentication.provider.saml.samlauth" (parent: hslavich_onelogin_saml.saml_provider).
  • Resolving inheritance for "security.authentication.success_handler.samlauth.saml" (parent: security.authentication.custom_success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.samlauth.saml" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "hslavich_onelogin_saml.saml_listener" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "hslavich_onelogin_saml.saml_listener.samlauth" (parent: hslavich_onelogin_saml.saml_listener).
  • Resolving inheritance for "security.authentication.form_entry_point.samlauth" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.samlauth" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.samlauth" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.samlauth" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.samlauth" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
  • Resolving inheritance for "security.logout_listener.api" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.api" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.listener.anonymous.api" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.api" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
  • Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "hslavich_onelogin_saml.saml_authentication_success_handler" (parent: security.authentication.success_handler).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
398
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "AppBundle\Tests\Controller\ServicesControllerTest": Class or interface "AppBundle\Tests\Controller\ServicesControllerTest" cannot be loaded.
1
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "AppBundle\Manager\FCM\Notification\NotificationInterface"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; 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 "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; 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 "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "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 "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\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 "error_renderer.serializer"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 "security.user.provider.concrete.saml_provider"; reason: private alias.
  • Removed service "security.authentication.session_strategy.samlauth"; reason: private alias.
  • Removed service "security.user_checker.samlauth"; reason: private alias.
  • Removed service "security.authentication.session_strategy.api"; reason: private alias.
  • Removed service "security.user_checker.api"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "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 "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
  • Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
  • Removed service "fos_rest.router"; reason: private alias.
  • Removed service "fos_rest.templating"; reason: private alias.
  • Removed service "fos_rest.inflector"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
  • Removed service "fos_rest.serializer"; reason: private alias.
  • Removed service ".service_locator.cVnxr8a"; reason: private alias.
  • Removed service ".service_locator.tHpW6v3"; 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 "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "var_dumper.cli_dumper"; 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.
161
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "AppBundle\DataFixtures\ServiceFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "AppBundle\DataFixtures\UserFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "AppBundle\Manager\TicketInformatiqueManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AppBundle\Manager\TicketManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AppBundle\Manager\UserManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "AppBundle\Manager\UserManager" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "AppBundle\Security\AuthManagement" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "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 "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • 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.provider.guard.samlauth" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.authentication.provider.saml.samlauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "hslavich_onelogin_saml.saml_listener.samlauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard.api" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
  • Changed reference of service "hslavich_onelogin_saml.saml_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 ".service_locator.RGIiAl4" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.86W0W1I" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.Y.GkXDI" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.2frCdQQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.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.AppBundle\Security\Voter\RequestPositionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.hyz4CBf" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
  • Changed reference of service ".service_locator.hyz4CBf" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.vdmMuyE" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
68
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 "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.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 "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 "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.dbal.logging_middleware"; 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 "messenger.middleware.doctrine_open_transaction_logger"; 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 "hslavich_onelogin_saml.saml_listener"; reason: abstract.
  • Removed service "hslavich_onelogin_saml.user_created_listener"; reason: abstract.
  • Removed service "hslavich_onelogin_saml.user_modified_listener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GeneratePostCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Command\GeneratePostCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GenerateProfileCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Command\GenerateProfileCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ReservationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Command\ReservationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AssignmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\AssignmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AssistanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AssistanceController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\AssistanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\AuditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\AuditController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\AuditController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\BuildingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\BuildingController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\BuildingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\CheckController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\CheckController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\CheckController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\DocumentController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\DocumentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\EquipmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\EquipmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\EquipmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FallDetectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FallDetectionController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\FallDetectionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FireAlertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FireAlertController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\FireAlertController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\FloorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\FloorController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\FloorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Gtb\BuildingEquipmentManagementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Gtb\BuildingEquipmentManagementController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Gtb\BuildingEquipmentManagementController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Gtb\BuildingEquipmentValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Gtb\BuildingEquipmentValueController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Gtb\BuildingEquipmentValueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\HardwareController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\HardwareController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\HardwareController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Info\FicController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Info\FicController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Info\FicController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Info\IviplayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Info\IviplayController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Info\IviplayController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Localization\MeetingPointController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Localization\MeetingPointController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Localization\MeetingPointController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Localization\RequestPositionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Localization\RequestPositionController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\Localization\RequestPositionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\MediaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MetricController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MetricController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\MetricController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\MissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\MissionController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\MissionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\CommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\CommentController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\News\CommentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\PictureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\PictureController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\News\PictureController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\PostController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\PostController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\News\PostController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\News\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\News\ProfileController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\News\ProfileController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\OrganizationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\OrganizationController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\OrganizationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\PackageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\PackageController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\PackageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ParametersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ParametersController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\ParametersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\QRCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\QRCodeController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\QRCodeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\QRController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\QRController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\QRController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ResamaniaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ResamaniaController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\ResamaniaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ReservationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ReservationController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\ReservationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\RoomController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\RoomController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\RoomController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\RoomTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\RoomTypeController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\RoomTypeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ServiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ServiceController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\ServiceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ShipmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ShipmentController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\ShipmentController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SiteController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\SiteController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SsoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SsoController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\SsoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\SurveyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\SurveyController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\SurveyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketChannelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketChannelController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\TicketChannelController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketChannelProviderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketChannelProviderController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\TicketChannelProviderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\TicketController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\TicketInformatiqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\TicketInformatiqueController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\TicketInformatiqueController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\VisitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\VisitController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\VisitController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\ZoneController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\ZoneController"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Controller\ZoneController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\ServiceFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\DataFixtures\ServiceFixtures"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.AppBundle\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\DataFixtures\UserFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Assignment\CreateAssignmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Assignment\CreateAssignmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Assistance\CreatePhoneAssistanceType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Assistance\CreatePhoneAssistanceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Building\CreateBuildingType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Building\CreateBuildingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Building\GetFilteredBuildingType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Building\GetFilteredBuildingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Check\CreateCheckType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Check\CreateCheckType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Check\EquipmentCheckType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Check\EquipmentCheckType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\CheckResponse\CreateCheckResponseType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\CheckResponse\CreateCheckResponseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\DocumentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\DocumentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\AuditEquipmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Equipment\AuditEquipmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\CreateEquipmentAndLinkCheckType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Equipment\CreateEquipmentAndLinkCheckType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\CreateEquipmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Equipment\CreateEquipmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentCheckType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Equipment\EditEquipmentCheckType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentRoomTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Equipment\EditEquipmentRoomTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EditEquipmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Equipment\EditEquipmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Equipment\EquipmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Equipment\EquipmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FallDetection\FallDetectionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\FallDetection\FallDetectionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FallDetection\FallDetectionUpdateType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\FallDetection\FallDetectionUpdateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FireAlert\CreateFireAlertType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\FireAlert\CreateFireAlertType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Floor\CreateFloorType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Floor\CreateFloorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetAuditFilteredType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\GetAuditFilteredType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetFilteredPackageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\GetFilteredPackageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\GetReservationFilteredType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\GetReservationFilteredType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Hardware\StoreVideosListType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Hardware\StoreVideosListType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Hardware\UpdateHardwareMediaType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Hardware\UpdateHardwareMediaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\MeetingPointType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Localization\MeetingPointType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\RequestPositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Localization\RequestPositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\UpdateMeetingPointType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Localization\UpdateMeetingPointType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Localization\UpdateRequestPositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Localization\UpdateRequestPositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Media\CreateMediaType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Media\CreateMediaType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Mission\CreateMissionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Mission\CreateMissionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Mission\UpdateMissionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Mission\UpdateMissionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreateCommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\News\CreateCommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreatePostType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\News\CreatePostType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\CreateProfileType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\News\CreateProfileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\News\EditCommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\News\EditCommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Organization\OrganizationType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Organization\OrganizationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\PackageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\PackageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Parameters\CreateParametersType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Parameters\CreateParametersType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QR\CheckQRType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\QR\CheckQRType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QR\CreateQRType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\QR\CreateQRType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QRCodeType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\QRCodeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ReservationType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\ReservationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\CreateRoomType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Room\CreateRoomType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\GetRoomFilteredType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Room\GetRoomFilteredType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Room\UpdateRoomType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Room\UpdateRoomType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\RoomType\CreateRoomTypeType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\RoomType\CreateRoomTypeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ServiceType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\ServiceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ShipmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\ShipmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Site\CreateSiteType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Site\CreateSiteType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Statement\CreateStatementType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Statement\CreateStatementType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\CreateQuestionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Survey\CreateQuestionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\CreateTemplateSurveyType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Survey\CreateTemplateSurveyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Survey\SurveyResponseType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Survey\SurveyResponseType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\AssignTicketType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Ticket\AssignTicketType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateRoomTicketType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Ticket\CreateRoomTicketType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateTicketInformatiqueType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Ticket\CreateTicketInformatiqueType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\CreateTicketType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Ticket\CreateTicketType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\GetFilteredTicketType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Ticket\GetFilteredTicketType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\SendNotificationType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Ticket\SendNotificationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Ticket\TicketStatusType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Ticket\TicketStatusType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TicketChannel\CreateTicketChannelType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\TicketChannel\CreateTicketChannelType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TicketChannelProvider\CreateTicketChannelProviderType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\TicketChannelProvider\CreateTicketChannelProviderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Transverse\PageFilteredType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Transverse\PageFilteredType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\UpdatePackageType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\UpdatePackageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateAdminType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\CreateAdminType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateUserMobileType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\CreateUserMobileType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\CreateUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\CreateUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\EditUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\EditUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\GetFilteredUsers"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\GetFilteredUsers"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\InvitedUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\InvitedUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\InvitedUserUpdateType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\InvitedUserUpdateType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\LoginType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\LoginType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\OwnerUserType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\OwnerUserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\SecureLoginType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\SecureLoginType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\User\StidType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\User\StidType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\CreateVisitType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Visit\CreateVisitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\ParticipationType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Visit\ParticipationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\UpdateParticipationType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Visit\UpdateParticipationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Visit\UpdateVisitType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Visit\UpdateVisitType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\CreatePositionType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Zone\CreatePositionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\CreateZoneType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Zone\CreateZoneType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\Zone\ZoneType"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Form\Zone\ZoneType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\Listener\OptionHandleListener"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Listener\OptionHandleListener"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.AppBundle\Security\Voter\RequestPositionVoter"; reason: abstract.
  • Removed service ".abstract.instanceof.AppBundle\Security\Voter\RequestPositionVoter"; reason: abstract.
404
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "AppBundle\AppBundle"; reason: unused.
  • Removed service "AppBundle\Domain\AssignmentDomain"; reason: unused.
  • Removed service "AppBundle\Domain\CheckDomain"; reason: unused.
  • Removed service "AppBundle\Domain\EnhancedAuditDomain"; reason: unused.
  • Removed service "AppBundle\Domain\EnhancedZoneDomain"; reason: unused.
  • Removed service "AppBundle\Domain\EquipmentCheckDomain"; reason: unused.
  • Removed service "AppBundle\Domain\EquipmentEditDomain"; reason: unused.
  • Removed service "AppBundle\Domain\MetricDomain"; reason: unused.
  • Removed service "AppBundle\Domain\Profile"; reason: unused.
  • Removed service "AppBundle\Domain\QRDomain"; reason: unused.
  • Removed service "AppBundle\Domain\Reservation\EquipmentReservationDomain"; reason: unused.
  • Removed service "AppBundle\Domain\Reservation\MicrosoftGraphEvent"; reason: unused.
  • Removed service "AppBundle\Domain\Reservation\ReservationStatusDomain"; reason: unused.
  • Removed service "AppBundle\Domain\Reservation\RoomReservationDomain"; reason: unused.
  • Removed service "AppBundle\Domain\Room\RoomTicketsDomain"; reason: unused.
  • Removed service "AppBundle\Domain\Transverse\PageDomain"; reason: unused.
  • Removed service "AppBundle\Event\RequestPositionEvent"; reason: unused.
  • Removed service "AppBundle\Event\UserEvent"; reason: unused.
  • Removed service "AppBundle\Exception\AuthException"; reason: unused.
  • Removed service "AppBundle\Exception\NotificationException"; reason: unused.
  • Removed service "AppBundle\Factory\PorfileFactory"; reason: unused.
  • Removed service "AppBundle\Listener\Ticket\TicketHistoryListener"; reason: unused.
  • Removed service "AppBundle\Manager\FCM\Notification\TicketManagerNotification"; reason: unused.
  • Removed service "AppBundle\Manager\FCM\NotificationFactory"; reason: unused.
  • Removed service "AppBundle\Manager\MicrosoftGraph\MicrosoftGraphManager"; reason: unused.
  • Removed service "AppBundle\Repository\Assistance\PhoneAssistanceRepository"; reason: unused.
  • Removed service "AppBundle\Repository\AuditRepository"; reason: unused.
  • Removed service "AppBundle\Repository\BuildingRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Client\ModuleRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Client\ProfileModuleRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Client\ServiceRepository"; reason: unused.
  • Removed service "AppBundle\Repository\ContactRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Course\CourseRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Course\GuidingRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Course\NotificationRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Equipment\TicketChannelProviderRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Equipment\TicketChannelRepository"; reason: unused.
  • Removed service "AppBundle\Repository\FallDetectionRepository"; reason: unused.
  • Removed service "AppBundle\Repository\FireAlertRepository"; reason: unused.
  • Removed service "AppBundle\Repository\FloorRepository"; reason: unused.
  • Removed service "AppBundle\Repository\GoalRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Gtb\BuildingEquipmentControllerRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Gtb\BuildingEquipmentRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Info\FicInfoRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Info\IviplayDemoFeedBackRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Info\IviplayFeedBackAppRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Localization\MeetingPointRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Localization\RequestPositionRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Maintenance\CheckResponseRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Maintenance\MissionRepository"; reason: unused.
  • Removed service "AppBundle\Repository\MediaRepository"; reason: unused.
  • Removed service "AppBundle\Repository\ModuleRepository"; reason: unused.
  • Removed service "AppBundle\Repository\OperatingSystemRepository"; reason: unused.
  • Removed service "AppBundle\Repository\PackageRepository"; reason: unused.
  • Removed service "AppBundle\Repository\ParametersRepository"; reason: unused.
  • Removed service "AppBundle\Repository\PictureRepository"; reason: unused.
  • Removed service "AppBundle\Repository\ReportRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Resamania\ActivitiesRepository"; reason: unused.
  • Removed service "AppBundle\Repository\RoomTypeRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Survey\SurveyRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Visit\GoalResultRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Visit\ParticipationRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Visit\UserProtectiveEquipmentRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Visit\VisitRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Zone\AlertRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Zone\ProtectiveEquipmentRepository"; reason: unused.
  • Removed service "AppBundle\Repository\Zone\ZoneProtectiveEquipmentRepository"; reason: unused.
  • Removed service "AppBundle\Security\LoginListener"; reason: unused.
  • Removed service "AppBundle\Security\SamlUserFactory"; reason: unused.
  • Removed service "AppBundle\Tests\Controller\ServicesControllerTest"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "identity_translator"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service ".2_ArrayAdapter~9Zx4cQC"; reason: unused.
  • Removed service ".1_DoctrineProvider~9Zx4cQC"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; 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.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "templating.helper.logout_url"; reason: unused.
  • Removed service "templating.helper.security"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "twig.translation.extractor"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service "monolog.http_client"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "doctrine.dbal.logger"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service "messenger.transport.doctrine.factory"; reason: unused.
  • Removed service ".1_ServiceLocator~Ees0kX0"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "fos_rest.view_handler.jsonp"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher"; reason: unused.
  • Removed service "fos_rest.request.param_fetcher.reader"; reason: unused.
  • Removed service "fos_rest.serializer.jms"; reason: unused.
  • Removed service "fos_rest.inflector.doctrine"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
  • Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
  • Removed service "fos_rest.decoder.jsontoform"; reason: unused.
  • Removed service "hslavich_onelogin_saml.user_provider"; reason: unused.
  • Removed service "hslavich_onelogin_saml.saml_provider"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service ".4_CliContextProvider~3y4x0Zj"; reason: unused.
  • Removed service ".3_RequestContextProvider~3y4x0Zj"; reason: unused.
  • Removed service ".2_SourceContextProvider~3y4x0Zj"; reason: unused.
  • Removed service "var_dumper.server_connection"; reason: unused.
  • Removed service "monolog.handler.null_internal"; reason: unused.
  • Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
  • Removed service ".service_locator.6zQlgQt"; reason: unused.
148
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.hyz4CBf.AppBundle\Controller\AssignmentController" to "AppBundle\Controller\AssignmentController".
  • Inlined service ".service_locator.hyz4CBf.AppBundle\Controller\AssistanceController" to "AppBundle\Controller\AssistanceController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\AuditController" to "AppBundle\Controller\AuditController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\BuildingController" to "AppBundle\Controller\BuildingController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\CheckController" to "AppBundle\Controller\CheckController".
  • Inlined service "AppBundle\Manager\DocumentManager" to "AppBundle\Controller\DocumentController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\DocumentController" to "AppBundle\Controller\DocumentController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\EquipmentController" to "AppBundle\Controller\EquipmentController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\FallDetectionController" to "AppBundle\Controller\FallDetectionController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\FireAlertController" to "AppBundle\Controller\FireAlertController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\FloorController" to "AppBundle\Controller\FloorController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Gtb\BuildingEquipmentManagementController" to "AppBundle\Controller\Gtb\BuildingEquipmentManagementController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Gtb\BuildingEquipmentValueController" to "AppBundle\Controller\Gtb\BuildingEquipmentValueController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\HardwareController" to "AppBundle\Controller\HardwareController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Info\FicController" to "AppBundle\Controller\Info\FicController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Info\IviplayController" to "AppBundle\Controller\Info\IviplayController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Localization\MeetingPointController" to "AppBundle\Controller\Localization\MeetingPointController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\Localization\RequestPositionController" to "AppBundle\Controller\Localization\RequestPositionController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\MediaController" to "AppBundle\Controller\MediaController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\MetricController" to "AppBundle\Controller\MetricController".
  • Inlined service ".service_locator.hyz4CBf.AppBundle\Controller\MissionController" to "AppBundle\Controller\MissionController".
  • Inlined service "AppBundle\Manager\News\CommentManager" to "AppBundle\Controller\News\CommentController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\News\CommentController" to "AppBundle\Controller\News\CommentController".
  • Inlined service "AppBundle\Manager\News\PictureManager" to "AppBundle\Controller\News\PictureController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\News\PictureController" to "AppBundle\Controller\News\PictureController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\News\PostController" to "AppBundle\Controller\News\PostController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\News\ProfileController" to "AppBundle\Controller\News\ProfileController".
  • Inlined service "AppBundle\Manager\OrganizationManager" to "AppBundle\Controller\OrganizationController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\OrganizationController" to "AppBundle\Controller\OrganizationController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\PackageController" to "AppBundle\Controller\PackageController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\ParametersController" to "AppBundle\Controller\ParametersController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\QRCodeController" to "AppBundle\Controller\QRCodeController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\QRController" to "AppBundle\Controller\QRController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\ResamaniaController" to "AppBundle\Controller\ResamaniaController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\ReservationController" to "AppBundle\Controller\ReservationController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\RoomController" to "AppBundle\Controller\RoomController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\RoomTypeController" to "AppBundle\Controller\RoomTypeController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\SecurityController" to "AppBundle\Controller\SecurityController".
  • Inlined service "AppBundle\Manager\ServiceManager" to "AppBundle\Controller\ServiceController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\ServiceController" to "AppBundle\Controller\ServiceController".
  • Inlined service "AppBundle\Manager\ShipmentManager" to "AppBundle\Controller\ShipmentController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\ShipmentController" to "AppBundle\Controller\ShipmentController".
  • Inlined service "AppBundle\Manager\SiteManager" to "AppBundle\Controller\SiteController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\SiteController" to "AppBundle\Controller\SiteController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\SsoController" to "AppBundle\Controller\SsoController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\SurveyController" to "AppBundle\Controller\SurveyController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\TicketChannelController" to "AppBundle\Controller\TicketChannelController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\TicketChannelProviderController" to "AppBundle\Controller\TicketChannelProviderController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\TicketController" to "AppBundle\Controller\TicketController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\TicketInformatiqueController" to "AppBundle\Controller\TicketInformatiqueController".
  • Inlined service ".service_locator.hyz4CBf.AppBundle\Controller\UserController" to "AppBundle\Controller\UserController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\VisitController" to "AppBundle\Controller\VisitController".
  • Inlined service "AppBundle\Manager\ZoneManager" to "AppBundle\Controller\ZoneController".
  • Inlined service ".service_locator.vdmMuyE.AppBundle\Controller\ZoneController" to "AppBundle\Controller\ZoneController".
  • Inlined service "AppBundle\DataTransformer\GeofenceIdToZoneTransformer" to "AppBundle\Form\Zone\CreatePositionType".
  • Inlined service "AppBundle\Service\Authentication\Distech" to "AppBundle\Manager\Gtb\DistechManager".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.D1Oy4Sg" to "fragment.handler".
  • Inlined service ".1_~NS1BukD" to "error_handler.error_renderer.html".
  • Inlined service ".2_~NS1BukD" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.storage.native" to "session".
  • Inlined service "session.handler.native_file" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".1_NativeFileSessionHandler~ERJkFpQ" to "session.handler.native_file".
  • Inlined service ".service_locator.f1ancQ8" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~Wrualte" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.1akB5yL" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "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 "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.Y7gDuDN" to "validator.validator_factory".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~usGlw0u" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "AppBundle\Serializer\Normalizer\AssignmentUserNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\AuditNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\BuildingNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\CheckNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\CheckResponseNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ContactNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Course\CourseNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Course\GuidingNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Course\NotificationNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\DocumentNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\EnhancedAuditDomainNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\EquipmentNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\EquipmentReservationDomainNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\FallDetectionNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\FireAlertNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\FloorNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\GoalNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Gtb\BuildingEquipmentControllerNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Gtb\BuildingEquipmentNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Gtb\BuildingEquipmentTypeNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Gtb\BuildingEquipmentValueNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\HistoryTicketNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Localization\MeetingPointNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Localization\RequestPositionNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\MediaNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ModuleNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\News\CommentNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\News\PictureNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\News\PostNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\News\ProfileNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\OperatingSystemNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\OrganizationNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ParameterNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\PhoneAssistanceNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\QRDomainNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\QRNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\QuestionNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ReportNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ReservationNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ResponseSurveyNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\RoomNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\RoomReservationDomainNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\RoomTypeNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ServiceModuleNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ServiceNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\ShipmentNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\SiteNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\StatementNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\SurveyNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\TemplateSurveyNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\TicketNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\TokenNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\UserNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Visit\GoalResultNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Visit\ParticipationNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Visit\VisitNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Zone\AlertNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Zone\EnhancedZoneDomainNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Zone\ProtectiveEquipmentNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Zone\ZoneNormalizer" to "serializer".
  • Inlined service "AppBundle\Serializer\Normalizer\Zone\ZoneProtectiveEquipmentNormalizer" to "serializer".
  • Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~2Ls4XzA" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~2Ls4XzA" to "error_handler.error_renderer.serializer".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator..HQXcEu" 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.064EvDo" to "security.access_map".
  • Inlined service ".security.request_matcher.Gnk72Pz" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.logout.success_handler.samlauth" to "security.logout_listener.samlauth".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.samlauth".
  • Inlined service "hslavich_onelogin_saml.saml_logout" to "security.logout_listener.samlauth".
  • Inlined service "security.user_checker" to "security.authentication.provider.guard.samlauth".
  • Inlined service "saml_user_factory" to "security.authentication.provider.saml.samlauth".
  • Inlined service "hslavich_onelogin_saml.saml_token_factory" to "security.authentication.provider.saml.samlauth".
  • Inlined service "hslavich_onelogin_saml.saml_authentication_success_handler" to "security.authentication.success_handler.samlauth.saml".
  • Inlined service "security.authentication.success_handler.samlauth.saml" to "hslavich_onelogin_saml.saml_listener.samlauth".
  • Inlined service "security.authentication.failure_handler.samlauth.saml" to "hslavich_onelogin_saml.saml_listener.samlauth".
  • Inlined service "security.authentication.form_entry_point.samlauth" to "security.exception_listener.samlauth".
  • Inlined service "security.exception_listener.samlauth" to "security.firewall.map.context.samlauth".
  • Inlined service "security.logout_listener.samlauth" to "security.firewall.map.context.samlauth".
  • Inlined service "security.firewall.map.config.samlauth" to "security.firewall.map.context.samlauth".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.api" to "security.logout_listener.api".
  • Inlined service "AppBundle\Security\UserChecker" to "security.authentication.provider.guard.api".
  • Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.logout_listener.api" to "security.firewall.map.context.api".
  • Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "twig.loader.native_filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.dump" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.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.7YWluy." to "twig.runtime_loader".
  • Inlined service ".1_bool~ng04jq7" to "twig.error_renderer.html".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~OfqmADc" to "swiftmailer.mailer.default.transport.authhandler".
  • Inlined service "swiftmailer.transport.replacementfactory" to "swiftmailer.mailer.default.transport.buffer".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
  • Inlined service ".service_locator.qNVlZx2" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "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 "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.C2Thyvr.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service ".service_locator.CP4QR4Q" to "fos_rest.decoder_provider".
  • Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
  • Inlined service "sngrl.firebase_php_notification" to "redjan_ym_fcm.client".
  • Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~3y4x0Zj" to "var_dumper.contextualized_cli_dumper".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~3y4x0Zj" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~3y4x0Zj" to "var_dumper.command.server_dump".
  • Inlined service ".1_NonceGenerator~zUC7DDb" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~zUC7DDb" to "twig.extension.webprofiler".
  • Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
  • Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
  • Inlined service "AppBundle\DataFixtures\ServiceFixtures" to "doctrine.fixtures.loader".
  • Inlined service "AppBundle\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
  • 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 "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 "AppBundle\Security\Voter\RequestPositionVoter" to "debug.security.voter.AppBundle\Security\Voter\RequestPositionVoter".
  • Inlined service ".service_locator.VIP5hbt" to ".service_locator.VIP5hbt.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB" to ".service_locator.o9nGMXB.twig.template_cache_warmer".
  • Inlined service ".service_locator.C2Thyvr" to ".service_locator.C2Thyvr.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.NimN.Ht" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.VIP5hbt.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "config_cache_factory" to "router".
  • Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport.real".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "AppBundle\Manager\Gtb\DistechCookieManager" to "AppBundle\Manager\Gtb\DistechManager".
  • Inlined service "AppBundle\Manager\Gtb\DistechCookieManager" to "AppBundle\Manager\Gtb\DistechManager".
  • 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 "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
353
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "container.preload" was defined on service(s) "doctrine.orm.default_entity_manager", but was never used.
1