29 lines
1.1 KiB
PHP
29 lines
1.1 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_ExecuteCommandService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the private 'doctrine_migrations.execute_command' shared service.
|
|
*
|
|
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$container->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($container->privates['doctrine.migrations.dependency_factory'] ?? $container->load('getDoctrine_Migrations_DependencyFactoryService')), 'doctrine:migrations:execute');
|
|
|
|
$instance->setName('doctrine:migrations:execute');
|
|
$instance->setDescription('Execute one or more migration versions up or down manually.');
|
|
|
|
return $instance;
|
|
}
|
|
}
|