<?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 getSetupEnvService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Install\Service\LegacyMigration\Steps\SetupEnv' autowired service.
     *
     * @return \App\Install\Service\LegacyMigration\Steps\SetupEnv
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 3).'/core/backend/Engine/Model/ProcessStepInterface.php';
        include_once \dirname(__DIR__, 3).'/core/backend/Install/Service/LegacyMigration/LegacyMigrationStepInterface.php';
        include_once \dirname(__DIR__, 3).'/core/backend/Engine/Model/ProcessStepTrait.php';
        include_once \dirname(__DIR__, 3).'/core/backend/Install/Service/Installation/InstallStepTrait.php';
        include_once \dirname(__DIR__, 3).'/core/backend/Install/Service/LegacyMigration/Steps/SetupEnv.php';

        $container->factories['service_container']['App\\Install\\Service\\LegacyMigration\\Steps\\SetupEnv'] = function () use ($container) {
            return new \App\Install\Service\LegacyMigration\Steps\SetupEnv(($container->privates['App\\Install\\LegacyHandler\\InstallHandler'] ?? $container->getInstallHandlerService()), ($container->services['kernel'] ?? $container->get('kernel', 1)));
        };

        return $container->factories['service_container']['App\\Install\\Service\\LegacyMigration\\Steps\\SetupEnv']();
    }
}
