<?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\JournalController' shared autowired service.
include_once \dirname(__DIR__, 5).'/src/Controller/JournalController.php';
$this->services['App\\Controller\\JournalController'] = $instance = new \App\Controller\JournalController(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->services['serializer'] ?? $this->load('getSerializerService.php')));
$instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->load('get_ServiceLocator_VdmMuyEService.php'))->withContext('App\\Controller\\JournalController', $this));
return $instance;