<?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\Controller\File\ShutterstockController' shared autowired service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/rest-bundle/Controller/FOSRestController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/File/ShutterstockController.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Common/ConfigurableInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Common/Configurable.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Shutterstock/Client.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Shutterstock/Adapters/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/src/Integrations/Shutterstock/Adapters/Guzzle.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/guzzlehttp/guzzle/src/Client.php';
include_once \dirname(__DIR__, 4).'/src/Service/File/Namer/NamerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/File/Namer/OriginalRandomNamer.php';

$a = new \App\Integrations\Shutterstock\Adapters\Guzzle();
$a->setGuzzleClient(($this->privates['http_client'] ?? ($this->privates['http_client'] = new \GuzzleHttp\Client())));

return $this->services['App\\Controller\\File\\ShutterstockController'] = new \App\Controller\File\ShutterstockController(new \App\Integrations\Shutterstock\Client(['apiKey' => $this->getEnv('SHUTTERSTOCK_API_TOKEN'), 'adapter' => $a]), ($this->privates['App\\Service\\FileService'] ?? $this->load('getFileServiceService.php')), ($this->services['League\\Flysystem\\Filesystem'] ?? $this->load('getFilesystemService.php')), ($this->privates['App\\Service\\File\\Namer\\OriginalRandomNamer'] ?? ($this->privates['App\\Service\\File\\Namer\\OriginalRandomNamer'] = new \App\Service\File\Namer\OriginalRandomNamer())));
