var/cache/dev/ContainerCIEWvBA/getAuthTokenUserProviderService.php line 17

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 'auth_token_user_provider' shared autowired service.
  6. include_once $this->targetDirs[3].'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7. include_once $this->targetDirs[3].'/src/PaaBundle/Security/AuthTokenUserProvider.php';
  8. include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  9. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  10. include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  11. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->load('getDoctrine_Orm_DefaultEntityManagerService.php'));
  12. return $this->privates['auth_token_user_provider'] = new \App\PaaBundle\Security\AuthTokenUserProvider($a->getRepository('PaaBundle:AuthToken'), $a->getRepository('PaaBundle:users'));