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

$this->privates['Akeneo\\UserManagement\\Bundle\\Command\\CreateUserCommand'] = $instance = new \Akeneo\UserManagement\Bundle\Command\CreateUserCommand(($this->privates['pim_user.factory.user'] ?? $this->load('getPimUser_Factory_UserService.php')), ($this->privates['pim_user.updater.user'] ?? $this->load('getPimUser_Updater_UserService.php')), ($this->services['validator'] ?? $this->load('getValidatorService.php')), ($this->privates['pim_user.saver.user'] ?? $this->load('getPimUser_Saver_UserService.php')), ($this->privates['pim_user.repository.group'] ?? $this->load('getPimUser_Repository_GroupService.php')), ($this->privates['pim_user.repository.role'] ?? $this->load('getPimUser_Repository_RoleService.php')), ($this->privates['pim_catalog.repository.locale'] ?? $this->getPimCatalog_Repository_LocaleService()));

$instance->setName('pim:user:create');

return $instance;
