<?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 'fos_oauth_server.controller.token' shared service.

include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/TokenController.php';

return $this->services['fos_oauth_server.controller.token'] = new \FOS\OAuthServerBundle\Controller\TokenController(($this->privates['fos_oauth_server.server'] ?? $this->load('getFosOauthServer_ServerService.php')));
