<?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 public 'App\Service\User\Factory' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/Service/User/Factory.php';

$a = ($this->services['App\\Service\\UserService'] ?? $this->load('getUserServiceService.php'));

if (isset($this->services['App\\Service\\User\\Factory'])) {
    return $this->services['App\\Service\\User\\Factory'];
}

return $this->services['App\\Service\\User\\Factory'] = new \App\Service\User\Factory($a);
