<?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 'Faker\Generator' shared service.

include_once \dirname(__DIR__, 4).'/vendor/fzaninotto/faker/src/Faker/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/fzaninotto/faker/src/Faker/Factory.php';
include_once \dirname(__DIR__, 4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';

$this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');

$instance->seed(1);
$instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());

return $instance;
