/
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_SchemaValidateCommandService extends App_KernelProdContainer { /* * Gets the private 'doctrine.schema_validate_command' shared service. * * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand */ public static function do($container, $lazyLoad = true) { $container->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(); $instance->setName('doctrine:schema:validate'); return $instance; } }