var/cache/dev/ContainerOLqxSQ8/getWebserviceUserProviderService.php line 12

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 private 'App\Security\User\WebserviceUserProvider' shared service.
  6. include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7. include_once \dirname(__DIR__4).'/src/Security/User/WebserviceUserProvider.php';
  8. return $this->privates['App\\Security\\User\\WebserviceUserProvider'] = new \App\Security\User\WebserviceUserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));