<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'akeneo.platform.command.install' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/InstallerBundle/Command/InstallCommand.php';

$this->privates['akeneo.platform.command.install'] = $instance = new \Akeneo\Platform\Bundle\InstallerBundle\Command\InstallCommand(($this->privates['pim_installer.install_status_manager'] ?? $this->load('getPimInstaller_InstallStatusManagerService.php')));

$instance->setName('pim:install');

return $instance;
