/
home
/
obinna
/
html
/
boazapp
/
var
/
cache
/
prod
/
ContainerHNMMpOi
/
Upload File
HOME
<?php namespace ContainerHNMMpOi; 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 getDoctrine_CacheCollectionRegionCommandService extends App_KernelProdContainer { /* * Gets the private 'doctrine.cache_collection_region_command' shared service. * * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand */ public static function do($container, $lazyLoad = true) { $container->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(); $instance->setName('doctrine:cache:clear-collection-region'); return $instance; } }