<?php

namespace ContainerWkda1hQ;

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 getShivasVersioning_Command_ListProvidersService extends App_KernelProdContainer
{
    /*
     * Gets the private 'shivas_versioning.command.list_providers' shared service.
     *
     * @return \Shivas\VersioningBundle\Command\ListProvidersCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 3).'/vendor/symfony/console/Command/Command.php';
        include_once \dirname(__DIR__, 3).'/vendor/shivas/versioning-bundle/src/Command/ListProvidersCommand.php';

        $container->privates['shivas_versioning.command.list_providers'] = $instance = new \Shivas\VersioningBundle\Command\ListProvidersCommand(($container->privates['shivas_versioning.manager'] ?? $container->load('getShivasVersioning_ManagerService')));

        $instance->setName('app:version:list-providers');

        return $instance;
    }
}
