<?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\TimeLogController' 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/TimeLogController.php';
include_once \dirname(__DIR__, 4).'/src/Service/TimeLogService.php';

return $this->services['App\\Controller\\TimeLogController'] = new \App\Controller\TimeLogController(new \App\Service\TimeLogService(($this->privates['App\\Repository\\TimeLog\\DoctrineTimeLogRepository'] ?? $this->load('getDoctrineTimeLogRepositoryService.php')), ($this->services['App\\Service\\CampaignService'] ?? $this->load('getCampaignServiceService.php')), ($this->services['App\\Service\\UserService'] ?? $this->load('getUserServiceService.php')), ($this->privates['App\\Service\\TimeLogTypeService'] ?? $this->load('getTimeLogTypeServiceService.php')), ($this->privates['App\\Service\\TimeLogTypeCategoryService'] ?? $this->load('getTimeLogTypeCategoryServiceService.php'))));
