https://admin.bnbguests.com.br/admin/clientes/vistoria/pdf/check-out/27861998001?com_fotos=1

Log Messages

Info. & Errors 1

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

Level Channel Message
INFO request Matched route
"admin_vistoria_pdf"
.
[
  "route" => "admin_vistoria_pdf"
  "route_parameters" => [
    "_route" => "admin_vistoria_pdf"
    "_controller" => "App\Controller\Admin\VistoriaController::pdf"
    "type" => "check-out"
    "id" => "27861998001"
  ]
  "request_uri" => "https://admin.bnbguests.com.br/admin/clientes/vistoria/pdf/check-out/27861998001?com_fotos=1"
  "method" => "GET"
]
CRITICAL request Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?" at /var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php line 365
[
  "exception" => Symfony\Component\HttpKernel\Exception\ControllerDoesNotReturnResponseException {#733
    #message: "The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned null. Did you forget to add a return statement somewhere in your controller?"
    #code: 0
    #file: "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
    #line: 365
    trace: {
      /var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php:365 {    return $this->generate_pdf($type,$id,$_GET['com_fotos']);}}
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:158 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
        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 {#9 …}
          $type: 1
        }
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]

Deprecations 15

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => ErrorException {#261
    #message: "User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0."
    #code: 0
    #file: "/var/www/admin.bnbguests.com.br/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/admin.bnbguests.com.br/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:564 {
        ContainerR46cmWb\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/dependency-injection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/dependency-injection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      /var/www/admin.bnbguests.com.br/vendor/symfony/doctrine-bridge/ManagerRegistry.php:38 {
        Symfony\Bridge\Doctrine\ManagerRegistry->getService($name) …
        › {    return $this->container->get($name);}
      }
      /var/www/admin.bnbguests.com.br/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
        Doctrine\Persistence\AbstractManagerRegistry->getManager($name = null) …
        › 
        ›     return $this->getService($this->managers[$name]);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:134 {
        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getObjectManager(): ObjectManager …
        › {    return $this->registry->getManager($this->managerName);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:139 {
        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
        › {    return $this->getObjectManager()->getRepository($this->classOrAlias);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:84 {
        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user) …
        › 
        › $repository = $this->getRepository();if ($repository instanceof UserProviderInterface) {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-http/Firewall/ContextListener.php:233 {
        Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token) …
        › try {    $refreshedUser = $provider->refreshUser($user);    $newToken = clone $token;
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-http/Firewall/ContextListener.php:146 {
        Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
        › if ($token instanceof TokenInterface) {    $token = $this->refreshUser($token);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
        Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
        › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-bundle/Debug/WrappedListener.php:51 {
        Symfony\Bundle\SecurityBundle\Debug\WrappedListener->__invoke(RequestEvent $event) …
        › if (\is_callable($this->listener)) {    ($this->listener)($event);} else {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:35 {
        Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
        › $wrappedListener = new WrappedListener($listener);$wrappedListener($event);$this->wrappedListeners[] = $wrappedListener->getInfo();
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-http/Firewall.php:98 {
        Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
        › if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:134 {
        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);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
        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 {#9 …}
          $type: 1
        }
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/admin.bnbguests.com.br/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:564 {
    ContainerR46cmWb\srcApp_KernelDevDebugContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
    › $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/dependency-injection/Container.php:257 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/dependency-injection/Container.php:231 {
    Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
    › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  /var/www/admin.bnbguests.com.br/vendor/symfony/doctrine-bridge/ManagerRegistry.php:38 {
    Symfony\Bridge\Doctrine\ManagerRegistry->getService($name) …
    › {    return $this->container->get($name);}
  }
  /var/www/admin.bnbguests.com.br/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php:154 {
    Doctrine\Persistence\AbstractManagerRegistry->getManager($name = null) …
    › 
    ›     return $this->getService($this->managers[$name]);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:134 {
    Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getObjectManager(): ObjectManager …
    › {    return $this->registry->getManager($this->managerName);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:139 {
    Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->getRepository(): ObjectRepository …
    › {    return $this->getObjectManager()->getRepository($this->classOrAlias);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:84 {
    Symfony\Bridge\Doctrine\Security\User\EntityUserProvider->refreshUser(UserInterface $user) …
    › 
    › $repository = $this->getRepository();if ($repository instanceof UserProviderInterface) {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-http/Firewall/ContextListener.php:233 {
    Symfony\Component\Security\Http\Firewall\ContextListener->refreshUser(TokenInterface $token) …
    › try {    $refreshedUser = $provider->refreshUser($user);    $newToken = clone $token;
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-http/Firewall/ContextListener.php:146 {
    Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
    › if ($token instanceof TokenInterface) {    $token = $this->refreshUser($token);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-http/Firewall/AbstractListener.php:27 {
    Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event) …
    › if (false !== $this->supports($event->getRequest())) {    $this->authenticate($event);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-bundle/Debug/WrappedListener.php:51 {
    Symfony\Bundle\SecurityBundle\Debug\WrappedListener->__invoke(RequestEvent $event) …
    › if (\is_callable($this->listener)) {    ($this->listener)($event);} else {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:35 {
    Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners) …
    › $wrappedListener = new WrappedListener($listener);$wrappedListener($event);$this->wrappedListeners[] = $wrappedListener->getInfo();
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-http/Firewall.php:98 {
    Symfony\Component\Security\Http\Firewall->onKernelRequest(GetResponseEvent $event) …
    › if ($event instanceof RequestEvent) {    $this->callListeners($event, $authenticationListeners());} else {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:134 {
    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);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
    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 {#9 …}
      $type: 1
    }
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: Passing more than one argument to Symfony\Component\HttpKernel\Config\FileLocator::__construct is deprecated since Symfony 4.4 and will be removed in 5.0.
[
  "exception" => ErrorException {#614
    #message: "User Deprecated: Passing more than one argument to Symfony\Component\HttpKernel\Config\FileLocator::__construct is deprecated since Symfony 4.4 and will be removed in 5.0."
    #code: 0
    #file: "/var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/Config/FileLocator.php"
    #line: 43
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/Config/FileLocator.php:43 {
        Symfony\Component\HttpKernel\Config\FileLocator->__construct(KernelInterface $kernel) …
        › if (4 !== \func_num_args() || func_get_arg(3)) {    @trigger_error(sprintf('Passing more than one argument to %s is deprecated since Symfony 4.4 and will be removed in 5.0.', __METHOD__), \E_USER_DEPRECATED);}
      }
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:817 {
        ContainerR46cmWb\srcApp_KernelDevDebugContainer->getImage_HandlingService() …
        › {    return $this->services['image.handling'] = new \Gregwar\ImageBundle\Services\ImageHandling('cache', NULL, 'Gregwar\\ImageBundle\\ImageHandler', $this, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), (\dirname(__DIR__, 4).'/src/Resources'), [0 => (\dirname(__DIR__, 4).'/src')]))), false, NULL);}
      }
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:1015 {
        ContainerR46cmWb\srcApp_KernelDevDebugContainer->getTwigService() …
        › $instance->addExtension(new \HtmlSanitizer\Bundle\Twig\TwigExtension(($this->privates['html_sanitizer.registry'] ?? $this->getHtmlSanitizer_RegistryService()), 'default'));$instance->addExtension(new \Gregwar\ImageBundle\Extensions\ImageTwig(($this->services['image.handling'] ?? $this->getImage_HandlingService()), (\dirname(__DIR__, 4).'/public')));$instance->addGlobal('app', $e);
      }
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:1619 {
        ContainerR46cmWb\srcApp_KernelDevDebugContainer->getSensioFrameworkExtra_View_ListenerService() …
        › {    return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))), ($this->services['twig'] ?? $this->getTwigService()));}
      }
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:729 {
        ContainerR46cmWb\srcApp_KernelDevDebugContainer->ContainerR46cmWb\{closure} …
        › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());}, 1 => 'onKernelController'], -128);
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:146 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
        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 {#9 …}
          $type: 1
        }
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/Config/FileLocator.php:43 {
    Symfony\Component\HttpKernel\Config\FileLocator->__construct(KernelInterface $kernel) …
    › if (4 !== \func_num_args() || func_get_arg(3)) {    @trigger_error(sprintf('Passing more than one argument to %s is deprecated since Symfony 4.4 and will be removed in 5.0.', __METHOD__), \E_USER_DEPRECATED);}
  }
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:817 {
    ContainerR46cmWb\srcApp_KernelDevDebugContainer->getImage_HandlingService() …
    › {    return $this->services['image.handling'] = new \Gregwar\ImageBundle\Services\ImageHandling('cache', NULL, 'Gregwar\\ImageBundle\\ImageHandler', $this, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)), (\dirname(__DIR__, 4).'/src/Resources'), [0 => (\dirname(__DIR__, 4).'/src')]))), false, NULL);}
  }
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:1015 {
    ContainerR46cmWb\srcApp_KernelDevDebugContainer->getTwigService() …
    › $instance->addExtension(new \HtmlSanitizer\Bundle\Twig\TwigExtension(($this->privates['html_sanitizer.registry'] ?? $this->getHtmlSanitizer_RegistryService()), 'default'));$instance->addExtension(new \Gregwar\ImageBundle\Extensions\ImageTwig(($this->services['image.handling'] ?? $this->getImage_HandlingService()), (\dirname(__DIR__, 4).'/public')));$instance->addGlobal('app', $e);
  }
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:1619 {
    ContainerR46cmWb\srcApp_KernelDevDebugContainer->getSensioFrameworkExtra_View_ListenerService() …
    › {    return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))), ($this->services['twig'] ?? $this->getTwigService()));}
  }
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:729 {
    ContainerR46cmWb\srcApp_KernelDevDebugContainer->ContainerR46cmWb\{closure} …
    › $instance->addListener('kernel.controller', [0 => function () {    return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());}, 1 => 'onKernelController'], -128);
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:146 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
    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 {#9 …}
      $type: 1
    }
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: Passing an array of Security attributes to Symfony\Component\Security\Core\Authorization\AuthorizationChecker::isGranted() is deprecated since Symfony 4.4. Use multiple isGranted() calls or the expression language (e.g. "is_granted(...) or is_granted(...)") instead.
[
  "exception" => ErrorException {#706
    #message: "User Deprecated: Passing an array of Security attributes to Symfony\Component\Security\Core\Authorization\AuthorizationChecker::isGranted() is deprecated since Symfony 4.4. Use multiple isGranted() calls or the expression language (e.g. "is_granted(...) or is_granted(...)") instead."
    #code: 0
    #file: "/var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    #line: 59
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:59 {
        Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attributes, $subject = null): bool …
        › } else {    @trigger_error(sprintf('Passing an array of Security attributes to %s() is deprecated since Symfony 4.4. Use multiple isGranted() calls or the expression language (e.g. "is_granted(...) or is_granted(...)") instead.', __METHOD__), \E_USER_DEPRECATED);}
      }
      /var/www/admin.bnbguests.com.br/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php:76 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener->onKernelControllerArguments(KernelEvent $event) …
        › 
        › if (!$this->authChecker->isGranted($configuration->getAttributes(), $subject)) {    $argsString = $this->getIsGrantedString($configuration);
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:153 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
        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 {#9 …}
          $type: 1
        }
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:59 {
    Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attributes, $subject = null): bool …
    › } else {    @trigger_error(sprintf('Passing an array of Security attributes to %s() is deprecated since Symfony 4.4. Use multiple isGranted() calls or the expression language (e.g. "is_granted(...) or is_granted(...)") instead.', __METHOD__), \E_USER_DEPRECATED);}
  }
  /var/www/admin.bnbguests.com.br/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php:76 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener->onKernelControllerArguments(KernelEvent $event) …
    › 
    › if (!$this->authChecker->isGranted($configuration->getAttributes(), $subject)) {    $argsString = $this->getIsGrantedString($configuration);
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:153 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
    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 {#9 …}
      $type: 1
    }
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: Passing more than one Security attribute to "Symfony\Component\Security\Core\Authorization\AccessDecisionManager::decide()" is deprecated since Symfony 4.4. Use multiple "decide()" calls or the expression language (e.g. "is_granted(...) or is_granted(...)") instead.
[
  "exception" => ErrorException {#705
    #message: "User Deprecated: Passing more than one Security attribute to "Symfony\Component\Security\Core\Authorization\AccessDecisionManager::decide()" is deprecated since Symfony 4.4. Use multiple "decide()" calls or the expression language (e.g. "is_granted(...) or is_granted(...)") instead."
    #code: 0
    #file: "/var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/AccessDecisionManager.php"
    #line: 66
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:66 {
        Symfony\Component\Security\Core\Authorization\AccessDecisionManager->decide(TokenInterface $token, array $attributes, $object = null) …
        › if (\count($attributes) > 1 && !$allowMultipleAttributes) {    @trigger_error(sprintf('Passing more than one Security attribute to "%s()" is deprecated since Symfony 4.4. Use multiple "decide()" calls or the expression language (e.g. "is_granted(...) or is_granted(...)") instead.', __METHOD__), \E_USER_DEPRECATED);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php:63 {
        Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager->decide(TokenInterface $token, array $attributes, $object = null): bool …
        › 
        › $result = $this->manager->decide($token, $attributes, $object, 3 < \func_num_args() && func_get_arg(3));}
      /var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:62 {
        Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attributes, $subject = null): bool …
        › 
        ›     return $this->accessDecisionManager->decide($token, $attributes, $subject);}
      }
      /var/www/admin.bnbguests.com.br/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php:76 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener->onKernelControllerArguments(KernelEvent $event) …
        › 
        › if (!$this->authChecker->isGranted($configuration->getAttributes(), $subject)) {    $argsString = $this->getIsGrantedString($configuration);
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:153 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
        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 {#9 …}
          $type: 1
        }
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:66 {
    Symfony\Component\Security\Core\Authorization\AccessDecisionManager->decide(TokenInterface $token, array $attributes, $object = null) …
    › if (\count($attributes) > 1 && !$allowMultipleAttributes) {    @trigger_error(sprintf('Passing more than one Security attribute to "%s()" is deprecated since Symfony 4.4. Use multiple "decide()" calls or the expression language (e.g. "is_granted(...) or is_granted(...)") instead.', __METHOD__), \E_USER_DEPRECATED);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php:63 {
    Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager->decide(TokenInterface $token, array $attributes, $object = null): bool …
    › 
    › $result = $this->manager->decide($token, $attributes, $object, 3 < \func_num_args() && func_get_arg(3));}
  /var/www/admin.bnbguests.com.br/vendor/symfony/security-core/Authorization/AuthorizationChecker.php:62 {
    Symfony\Component\Security\Core\Authorization\AuthorizationChecker->isGranted($attributes, $subject = null): bool …
    › 
    ›     return $this->accessDecisionManager->decide($token, $attributes, $subject);}
  }
  /var/www/admin.bnbguests.com.br/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php:76 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener->onKernelControllerArguments(KernelEvent $event) …
    › 
    › if (!$this->authChecker->isGranted($configuration->getAttributes(), $subject)) {    $argsString = $this->getIsGrantedString($configuration);
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:153 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ControllerArgumentsEvent($this, $controller, $arguments, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:80 {
    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 {#9 …}
      $type: 1
    }
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
[
  "exception" => ErrorException {#165
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead."
    #code: 0
    #file: "/var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/EventListener/ExceptionListener.php"
    #line: 25
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
        include_once …
        › 
        › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);}
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/getTwig_ExceptionListenerService.php:9 {
        require …
        › 
        › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ExceptionListener.php';}
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:466 {
        ContainerR46cmWb\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
      }
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:765 {
        ContainerR46cmWb\srcApp_KernelDevDebugContainer->ContainerR46cmWb\{closure} …
        › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
        Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
        › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
        Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
        › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
        › 
        › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › 
        › $this->preProcess($eventName);try {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/EventListener/ExceptionListener.php:25 {
    include_once …
    › 
    › @trigger_error(sprintf('The "%s" class is deprecated since Symfony 4.4, use "ErrorListener" instead.', ExceptionListener::class), \E_USER_DEPRECATED);}
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/getTwig_ExceptionListenerService.php:9 {
    require …
    › 
    › include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ExceptionListener.php';}
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:466 {
    ContainerR46cmWb\srcApp_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › {    return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;}
  }
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:765 {
    ContainerR46cmWb\srcApp_KernelDevDebugContainer->ContainerR46cmWb\{closure} …
    › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));}, 1 => 'logKernelException'], 0);
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:279 {
    Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
    › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:90 {
    Symfony\Component\EventDispatcher\EventDispatcher->getListeners($eventName = null) …
    › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:334 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName) …
    › 
    › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:162 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › 
    › $this->preProcess($eventName);try {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
php (4 times) User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.
[
  "exception" => ErrorException {#5934
    #message: "User Deprecated: The "Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::getException()" method is deprecated since Symfony 4.4, use "getThrowable()" instead."
    #code: 0
    #file: "/var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php"
    #line: 57
    #severity: E_USER_DEPRECATED
    trace: {
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
        Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
        › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);}
      /var/www/admin.bnbguests.com.br/src/EventSubscriber/CheckRequirementsSubscriber.php:78 {
        App\EventSubscriber\CheckRequirementsSubscriber->handleKernelException(ExceptionEvent $event): void …
        › {    $exception = $event->getException();    // Since any exception thrown during a Twig template rendering is wrapped
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:219 {
        Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
        › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:91 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › 
        ›     return $this->handleThrowable($e, $request, $type);}
      }
      /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
          $type: 1
          $catch: true
        }
      }
      /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
        arguments: {
          $request: Symfony\Component\HttpFoundation\Request {#9 …}
        }
      }
    }
  }
]
{
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:57 {
    Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent->getException() …
    › {    @trigger_error(sprintf('The "%s()" method is deprecated since Symfony 4.4, use "getThrowable()" instead.', __METHOD__), \E_USER_DEPRECATED);}
  /var/www/admin.bnbguests.com.br/src/EventSubscriber/CheckRequirementsSubscriber.php:78 {
    App\EventSubscriber\CheckRequirementsSubscriber->handleKernelException(ExceptionEvent $event): void …
    › {    $exception = $event->getException();    // Since any exception thrown during a Twig template rendering is wrapped
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:219 {
    Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
    › $event = new ExceptionEvent($this, $request, $type, $e);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/HttpKernel.php:91 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › 
    ›     return $this->handleThrowable($e, $request, $type);}
  }
  /var/www/admin.bnbguests.com.br/vendor/symfony/http-kernel/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 {#9 …}
      $type: 1
      $catch: true
    }
  }
  /var/www/admin.bnbguests.com.br/public/index.php:26 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    arguments: {
      $request: Symfony\Component\HttpFoundation\Request {#9 …}
    }
  }
}
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The "Doctrine\Common\Persistence\ManagerRegistry" service alias is deprecated, use "Doctrine\Persistence\ManagerRegistry" instead. It is being referenced by the "App\Repository\UserRepository" service.
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#4041
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/admin.bnbguests.com.br/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:564 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /var/www/admin.bnbguests.com.br/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/admin.bnbguests.com.br/var/cache/dev/ContainerR46cmWb/srcApp_KernelDevDebugContainer.php:564 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}
n/a Passing a "Symfony\Component\Validator\Mapping\Cache\Psr6Cache" to "Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::__construct" is deprecated in Symfony 4.4 and will trigger a TypeError in 5.0. Please pass an implementation of "Psr\Cache\CacheItemPoolInterface" instead.
n/a Passing more than one argument to Symfony\Component\HttpKernel\Config\FileLocator::__construct is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a Loading the file "../src/Controller/" from the global resource directory "/var/www/admin.bnbguests.com.br/src" is deprecated since Symfony 4.4 and will be removed in 5.0.

Debug 98

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Read existing security token from the session.
[
  "key" => "_security_main"
  "token_class" => "Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken"
]
doctrine SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.recover AS recover_7, t0.tipo AS tipo_8, t0.foto AS foto_9, t0.cpf AS cpf_10, t0.telefone AS telefone_11, t0.sexo AS sexo_12 FROM users t0 WHERE t0.id = ?
[
  10019
]
security User was reloaded from a user provider.
[
  "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider"
  "username" => "operacional.ilhabela3@bnbguests.com.br"
]
security Checking for guard authentication credentials.
[
  "firewall_key" => "main"
  "authenticators" => 2
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\AdminAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\AdminAuthenticator"
]
security Checking support on guard authenticator.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\OwnerAuthenticator"
]
security Guard authenticator does not support the request.
[
  "firewall_key" => "main"
  "authenticator" => "App\Security\OwnerAuthenticator"
]
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.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"App\EventSubscriber\ControllerSubscriber::registerCurrentController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventSubscriber\ControllerSubscriber::registerCurrentController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
doctrine SELECT i0_.id AS id_0, i0_.email AS email_1, i0_.cod_stays AS cod_stays_2, i0_.cpf AS cpf_3, i0_.nome AS nome_4, i0_.celular AS celular_5, i0_.cidade AS cidade_6, i0_.endereco AS endereco_7, i0_.contrato AS contrato_8, i0_.plano AS plano_9, i0_.object_id AS object_id_10, i0_.aviso AS aviso_11, i0_.inventario AS inventario_12, i0_.status AS status_13, i0_.nota_imovel AS nota_imovel_14, i0_.nota_localizao AS nota_localizao_15, i0_.perfil_proprietario AS perfil_proprietario_16, i0_.reserva_imediata AS reserva_imediata_17, i0_.imovel_venda AS imovel_venda_18 FROM imoveis i0_ WHERE i0_.id = ?
[
  "2664504046"
]
php Warning: Invalid argument supplied for foreach()
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#852
    +count: 1
    -severity: 2
    -file: "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
    -line: 279
    -trace: [
      [
        "file" => "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
        "line" => 364
        "function" => "generate_pdf"
        "class" => "App\Controller\Admin\VistoriaController"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
    "line" => 364
    "function" => "generate_pdf"
    "class" => "App\Controller\Admin\VistoriaController"
    "type" => "->"
  ]
]
php Notice: Undefined index: condicao
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#853
    +count: 2
    -severity: 8
    -file: "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
    -line: 280
    -trace: [
      [
        "file" => "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
        "line" => 364
        "function" => "generate_pdf"
        "class" => "App\Controller\Admin\VistoriaController"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
    "line" => 364
    "function" => "generate_pdf"
    "class" => "App\Controller\Admin\VistoriaController"
    "type" => "->"
  ]
]
php Notice: Undefined index: html
[
  "exception" => Symfony\Component\Debug\Exception\SilencedErrorContext {#864
    +count: 1
    -severity: 8
    -file: "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
    -line: 294
    -trace: [
      [
        "file" => "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
        "line" => 364
        "function" => "generate_pdf"
        "class" => "App\Controller\Admin\VistoriaController"
        "type" => "->"
      ]
    ]
  }
]
[
  [
    "file" => "/var/www/admin.bnbguests.com.br/src/Controller/Admin/VistoriaController.php"
    "line" => 364
    "function" => "generate_pdf"
    "class" => "App\Controller\Admin\VistoriaController"
    "type" => "->"
  ]
]
event Notified event
"kernel.view"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
.
[
  "event" => "kernel.view"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"App\EventSubscriber\CheckRequirementsSubscriber::handleKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\CheckRequirementsSubscriber::handleKernelException"
]
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\ExceptionListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
security Stored the security token in the session.
[
  "key" => "_security_main"
]
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\EventListener\SurrogateListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::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"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\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.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "App\EventSubscriber\RedirectToPreferredLocaleSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"App\EventSubscriber\ControllerSubscriber::registerCurrentController"
.
[
  "event" => "kernel.controller"
  "listener" => "App\EventSubscriber\ControllerSubscriber::registerCurrentController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
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\EventListener\SurrogateListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::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\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

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

There are no log messages of this level.

Container 961

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension" (parent: .abstract.instanceof.Twig\Extensions\IntlExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension).
  • Resolving inheritance for "Twig\Extensions\IntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand" (parent: .abstract.instanceof.App\Command\AddUserCommand).
  • Resolving inheritance for "App\Command\AddUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUserCommand" (parent: .abstract.instanceof.App\Command\DeleteUserCommand).
  • Resolving inheritance for "App\Command\DeleteUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUserCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListUsersCommand" (parent: .abstract.instanceof.App\Command\ListUsersCommand).
  • Resolving inheritance for "App\Command\ListUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListUsersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotificationOwnerBookingCommand" (parent: .abstract.instanceof.App\Command\NotificationOwnerBookingCommand).
  • Resolving inheritance for "App\Command\NotificationOwnerBookingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotificationOwnerBookingCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenoveBookingsStaysCommand" (parent: .abstract.instanceof.App\Command\RenoveBookingsStaysCommand).
  • Resolving inheritance for "App\Command\RenoveBookingsStaysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenoveBookingsStaysCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateBookingsStaysCommand" (parent: .abstract.instanceof.App\Command\UpdateBookingsStaysCommand).
  • Resolving inheritance for "App\Command\UpdateBookingsStaysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateBookingsStaysCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClientesController" (parent: .abstract.instanceof.App\Controller\Admin\ClientesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClientesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClientesController).
  • Resolving inheritance for "App\Controller\Admin\ClientesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClientesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClientesInativosController" (parent: .abstract.instanceof.App\Controller\Admin\ClientesInativosController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClientesInativosController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClientesInativosController).
  • Resolving inheritance for "App\Controller\Admin\ClientesInativosController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClientesInativosController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DisponibilidadeController" (parent: .abstract.instanceof.App\Controller\Admin\DisponibilidadeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DisponibilidadeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DisponibilidadeController).
  • Resolving inheritance for "App\Controller\Admin\DisponibilidadeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DisponibilidadeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ExportacaoController" (parent: .abstract.instanceof.App\Controller\Admin\ExportacaoController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ExportacaoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ExportacaoController).
  • Resolving inheritance for "App\Controller\Admin\ExportacaoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ExportacaoController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FuncoesController" (parent: .abstract.instanceof.App\Controller\Admin\FuncoesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FuncoesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FuncoesController).
  • Resolving inheritance for "App\Controller\Admin\FuncoesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FuncoesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InventarioController" (parent: .abstract.instanceof.App\Controller\Admin\InventarioController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InventarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InventarioController).
  • Resolving inheritance for "App\Controller\Admin\InventarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InventarioController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LeadsController" (parent: .abstract.instanceof.App\Controller\Admin\LeadsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LeadsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LeadsController).
  • Resolving inheritance for "App\Controller\Admin\LeadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LeadsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OcorrenciasController" (parent: .abstract.instanceof.App\Controller\Admin\OcorrenciasController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OcorrenciasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OcorrenciasController).
  • Resolving inheritance for "App\Controller\Admin\OcorrenciasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OcorrenciasController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfissionaisController" (parent: .abstract.instanceof.App\Controller\Admin\ProfissionaisController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfissionaisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfissionaisController).
  • Resolving inheritance for "App\Controller\Admin\ProfissionaisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfissionaisController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReservasController" (parent: .abstract.instanceof.App\Controller\Admin\ReservasController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReservasController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReservasController).
  • Resolving inheritance for "App\Controller\Admin\ReservasController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReservasController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsersController" (parent: .abstract.instanceof.App\Controller\Admin\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsersController).
  • Resolving inheritance for "App\Controller\Admin\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VistoriaController" (parent: .abstract.instanceof.App\Controller\Admin\VistoriaController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VistoriaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VistoriaController).
  • Resolving inheritance for "App\Controller\Admin\VistoriaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VistoriaController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiConciergeController" (parent: .abstract.instanceof.App\Controller\ApiConciergeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiConciergeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiConciergeController).
  • Resolving inheritance for "App\Controller\ApiConciergeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiConciergeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController" (parent: .abstract.instanceof.App\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController).
  • Resolving inheritance for "App\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CadastroController" (parent: .abstract.instanceof.App\Controller\CadastroController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CadastroController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CadastroController).
  • Resolving inheritance for "App\Controller\CadastroController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CadastroController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
  • Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSecurityController" (parent: .abstract.instanceof.App\Controller\LoginSecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSecurityController).
  • Resolving inheritance for "App\Controller\LoginSecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Owner\DefaultController" (parent: .abstract.instanceof.App\Controller\Owner\DefaultController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Owner\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Owner\DefaultController).
  • Resolving inheritance for "App\Controller\Owner\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Owner\DefaultController).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
  • Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckRequirementsSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CheckRequirementsSubscriber).
  • Resolving inheritance for "App\EventSubscriber\CheckRequirementsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckRequirementsSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommentNotificationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CommentNotificationSubscriber).
  • Resolving inheritance for "App\EventSubscriber\CommentNotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommentNotificationSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ControllerSubscriber).
  • Resolving inheritance for "App\EventSubscriber\ControllerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\RedirectToPreferredLocaleSubscriber).
  • Resolving inheritance for "App\EventSubscriber\RedirectToPreferredLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType" (parent: .abstract.instanceof.App\Form\BookingType).
  • Resolving inheritance for "App\Form\BookingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType" (parent: .abstract.instanceof.App\Form\ClientType).
  • Resolving inheritance for "App\Form\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FuncoesType" (parent: .abstract.instanceof.App\Form\FuncoesType).
  • Resolving inheritance for "App\Form\FuncoesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FuncoesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceType" (parent: .abstract.instanceof.App\Form\OccurrenceType).
  • Resolving inheritance for "App\Form\OccurrenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerType" (parent: .abstract.instanceof.App\Form\OwnerType).
  • Resolving inheritance for "App\Form\OwnerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlanilhasType" (parent: .abstract.instanceof.App\Form\PlanilhasType).
  • Resolving inheritance for "App\Form\PlanilhasType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlanilhasType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfissionaisType" (parent: .abstract.instanceof.App\Form\ProfissionaisType).
  • Resolving inheritance for "App\Form\ProfissionaisType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfissionaisType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChangePasswordType" (parent: .abstract.instanceof.App\Form\Type\ChangePasswordType).
  • Resolving inheritance for "App\Form\Type\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChangePasswordType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
  • Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VistoryType" (parent: .abstract.instanceof.App\Form\VistoryType).
  • Resolving inheritance for "App\Form\VistoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VistoryType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FuncoesRepository" (parent: .abstract.instanceof.App\Repository\FuncoesRepository).
  • Resolving inheritance for "App\Repository\FuncoesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FuncoesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryClientComissionsRepository" (parent: .abstract.instanceof.App\Repository\HistoryClientComissionsRepository).
  • Resolving inheritance for "App\Repository\HistoryClientComissionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryClientComissionsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImoveisRepository" (parent: .abstract.instanceof.App\Repository\ImoveisRepository).
  • Resolving inheritance for "App\Repository\ImoveisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImoveisRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfissionaisRepository" (parent: .abstract.instanceof.App\Repository\ProfissionaisRepository).
  • Resolving inheritance for "App\Repository\ProfissionaisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfissionaisRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\MesExtension" (parent: .abstract.instanceof.App\Twig\MesExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MesExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\MesExtension).
  • Resolving inheritance for "App\Twig\MesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MesExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SlugExtension" (parent: .abstract.instanceof.App\Twig\SlugExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SlugExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SlugExtension).
  • Resolving inheritance for "App\Twig\SlugExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SlugExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\SourceCodeExtension" (parent: .abstract.instanceof.App\Twig\SourceCodeExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SourceCodeExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\SourceCodeExtension).
  • Resolving inheritance for "App\Twig\SourceCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SourceCodeExtension).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "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.database_users" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
  • Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.html-sanitizer" (parent: monolog.logger_prototype).
202
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "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\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "Doctrine\Bundle\DoctrineBundle\Registry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; 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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
  • Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
  • Removed service "HtmlSanitizer\SanitizerInterface"; reason: private alias.
  • Removed service "html_sanitizer"; reason: private alias.
  • Removed service "HtmlSanitizer\SanitizerInterface $default"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; 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 $translationLogger"; 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 "Psr\Log\LoggerInterface $htmlSanitizerLogger"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service ".service_locator.ISjGRTp"; reason: private alias.
  • Removed service ".service_locator.tHpW6v3"; reason: private alias.
  • Removed service ".service_locator.Ekkb6c7"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "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.
142
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Command\AddUserCommand" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\DataFixtures\AppFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\EventSubscriber\CommentNotificationSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\EventSubscriber\CommentNotificationSubscriber" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\EventSubscriber\RedirectToPreferredLocaleSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\AdminAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\AdminAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\AdminAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\OwnerAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Security\OwnerAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\OwnerAuthenticator" previously pointing to "router.default" to "router".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "mailer.default_transport" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.ccM2MGC" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.EbKpPgZ" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
69
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.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "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 "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 "maker.auto_command.abstract"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\AddUserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUserCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\DeleteUserCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListUsersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\ListUsersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotificationOwnerBookingCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\NotificationOwnerBookingCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenoveBookingsStaysCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\RenoveBookingsStaysCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateBookingsStaysCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\UpdateBookingsStaysCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClientesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClientesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ClientesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClientesInativosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClientesInativosController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ClientesInativosController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DisponibilidadeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DisponibilidadeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\DisponibilidadeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ExportacaoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ExportacaoController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ExportacaoController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FuncoesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FuncoesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FuncoesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InventarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InventarioController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\InventarioController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LeadsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LeadsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\LeadsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OcorrenciasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OcorrenciasController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\OcorrenciasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfissionaisController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfissionaisController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ProfissionaisController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReservasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReservasController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\ReservasController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VistoriaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VistoriaController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\VistoriaController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiConciergeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiConciergeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ApiConciergeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ApiController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CadastroController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CadastroController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CadastroController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LoginSecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Owner\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Owner\DefaultController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Owner\DefaultController"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckRequirementsSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\CheckRequirementsSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommentNotificationSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\CommentNotificationSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\ControllerSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\RedirectToPreferredLocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BookingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BookingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClientType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ClientType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FuncoesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\FuncoesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OccurrenceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OccurrenceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\OwnerType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PlanilhasType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PlanilhasType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfissionaisType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProfissionaisType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ChangePasswordType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ChangePasswordType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VistoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VistoryType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FuncoesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FuncoesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryClientComissionsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HistoryClientComissionsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImoveisRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImoveisRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfissionaisRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProfissionaisRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\MesExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MesExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\MesExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SlugExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SlugExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SlugExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\SourceCodeExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SourceCodeExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\SourceCodeExtension"; reason: abstract.
219
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Events\CommentCreatedEvent"; reason: unused.
  • Removed service "App\Form\DataTransformer\TagArrayToStringTransformer"; reason: unused.
  • Removed service "App\Pagination\Paginator"; reason: unused.
  • Removed service "App\Service\AlogliaHelper"; reason: unused.
  • Removed service "App\Service\BitrixService"; reason: unused.
  • Removed service "App\Service\StaysService"; reason: unused.
  • Removed service "App\Utils\MomentFormatConverter"; reason: unused.
  • Removed service "App\Utils\Slugger"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service ".1_PhpArrayAdapter~joJZEeR"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "mime_types"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~8lFsmQd"; 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_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; 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 ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~3YufHXP"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~3YufHXP"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~3YufHXP"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~3YufHXP"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; 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 "webpack_encore.cache"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
62
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "SensioLabs\Security\SecurityChecker" to "SensioLabs\Security\Command\SecurityCheckerCommand".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\ClientesController" to "App\Controller\Admin\ClientesController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\ClientesInativosController" to "App\Controller\Admin\ClientesInativosController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\DisponibilidadeController" to "App\Controller\Admin\DisponibilidadeController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\ExportacaoController" to "App\Controller\Admin\ExportacaoController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\FuncoesController" to "App\Controller\Admin\FuncoesController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\InventarioController" to "App\Controller\Admin\InventarioController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\LeadsController" to "App\Controller\Admin\LeadsController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\OcorrenciasController" to "App\Controller\Admin\OcorrenciasController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\ProfissionaisController" to "App\Controller\Admin\ProfissionaisController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\ReservasController" to "App\Controller\Admin\ReservasController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\UsersController" to "App\Controller\Admin\UsersController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Admin\VistoriaController" to "App\Controller\Admin\VistoriaController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\ApiConciergeController" to "App\Controller\ApiConciergeController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\ApiController" to "App\Controller\ApiController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\CadastroController" to "App\Controller\CadastroController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\DefaultController" to "App\Controller\DefaultController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\LoginSecurityController" to "App\Controller\LoginSecurityController".
  • Inlined service ".service_locator.EbKpPgZ.App\Controller\Owner\DefaultController" to "App\Controller\Owner\DefaultController".
  • Inlined service "App\Utils\Markdown" to "App\Twig\AppExtension".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.amnwoiW" to "fragment.handler".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "session.attribute_bag" 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~b7Xu1CG" to "session.handler.native_file".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~Xn4P0_X" 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.FMrXDI3" 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._version__default" 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 "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.Y7gDuDN" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "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.service" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~qhglB7E" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~qhglB7E" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "mailer.default_transport" to "mailer.mailer".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.iuGr.fa" 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.QVwMjHM" to "security.access_map".
  • Inlined service ".security.request_matcher.pNIYZn." to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "security.authentication.guard_handler" to "security.authentication.listener.guard.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.form_entry_point.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.bpvU51K" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.W0tXc0J" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
  • Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.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 "Twig\Extensions\IntlExtension" to "twig".
  • Inlined service "App\Twig\AppExtension" to "twig".
  • Inlined service "App\Twig\MesExtension" to "twig".
  • Inlined service "App\Twig\SlugExtension" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
  • Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
  • Inlined service "html_sanitizer.twig_extension" to "twig".
  • Inlined service "twig.extension.image" 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.cache_warmer" to "twig.cache_warmer".
  • 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 "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service ".service_locator.7YWluy." to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service ".1_SourceContextProvider~3xFZgy4" to "var_dumper.contextualized_cli_dumper".
  • Inlined service ".2_SourceContextProvider~3xFZgy4" to "var_dumper.server_connection".
  • Inlined service ".3_RequestContextProvider~3xFZgy4" to "var_dumper.server_connection".
  • Inlined service ".4_CliContextProvider~3xFZgy4" to "var_dumper.server_connection".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • Inlined service ".5_CliDescriptor~3xFZgy4" to "var_dumper.command.server_dump".
  • Inlined service ".6_HtmlDescriptor~3xFZgy4" to "var_dumper.command.server_dump".
  • Inlined service ".1_NonceGenerator~Mgoipjl" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~Mgoipjl" 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 "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
  • Inlined service ".service_locator.0DpzJRH" to "webpack_encore.entrypoint_lookup_collection".
  • Inlined service ".1_ServiceLocator~CfoPfNd" to "webpack_encore.twig_entry_files_extension".
  • Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
  • Inlined service "monolog.logger.html-sanitizer" to "html_sanitizer.builder".
  • Inlined service "html_sanitizer.extension.basic" to "html_sanitizer.builder".
  • Inlined service "html_sanitizer.extension.code" to "html_sanitizer.builder".
  • Inlined service "html_sanitizer.extension.image" to "html_sanitizer.builder".
  • Inlined service "html_sanitizer.extension.iframe" to "html_sanitizer.builder".
  • Inlined service "html_sanitizer.extension.list" to "html_sanitizer.builder".
  • Inlined service "html_sanitizer.extension.table" to "html_sanitizer.builder".
  • Inlined service "html_sanitizer.extension.extra" to "html_sanitizer.builder".
  • Inlined service "html_sanitizer.builder" to "html_sanitizer.default".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.php_compat_util" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.M5SKIbs" to ".service_locator.M5SKIbs.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service ".service_locator.m0qKN7h" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.M5SKIbs.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
267