<?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\Bundle\AnalyticsBundle\Command\SystemInfoCommand' 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/AnalyticsBundle/Command/SystemInfoCommand.php';

$this->privates['Akeneo\\Platform\\Bundle\\AnalyticsBundle\\Command\\SystemInfoCommand'] = $instance = new \Akeneo\Platform\Bundle\AnalyticsBundle\Command\SystemInfoCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['pim_analytics.data_collector.chained'] ?? $this->load('getPimAnalytics_DataCollector_ChainedService.php')));

$instance->setName('pim:system:information');

return $instance;
