<?phpuse Symfony\Component\DependencyInjection\Argument\RewindableGenerator;use Symfony\Component\DependencyInjection\Exception\RuntimeException;// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.// Returns the private 'auth_token_user_provider' shared autowired service.include_once $this->targetDirs[3].'/vendor/symfony/security-core/User/UserProviderInterface.php';include_once $this->targetDirs[3].'/src/PaaBundle/Security/AuthTokenUserProvider.php';include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';$a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->load('getDoctrine_Orm_DefaultEntityManagerService.php'));return $this->privates['auth_token_user_provider'] = new \App\PaaBundle\Security\AuthTokenUserProvider($a->getRepository('PaaBundle:AuthToken'), $a->getRepository('PaaBundle:users'));