/
var
/
www
/
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_EnsureProductionSettingsCommandService extends App_KernelProdContainer { /* * Gets the private 'doctrine.ensure_production_settings_command' shared service. * * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand */ public static function do($container, $lazyLoad = true) { $container->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(); $instance->setName('doctrine:ensure-production-settings'); return $instance; } }