var/cache/showcase/ContainerZrmZlUu/getSocialUserRepositoryService.php line 27

Open in your IDE?
  1. <?php
  2. namespace ContainerZrmZlUu;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getSocialUserRepositoryService extends App_Platform_KernelShowcaseDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Bundles\SocialBundle\Repository\SocialUserRepository' shared autowired service.
  12.      *
  13.      * @return \App\Bundles\SocialBundle\Repository\SocialUserRepository
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  18.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  19.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  20.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  21.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  22.         include_once \dirname(__DIR__4).'/src/Bundles/SocialBundle/Repository/SocialUserRepository.php';
  23.         return $container->privates['App\\Bundles\\SocialBundle\\Repository\\SocialUserRepository'] = new \App\Bundles\SocialBundle\Repository\SocialUserRepository(($container->services['doctrine'] ?? $container->getDoctrineService()));
  24.     }
  25. }