webroot/var/cache/prod/ContainerEvwr5zZ/getDoctrineMigrations_DumpSchemaCommandService.php

29 lines
1.2 KiB
PHP

<?php
namespace ContainerEvwr5zZ;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/*
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getDoctrineMigrations_DumpSchemaCommandService extends App_KernelProdContainer
{
/*
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
public static function do($container, $lazyLoad = true)
{
$container->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:dump-schema');
$instance->setName('doctrine:migrations:dump-schema');
$instance->setDescription('Dump the schema for your database to a migration.');
return $instance;
}
}