var/cache/dev/ContainerPyX3tLQ/getPimcoreAdmin_Security_WebserviceAuthenticatorService.php line 9

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the public 'pimcore_admin.security.webservice_authenticator' shared autowired service.
  6. @trigger_error('The "pimcore_admin.security.webservice_authenticator" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  7. $this->services['pimcore_admin.security.webservice_authenticator'] = $instance = new \Pimcore\Bundle\AdminBundle\Security\Guard\WebserviceAuthenticator();
  8. $a = ($this->services['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  9. $instance->setLogger($a);
  10. $instance->setLogger($a);
  11. return $instance;