/
home
/
obinna
/
html
/
mixchief_app
/
var
/
cache
/
prod
/
ContainerRWa0DSr
/
Upload File
HOME
<?php namespace ContainerRWa0DSr; use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; use Symfony\Component\DependencyInjection\Exception\RuntimeException; /* * @internal This class has been auto-generated by the Symfony Dependency Injection Component. */ class getActivityRepositoryService extends App_KernelProdContainer { /* * Gets the private 'App\Repository\ActivityRepository' shared autowired service. * * @return \App\Repository\ActivityRepository */ public static function do($container, $lazyLoad = true) { include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php'; include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php'; include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php'; include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php'; include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php'; include_once \dirname(__DIR__, 4).'/src/Repository/ActivityRepository.php'; return $container->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($container->services['doctrine'] ?? $container->getDoctrineService())); } }