<?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\InstallerBundle\Command\AssetsCommand' 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/AssetsCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';

$this->privates['Akeneo\\Platform\\Bundle\\InstallerBundle\\Command\\AssetsCommand'] = $instance = new \Akeneo\Platform\Bundle\InstallerBundle\Command\AssetsCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $this->parameters['pim_localization.provider.ui_locale.locale_codes'], (\dirname(__DIR__, 4).'/src'));

$instance->setName('pim:installer:assets');

return $instance;
