var/cache/dev/ContainerYjrtpvM/srcApp_KernelDevDebugContainer.php line 947

Open in your IDE?
  1. <?php
  2. namespace ContainerYjrtpvM;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.system' => 'getCache_SystemService',
  38.             'data_collector.dump' => 'getDataCollector_DumpService',
  39.             'doctrine' => 'getDoctrineService',
  40.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  41.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  42.             'event_dispatcher' => 'getEventDispatcherService',
  43.             'http_kernel' => 'getHttpKernelService',
  44.             'image.handling' => 'getImage_HandlingService',
  45.             'profiler' => 'getProfilerService',
  46.             'request_stack' => 'getRequestStackService',
  47.             'router' => 'getRouterService',
  48.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  49.             'security.token_storage' => 'getSecurity_TokenStorageService',
  50.             'translator' => 'getTranslatorService',
  51.             'twig' => 'getTwigService',
  52.             'validator' => 'getValidatorService',
  53.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54.         ];
  55.         $this->fileMap = [
  56.             'App\\Controller\\Admin\\ClientesController' => 'getClientesControllerService.php',
  57.             'App\\Controller\\Admin\\ClientesInativosController' => 'getClientesInativosControllerService.php',
  58.             'App\\Controller\\Admin\\DisponibilidadeController' => 'getDisponibilidadeControllerService.php',
  59.             'App\\Controller\\Admin\\ExportacaoController' => 'getExportacaoControllerService.php',
  60.             'App\\Controller\\Admin\\FuncoesController' => 'getFuncoesControllerService.php',
  61.             'App\\Controller\\Admin\\InventarioController' => 'getInventarioControllerService.php',
  62.             'App\\Controller\\Admin\\LeadsController' => 'getLeadsControllerService.php',
  63.             'App\\Controller\\Admin\\OcorrenciasController' => 'getOcorrenciasControllerService.php',
  64.             'App\\Controller\\Admin\\ProfissionaisController' => 'getProfissionaisControllerService.php',
  65.             'App\\Controller\\Admin\\ReservasController' => 'getReservasControllerService.php',
  66.             'App\\Controller\\Admin\\UsersController' => 'getUsersControllerService.php',
  67.             'App\\Controller\\Admin\\VistoriaController' => 'getVistoriaControllerService.php',
  68.             'App\\Controller\\ApiConciergeController' => 'getApiConciergeControllerService.php',
  69.             'App\\Controller\\ApiController' => 'getApiControllerService.php',
  70.             'App\\Controller\\CadastroController' => 'getCadastroControllerService.php',
  71.             'App\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  72.             'App\\Controller\\LoginSecurityController' => 'getLoginSecurityControllerService.php',
  73.             'App\\Controller\\Owner\\DefaultController' => 'getDefaultController2Service.php',
  74.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  75.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  76.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  77.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  78.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  79.             'cache_clearer' => 'getCacheClearerService.php',
  80.             'cache_warmer' => 'getCacheWarmerService.php',
  81.             'console.command.public_alias.App\\Command\\NotificationOwnerBookingCommand' => 'getNotificationOwnerBookingCommandService.php',
  82.             'console.command.public_alias.App\\Command\\RenoveBookingsStaysCommand' => 'getRenoveBookingsStaysCommandService.php',
  83.             'console.command.public_alias.App\\Command\\UpdateBookingsStaysCommand' => 'getUpdateBookingsStaysCommandService.php',
  84.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  85.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  86.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  87.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  88.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  89.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  90.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  91.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  92.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  93.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  94.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  95.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  96.             'filesystem' => 'getFilesystemService.php',
  97.             'form.factory' => 'getForm_FactoryService.php',
  98.             'form.type.file' => 'getForm_Type_FileService.php',
  99.             'routing.loader' => 'getRouting_LoaderService.php',
  100.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  101.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  102.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  103.             'services_resetter' => 'getServicesResetterService.php',
  104.             'session' => 'getSessionService.php',
  105.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  106.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  107.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  108.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  109.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  110.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  111.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  112.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  113.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  114.         ];
  115.         $this->aliases = [
  116.             'database_connection' => 'doctrine.dbal.default_connection',
  117.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  118.             'mailer' => 'swiftmailer.mailer.default',
  119.         ];
  120.         $this->privates['service_container'] = function () {
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  122.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ControllerSubscriber.php';
  123.             include_once \dirname(__DIR__4).'/src/EventSubscriber/RedirectToPreferredLocaleSubscriber.php';
  124.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  126.             include_once \dirname(__DIR__4).'/src/Twig/SourceCodeExtension.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  169.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  225.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  312.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  333.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  343.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  345.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  352.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  375.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  376.             include_once \dirname(__DIR__4).'/src/Utils/Markdown.php';
  377.             include_once \dirname(__DIR__4).'/src/Twig/MesExtension.php';
  378.             include_once \dirname(__DIR__4).'/src/Twig/SlugExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer-bundle/src/Twig/TwigExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/gregwar/image-bundle/Extensions/ImageTwig.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/SanitizerInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/SanitizerBuilderInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/SanitizerBuilder.php';
  410.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/Extension/ExtensionInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/Extension/Basic/BasicExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/Extension/Code/CodeExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/Extension/Image/ImageExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/Extension/Iframe/IframeExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/Extension/Listing/ListExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/Extension/Table/TableExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer/src/Extension/Extra/ExtraExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/gregwar/image-bundle/Services/ImageHandling.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  438.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  440.         };
  441.     }
  442.     public function compile(): void
  443.     {
  444.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  445.     }
  446.     public function isCompiled(): bool
  447.     {
  448.         return true;
  449.     }
  450.     public function getRemovedIds(): array
  451.     {
  452.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  453.     }
  454.     protected function load($file$lazyLoad true)
  455.     {
  456.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  457.     }
  458.     /**
  459.      * Gets the public 'cache.app' shared service.
  460.      *
  461.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  462.      */
  463.     protected function getCache_AppService()
  464.     {
  465.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9BUlT7E-H2'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  466.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  467.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  468.     }
  469.     /**
  470.      * Gets the public 'cache.system' shared service.
  471.      *
  472.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  473.      */
  474.     protected function getCache_SystemService()
  475.     {
  476.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+O+UwDPhH+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  477.     }
  478.     /**
  479.      * Gets the public 'data_collector.dump' shared service.
  480.      *
  481.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  482.      */
  483.     protected function getDataCollector_DumpService()
  484.     {
  485.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  486.     }
  487.     /**
  488.      * Gets the public 'doctrine' shared service.
  489.      *
  490.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  491.      */
  492.     protected function getDoctrineService()
  493.     {
  494.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  495.     }
  496.     /**
  497.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  498.      *
  499.      * @return \Doctrine\DBAL\Connection
  500.      */
  501.     protected function getDoctrine_Dbal_DefaultConnectionService()
  502.     {
  503.         $a = new \Doctrine\DBAL\Configuration();
  504.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  505.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  506.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  507.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  508.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  509.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  510.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  511.         $a->setSQLLogger($b);
  512.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  513.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  514.         ], [
  515.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  516.         ]));
  517.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  518.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['dbname' => $this->getEnv('resolve:DATABASE_NAME'), 'host' => $this->getEnv('resolve:DATABASE_HOST'), 'user' => $this->getEnv('resolve:DATABASE_USER'), 'password' => $this->getEnv('resolve:DATABASE_PASSWORD'), 'driver' => 'pdo_mysql''charset' => 'utf8mb4''port' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  519.     }
  520.     /**
  521.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  522.      *
  523.      * @return \Doctrine\ORM\EntityManager
  524.      */
  525.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  526.     {
  527.         $a = new \Doctrine\ORM\Configuration();
  528.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  529.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  530.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  531.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  532.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  533.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  534.         $a->setMetadataDriverImpl($b);
  535.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  536.         $a->setProxyNamespace('Proxies');
  537.         $a->setAutoGenerateProxyClasses(true);
  538.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  539.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  540.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  541.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  542.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  543.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  544.             'App\\Repository\\FuncoesRepository' => ['privates''App\\Repository\\FuncoesRepository''getFuncoesRepositoryService.php'true],
  545.             'App\\Repository\\HistoryClientComissionsRepository' => ['privates''App\\Repository\\HistoryClientComissionsRepository''getHistoryClientComissionsRepositoryService.php'true],
  546.             'App\\Repository\\ImoveisRepository' => ['privates''App\\Repository\\ImoveisRepository''getImoveisRepositoryService.php'true],
  547.             'App\\Repository\\ProfissionaisRepository' => ['privates''App\\Repository\\ProfissionaisRepository''getProfissionaisRepositoryService.php'true],
  548.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService.php'true],
  549.         ], [
  550.             'App\\Repository\\FuncoesRepository' => '?',
  551.             'App\\Repository\\HistoryClientComissionsRepository' => '?',
  552.             'App\\Repository\\ImoveisRepository' => '?',
  553.             'App\\Repository\\ProfissionaisRepository' => '?',
  554.             'App\\Repository\\UserRepository' => '?',
  555.         ])));
  556.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  557.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  558.         return $instance;
  559.     }
  560.     /**
  561.      * Gets the public 'event_dispatcher' shared service.
  562.      *
  563.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  564.      */
  565.     protected function getEventDispatcherService()
  566.     {
  567.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  568.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  569.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  570.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  571.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  572.         $instance->addListener('kernel.controller', [=> function () {
  573.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  574.         }, => 'onKernelController'], 0);
  575.         $instance->addListener('kernel.exception', [=> function () {
  576.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  577.         }, => 'onKernelException'], 0);
  578.         $instance->addListener('console.error', [=> function () {
  579.             return ($this->privates['App\\EventSubscriber\\CheckRequirementsSubscriber'] ?? $this->load('getCheckRequirementsSubscriberService.php'));
  580.         }, => 'handleConsoleError'], 0);
  581.         $instance->addListener('kernel.exception', [=> function () {
  582.             return ($this->privates['App\\EventSubscriber\\CheckRequirementsSubscriber'] ?? $this->load('getCheckRequirementsSubscriberService.php'));
  583.         }, => 'handleKernelException'], 0);
  584.         $instance->addListener('App\\Events\\CommentCreatedEvent', [=> function () {
  585.             return ($this->privates['App\\EventSubscriber\\CommentNotificationSubscriber'] ?? $this->load('getCommentNotificationSubscriberService.php'));
  586.         }, => 'onCommentCreated'], 0);
  587.         $instance->addListener('kernel.controller', [=> function () {
  588.             return ($this->privates['App\\EventSubscriber\\ControllerSubscriber'] ?? $this->getControllerSubscriberService());
  589.         }, => 'registerCurrentController'], 0);
  590.         $instance->addListener('kernel.request', [=> function () {
  591.             return ($this->privates['App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber'] ?? $this->getRedirectToPreferredLocaleSubscriberService());
  592.         }, => 'onKernelRequest'], 0);
  593.         $instance->addListener('kernel.response', [=> function () {
  594.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  595.         }, => 'onKernelResponse'], 0);
  596.         $instance->addListener('kernel.response', [=> function () {
  597.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  598.         }, => 'onKernelResponse'], -1024);
  599.         $instance->addListener('kernel.request', [=> function () {
  600.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  601.         }, => 'setDefaultLocale'], 100);
  602.         $instance->addListener('kernel.request', [=> function () {
  603.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  604.         }, => 'onKernelRequest'], 16);
  605.         $instance->addListener('kernel.finish_request', [=> function () {
  606.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  607.         }, => 'onKernelFinishRequest'], 0);
  608.         $instance->addListener('kernel.request', [=> function () {
  609.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  610.         }, => 'onKernelRequest'], 256);
  611.         $instance->addListener('kernel.request', [=> function () {
  612.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  613.         }, => 'onKernelRequest'], 24);
  614.         $instance->addListener('kernel.response', [=> function () {
  615.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  616.         }, => 'onResponse'], -255);
  617.         $instance->addListener('kernel.request', [=> function () {
  618.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  619.         }, => 'onKernelRequest'], 15);
  620.         $instance->addListener('kernel.finish_request', [=> function () {
  621.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  622.         }, => 'onKernelFinishRequest'], -15);
  623.         $instance->addListener('console.error', [=> function () {
  624.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  625.         }, => 'onConsoleError'], -128);
  626.         $instance->addListener('console.terminate', [=> function () {
  627.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  628.         }, => 'onConsoleTerminate'], -128);
  629.         $instance->addListener('console.error', [=> function () {
  630.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  631.         }, => 'onConsoleError'], 0);
  632.         $instance->addListener('kernel.request', [=> function () {
  633.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  634.         }, => 'onKernelRequest'], 128);
  635.         $instance->addListener('kernel.response', [=> function () {
  636.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  637.         }, => 'onKernelResponse'], -1000);
  638.         $instance->addListener('kernel.finish_request', [=> function () {
  639.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  640.         }, => 'onFinishRequest'], 0);
  641.         $instance->addListener('kernel.response', [=> function () {
  642.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  643.         }, => 'onKernelResponse'], 0);
  644.         $instance->addListener('kernel.request', [=> function () {
  645.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  646.         }, => 'onKernelRequest'], 48);
  647.         $instance->addListener('kernel.response', [=> function () {
  648.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  649.         }, => 'onKernelResponse'], -100);
  650.         $instance->addListener('kernel.exception', [=> function () {
  651.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  652.         }, => 'onKernelException'], 0);
  653.         $instance->addListener('kernel.terminate', [=> function () {
  654.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  655.         }, => 'onKernelTerminate'], -1024);
  656.         $instance->addListener('kernel.controller', [=> function () {
  657.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  658.         }, => 'onKernelController'], 0);
  659.         $instance->addListener('kernel.response', [=> function () {
  660.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  661.         }, => 'onKernelResponse'], 0);
  662.         $instance->addListener('kernel.request', [=> function () {
  663.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  664.         }, => 'configure'], 2048);
  665.         $instance->addListener('console.command', [=> function () {
  666.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  667.         }, => 'configure'], 2048);
  668.         $instance->addListener('kernel.request', [=> function () {
  669.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  670.         }, => 'onKernelRequest'], 32);
  671.         $instance->addListener('kernel.finish_request', [=> function () {
  672.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  673.         }, => 'onKernelFinishRequest'], 0);
  674.         $instance->addListener('kernel.exception', [=> function () {
  675.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  676.         }, => 'onKernelException'], -64);
  677.         $instance->addListener('kernel.response', [=> function () {
  678.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  679.         }, => 'onKernelResponse'], 0);
  680.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  681.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  682.         }, => 'onVoterVote'], 0);
  683.         $instance->addListener('kernel.request', [=> function () {
  684.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  685.         }, => 'configureLogoutUrlGenerator'], 8);
  686.         $instance->addListener('kernel.request', [=> function () {
  687.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  688.         }, => 'onKernelRequest'], 8);
  689.         $instance->addListener('kernel.finish_request', [=> function () {
  690.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  691.         }, => 'onKernelFinishRequest'], 0);
  692.         $instance->addListener('kernel.controller', [=> function () {
  693.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  694.         }, => 'onKernelController'], 0);
  695.         $instance->addListener('kernel.controller', [=> function () {
  696.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  697.         }, => 'onKernelController'], 0);
  698.         $instance->addListener('kernel.controller', [=> function () {
  699.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  700.         }, => 'onKernelController'], -128);
  701.         $instance->addListener('kernel.view', [=> function () {
  702.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  703.         }, => 'onKernelView'], 0);
  704.         $instance->addListener('kernel.controller', [=> function () {
  705.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  706.         }, => 'onKernelController'], 0);
  707.         $instance->addListener('kernel.response', [=> function () {
  708.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  709.         }, => 'onKernelResponse'], 0);
  710.         $instance->addListener('kernel.controller_arguments', [=> function () {
  711.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  712.         }, => 'onKernelControllerArguments'], 0);
  713.         $instance->addListener('kernel.controller_arguments', [=> function () {
  714.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  715.         }, => 'onKernelControllerArguments'], 0);
  716.         $instance->addListener('console.command', [=> function () {
  717.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  718.         }, => 'onCommand'], 255);
  719.         $instance->addListener('console.terminate', [=> function () {
  720.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  721.         }, => 'onTerminate'], -255);
  722.         $instance->addListener('kernel.exception', [=> function () {
  723.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  724.         }, => 'onException'], 0);
  725.         $instance->addListener('kernel.terminate', [=> function () {
  726.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  727.         }, => 'onTerminate'], 0);
  728.         $instance->addListener('console.error', [=> function () {
  729.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  730.         }, => 'onException'], 0);
  731.         $instance->addListener('console.terminate', [=> function () {
  732.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  733.         }, => 'onTerminate'], 0);
  734.         $instance->addListener('kernel.exception', [=> function () {
  735.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  736.         }, => 'logKernelException'], 0);
  737.         $instance->addListener('kernel.exception', [=> function () {
  738.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  739.         }, => 'onKernelException'], -128);
  740.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  741.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService.php'));
  742.         }, => 'onMessage'], 0);
  743.         $instance->addListener('console.command', [=> function () {
  744.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  745.         }, => 'configure'], 1024);
  746.         $instance->addListener('kernel.response', [=> function () {
  747.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  748.         }, => 'onKernelResponse'], -128);
  749.         $instance->addListener('console.error', [=> function () {
  750.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  751.         }, => 'onConsoleError'], 0);
  752.         $instance->addListener('console.terminate', [=> function () {
  753.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  754.         }, => 'onConsoleTerminate'], 0);
  755.         return $instance;
  756.     }
  757.     /**
  758.      * Gets the public 'http_kernel' shared service.
  759.      *
  760.      * @return \Symfony\Component\HttpKernel\HttpKernel
  761.      */
  762.     protected function getHttpKernelService()
  763.     {
  764.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  765.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  766.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  767.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  768.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  769.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  770.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  771.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  772.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  773.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  774.         }, 8)), $a));
  775.     }
  776.     /**
  777.      * Gets the public 'image.handling' shared service.
  778.      *
  779.      * @return \Gregwar\ImageBundle\Services\ImageHandling
  780.      */
  781.     protected function getImage_HandlingService()
  782.     {
  783.         return $this->services['image.handling'] = new \Gregwar\ImageBundle\Services\ImageHandling('cache'NULL'Gregwar\\ImageBundle\\ImageHandler'$this, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')]))), falseNULL);
  784.     }
  785.     /**
  786.      * Gets the public 'profiler' shared service.
  787.      *
  788.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  789.      */
  790.     protected function getProfilerService()
  791.     {
  792.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  793.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  794.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  795.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  796.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  797.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  798.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  799.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  800.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  801.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  802.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  803.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  804.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  805.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  806.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  807.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  808.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  809.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  810.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  811.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  812.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  813.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  814.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  815.         if ($this->has('kernel')) {
  816.             $f->setKernel($b);
  817.         }
  818.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  819.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  820.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  821.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  822.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  823.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  824.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  825.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  826.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  827.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  828.         $instance->add($d);
  829.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  830.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  831.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  832.         $instance->add($e);
  833.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  834.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  835.         $instance->add($f);
  836.         return $instance;
  837.     }
  838.     /**
  839.      * Gets the public 'request_stack' shared service.
  840.      *
  841.      * @return \Symfony\Component\HttpFoundation\RequestStack
  842.      */
  843.     protected function getRequestStackService()
  844.     {
  845.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  846.     }
  847.     /**
  848.      * Gets the public 'router' shared service.
  849.      *
  850.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  851.      */
  852.     protected function getRouterService()
  853.     {
  854.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  855.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  856.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  857.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  858.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  859.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  860.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  861.         ], [
  862.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  863.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'pt_BR');
  864.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  865.         return $instance;
  866.     }
  867.     /**
  868.      * Gets the public 'security.authorization_checker' shared service.
  869.      *
  870.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  871.      */
  872.     protected function getSecurity_AuthorizationCheckerService()
  873.     {
  874.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  875.     }
  876.     /**
  877.      * Gets the public 'security.token_storage' shared service.
  878.      *
  879.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  880.      */
  881.     protected function getSecurity_TokenStorageService()
  882.     {
  883.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  884.     }
  885.     /**
  886.      * Gets the public 'translator' shared service.
  887.      *
  888.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  889.      */
  890.     protected function getTranslatorService()
  891.     {
  892.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  893.     }
  894.     /**
  895.      * Gets the public 'twig' shared service.
  896.      *
  897.      * @return \Twig\Environment
  898.      */
  899.     protected function getTwigService()
  900.     {
  901.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  902.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  903.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  904.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  905.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  906.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  907.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  908.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  910.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  912.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  915.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  916.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  917.         $a->addPath((\dirname(__DIR__4).'/templates'));
  918.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  919.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  920.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  921.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  922.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  923.         $d->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  924.         $e = new \Symfony\Bridge\Twig\AppVariable();
  925.         $e->setEnvironment('dev');
  926.         $e->setDebug(true);
  927.         if ($this->has('security.token_storage')) {
  928.             $e->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  929.         }
  930.         if ($this->has('request_stack')) {
  931.             $e->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  932.         }
  933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  936.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  937.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  938.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  939.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  940.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  941.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  944.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  945.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  948.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  949.         $instance->addExtension(new \App\Twig\AppExtension(new \App\Utils\Markdown(($this->privates['html_sanitizer.default'] ?? $this->getHtmlSanitizer_DefaultService())), 'en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN|bg|tr|lt'));
  950.         $instance->addExtension(new \App\Twig\MesExtension());
  951.         $instance->addExtension(new \App\Twig\SlugExtension());
  952.         $instance->addExtension(($this->privates['App\\Twig\\SourceCodeExtension'] ?? ($this->privates['App\\Twig\\SourceCodeExtension'] = new \App\Twig\SourceCodeExtension())));
  953.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  954.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($d));
  955.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  956.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  957.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  958.         ], [
  959.             'webpack_encore.entrypoint_lookup_collection' => '?',
  960.             'webpack_encore.tag_renderer' => '?',
  961.         ])));
  962.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  963.         $instance->addExtension(new \HtmlSanitizer\Bundle\Twig\TwigExtension(($this->privates['html_sanitizer.registry'] ?? $this->getHtmlSanitizer_RegistryService()), 'default'));
  964.         $instance->addExtension(new \Gregwar\ImageBundle\Extensions\ImageTwig(($this->services['image.handling'] ?? $this->getImage_HandlingService()), (\dirname(__DIR__4).'/public')));
  965.         $instance->addGlobal('app'$e);
  966.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  967.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  968.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  969.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  970.         ], [
  971.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  972.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  973.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  974.         ])));
  975.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  976.         return $instance;
  977.     }
  978.     /**
  979.      * Gets the public 'validator' shared service.
  980.      *
  981.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  982.      */
  983.     protected function getValidatorService()
  984.     {
  985.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  986.     }
  987.     /**
  988.      * Gets the public 'var_dumper.cloner' shared service.
  989.      *
  990.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  991.      */
  992.     protected function getVarDumper_ClonerService()
  993.     {
  994.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  995.         $instance->setMaxItems(2500);
  996.         $instance->setMinDepth(1);
  997.         $instance->setMaxString(-1);
  998.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  999.         return $instance;
  1000.     }
  1001.     /**
  1002.      * Gets the private 'App\EventSubscriber\ControllerSubscriber' shared autowired service.
  1003.      *
  1004.      * @return \App\EventSubscriber\ControllerSubscriber
  1005.      */
  1006.     protected function getControllerSubscriberService()
  1007.     {
  1008.         return $this->privates['App\\EventSubscriber\\ControllerSubscriber'] = new \App\EventSubscriber\ControllerSubscriber(($this->privates['App\\Twig\\SourceCodeExtension'] ?? ($this->privates['App\\Twig\\SourceCodeExtension'] = new \App\Twig\SourceCodeExtension())));
  1009.     }
  1010.     /**
  1011.      * Gets the private 'App\EventSubscriber\RedirectToPreferredLocaleSubscriber' shared autowired service.
  1012.      *
  1013.      * @return \App\EventSubscriber\RedirectToPreferredLocaleSubscriber
  1014.      */
  1015.     protected function getRedirectToPreferredLocaleSubscriberService()
  1016.     {
  1017.         return $this->privates['App\\EventSubscriber\\RedirectToPreferredLocaleSubscriber'] = new \App\EventSubscriber\RedirectToPreferredLocaleSubscriber(($this->services['router'] ?? $this->getRouterService()), 'en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN|bg|tr|lt''pt_BR');
  1018.     }
  1019.     /**
  1020.      * Gets the private 'annotations.cached_reader' shared service.
  1021.      *
  1022.      * @return \Doctrine\Common\Annotations\CachedReader
  1023.      */
  1024.     protected function getAnnotations_CachedReaderService()
  1025.     {
  1026.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1027.     }
  1028.     /**
  1029.      * Gets the private 'annotations.reader' shared service.
  1030.      *
  1031.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1032.      */
  1033.     protected function getAnnotations_ReaderService()
  1034.     {
  1035.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1036.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1037.         $a->registerUniqueLoader('class_exists');
  1038.         $instance->addGlobalIgnoredName('required'$a);
  1039.         return $instance;
  1040.     }
  1041.     /**
  1042.      * Gets the private 'assets.packages' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\Asset\Packages
  1045.      */
  1046.     protected function getAssets_PackagesService()
  1047.     {
  1048.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1049.     }
  1050.     /**
  1051.      * Gets the private 'cache.annotations' shared service.
  1052.      *
  1053.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1054.      */
  1055.     protected function getCache_AnnotationsService()
  1056.     {
  1057.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FpBBJuD10b'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1058.     }
  1059.     /**
  1060.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1061.      *
  1062.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1063.      */
  1064.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1065.     {
  1066.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1067.     }
  1068.     /**
  1069.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1070.      *
  1071.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1072.      */
  1073.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1074.     {
  1075.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1076.     }
  1077.     /**
  1078.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1079.      *
  1080.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1081.      */
  1082.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1083.     {
  1084.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1085.     }
  1086.     /**
  1087.      * Gets the private 'cache.property_info' shared service.
  1088.      *
  1089.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1090.      */
  1091.     protected function getCache_PropertyInfoService()
  1092.     {
  1093.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vVCXKjrEYn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1094.     }
  1095.     /**
  1096.      * Gets the private 'cache.security_expression_language' shared service.
  1097.      *
  1098.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1099.      */
  1100.     protected function getCache_SecurityExpressionLanguageService()
  1101.     {
  1102.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mcFDbx40IT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1103.     }
  1104.     /**
  1105.      * Gets the private 'cache.serializer' shared service.
  1106.      *
  1107.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1108.      */
  1109.     protected function getCache_SerializerService()
  1110.     {
  1111.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RLyc4UKqP1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1112.     }
  1113.     /**
  1114.      * Gets the private 'cache.validator' shared service.
  1115.      *
  1116.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1117.      */
  1118.     protected function getCache_ValidatorService()
  1119.     {
  1120.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tSDGl+f4qp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1121.     }
  1122.     /**
  1123.      * Gets the private 'cache.webpack_encore' shared service.
  1124.      *
  1125.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1126.      */
  1127.     protected function getCache_WebpackEncoreService()
  1128.     {
  1129.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jW3RNdPA7Y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1130.     }
  1131.     /**
  1132.      * Gets the private 'config_cache_factory' shared service.
  1133.      *
  1134.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1135.      */
  1136.     protected function getConfigCacheFactoryService()
  1137.     {
  1138.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1139.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  1140.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1141.         }, 2));
  1142.     }
  1143.     /**
  1144.      * Gets the private 'data_collector.form' shared service.
  1145.      *
  1146.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1147.      */
  1148.     protected function getDataCollector_FormService()
  1149.     {
  1150.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1151.     }
  1152.     /**
  1153.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1154.      *
  1155.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1156.      */
  1157.     protected function getDebug_DebugHandlersListenerService()
  1158.     {
  1159.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1160.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1161.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1162.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1163.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1164.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  1165.     }
  1166.     /**
  1167.      * Gets the private 'debug.file_link_formatter' shared service.
  1168.      *
  1169.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1170.      */
  1171.     protected function getDebug_FileLinkFormatterService()
  1172.     {
  1173.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  1174.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1175.         });
  1176.     }
  1177.     /**
  1178.      * Gets the private 'debug.log_processor' shared service.
  1179.      *
  1180.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1181.      */
  1182.     protected function getDebug_LogProcessorService()
  1183.     {
  1184.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1185.     }
  1186.     /**
  1187.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1188.      *
  1189.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1190.      */
  1191.     protected function getDebug_Security_Access_DecisionManagerService()
  1192.     {
  1193.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  1194.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1195.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1196.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1197.         }, 3), 'affirmative'falsetrue));
  1198.     }
  1199.     /**
  1200.      * Gets the private 'debug.security.firewall' shared service.
  1201.      *
  1202.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1203.      */
  1204.     protected function getDebug_Security_FirewallService()
  1205.     {
  1206.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1207.     }
  1208.     /**
  1209.      * Gets the private 'esi_listener' shared service.
  1210.      *
  1211.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  1212.      */
  1213.     protected function getEsiListenerService()
  1214.     {
  1215.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  1216.     }
  1217.     /**
  1218.      * Gets the private 'fragment.listener' shared service.
  1219.      *
  1220.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1221.      */
  1222.     protected function getFragment_ListenerService()
  1223.     {
  1224.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  1225.     }
  1226.     /**
  1227.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1228.      *
  1229.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1230.      */
  1231.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1232.     {
  1233.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1234.     }
  1235.     /**
  1236.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1237.      *
  1238.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1239.      */
  1240.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1241.     {
  1242.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1243.     }
  1244.     /**
  1245.      * Gets the private 'html_sanitizer.default' shared service.
  1246.      *
  1247.      * @return \HtmlSanitizer\SanitizerInterface
  1248.      */
  1249.     protected function getHtmlSanitizer_DefaultService()
  1250.     {
  1251.         $a = new \HtmlSanitizer\SanitizerBuilder();
  1252.         $b = new \Symfony\Bridge\Monolog\Logger('html-sanitizer');
  1253.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1254.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1255.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1256.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1257.         $a->setLogger($b);
  1258.         $a->registerExtension(new \HtmlSanitizer\Extension\Basic\BasicExtension());
  1259.         $a->registerExtension(new \HtmlSanitizer\Extension\Code\CodeExtension());
  1260.         $a->registerExtension(new \HtmlSanitizer\Extension\Image\ImageExtension());
  1261.         $a->registerExtension(new \HtmlSanitizer\Extension\Iframe\IframeExtension());
  1262.         $a->registerExtension(new \HtmlSanitizer\Extension\Listing\ListExtension());
  1263.         $a->registerExtension(new \HtmlSanitizer\Extension\Table\TableExtension());
  1264.         $a->registerExtension(new \HtmlSanitizer\Extension\Extra\ExtraExtension());
  1265.         return $this->privates['html_sanitizer.default'] = $a->build(['extensions' => [=> 'basic'=> 'list'=> 'table'=> 'image'=> 'code']]);
  1266.     }
  1267.     /**
  1268.      * Gets the private 'html_sanitizer.registry' shared service.
  1269.      *
  1270.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1271.      */
  1272.     protected function getHtmlSanitizer_RegistryService()
  1273.     {
  1274.         return $this->privates['html_sanitizer.registry'] = new \Symfony\Component\DependencyInjection\ServiceLocator(['default' => function () {
  1275.             return ($this->privates['html_sanitizer.default'] ?? $this->getHtmlSanitizer_DefaultService());
  1276.         }]);
  1277.     }
  1278.     /**
  1279.      * Gets the private 'locale_aware_listener' shared service.
  1280.      *
  1281.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1282.      */
  1283.     protected function getLocaleAwareListenerService()
  1284.     {
  1285.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1286.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1287.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1288.     }
  1289.     /**
  1290.      * Gets the private 'locale_listener' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1293.      */
  1294.     protected function getLocaleListenerService()
  1295.     {
  1296.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pt_BR', ($this->services['router'] ?? $this->getRouterService()));
  1297.     }
  1298.     /**
  1299.      * Gets the private 'monolog.handler.console' shared service.
  1300.      *
  1301.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1302.      */
  1303.     protected function getMonolog_Handler_ConsoleService()
  1304.     {
  1305.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1306.     }
  1307.     /**
  1308.      * Gets the private 'monolog.handler.main' shared service.
  1309.      *
  1310.      * @return \Monolog\Handler\StreamHandler
  1311.      */
  1312.     protected function getMonolog_Handler_MainService()
  1313.     {
  1314.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1315.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1316.         return $instance;
  1317.     }
  1318.     /**
  1319.      * Gets the private 'monolog.logger' shared service.
  1320.      *
  1321.      * @return \Symfony\Bridge\Monolog\Logger
  1322.      */
  1323.     protected function getMonolog_LoggerService()
  1324.     {
  1325.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1326.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1327.         $instance->useMicrosecondTimestamps(true);
  1328.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1329.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1330.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1331.         return $instance;
  1332.     }
  1333.     /**
  1334.      * Gets the private 'monolog.logger.cache' shared service.
  1335.      *
  1336.      * @return \Symfony\Bridge\Monolog\Logger
  1337.      */
  1338.     protected function getMonolog_Logger_CacheService()
  1339.     {
  1340.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1341.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1342.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1343.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1344.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1345.         return $instance;
  1346.     }
  1347.     /**
  1348.      * Gets the private 'monolog.logger.request' shared service.
  1349.      *
  1350.      * @return \Symfony\Bridge\Monolog\Logger
  1351.      */
  1352.     protected function getMonolog_Logger_RequestService()
  1353.     {
  1354.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1355.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1356.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1357.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1358.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1359.         return $instance;
  1360.     }
  1361.     /**
  1362.      * Gets the private 'parameter_bag' shared service.
  1363.      *
  1364.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1365.      */
  1366.     protected function getParameterBagService()
  1367.     {
  1368.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1369.     }
  1370.     /**
  1371.      * Gets the private 'profiler_listener' shared service.
  1372.      *
  1373.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1374.      */
  1375.     protected function getProfilerListenerService()
  1376.     {
  1377.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1378.     }
  1379.     /**
  1380.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1381.      *
  1382.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1383.      */
  1384.     protected function getResolveControllerNameSubscriberService()
  1385.     {
  1386.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1387.     }
  1388.     /**
  1389.      * Gets the private 'router.request_context' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\Routing\RequestContext
  1392.      */
  1393.     protected function getRouter_RequestContextService()
  1394.     {
  1395.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1396.     }
  1397.     /**
  1398.      * Gets the private 'router_listener' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1401.      */
  1402.     protected function getRouterListenerService()
  1403.     {
  1404.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  1405.     }
  1406.     /**
  1407.      * Gets the private 'security.authentication.manager' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1410.      */
  1411.     protected function getSecurity_Authentication_ManagerService()
  1412.     {
  1413.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1414.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
  1415.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1416.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1417.         }, 3), true);
  1418.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1419.         return $instance;
  1420.     }
  1421.     /**
  1422.      * Gets the private 'security.firewall.map' shared service.
  1423.      *
  1424.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1425.      */
  1426.     protected function getSecurity_Firewall_MapService()
  1427.     {
  1428.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1429.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1430.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1431.         ], [
  1432.             'security.firewall.map.context.dev' => '?',
  1433.             'security.firewall.map.context.main' => '?',
  1434.         ]), new RewindableGenerator(function () {
  1435.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1436.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1437.         }, 2));
  1438.     }
  1439.     /**
  1440.      * Gets the private 'security.logout_url_generator' shared service.
  1441.      *
  1442.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1443.      */
  1444.     protected function getSecurity_LogoutUrlGeneratorService()
  1445.     {
  1446.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1447.         $instance->registerListener('main''security_logout''logout''_csrf_token'NULLNULL);
  1448.         return $instance;
  1449.     }
  1450.     /**
  1451.      * Gets the private 'security.role_hierarchy' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1454.      */
  1455.     protected function getSecurity_RoleHierarchyService()
  1456.     {
  1457.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1458.     }
  1459.     /**
  1460.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1461.      *
  1462.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1463.      */
  1464.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1465.     {
  1466.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1467.     }
  1468.     /**
  1469.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1470.      *
  1471.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1472.      */
  1473.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1474.     {
  1475.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1476.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1477.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1478.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1479.     }
  1480.     /**
  1481.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1482.      *
  1483.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1484.      */
  1485.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1486.     {
  1487.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1488.     }
  1489.     /**
  1490.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1491.      *
  1492.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1493.      */
  1494.     protected function getSensioFrameworkExtra_View_ListenerService()
  1495.     {
  1496.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  1497.     }
  1498.     /**
  1499.      * Gets the private 'session_listener' shared service.
  1500.      *
  1501.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1502.      */
  1503.     protected function getSessionListenerService()
  1504.     {
  1505.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1506.             'initialized_session' => ['services''session'NULLtrue],
  1507.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1508.             'session' => ['services''session''getSessionService.php'true],
  1509.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  1510.         ], [
  1511.             'initialized_session' => '?',
  1512.             'request_stack' => '?',
  1513.             'session' => '?',
  1514.             'session_storage' => '?',
  1515.         ]));
  1516.     }
  1517.     /**
  1518.      * Gets the private 'translator.default' shared service.
  1519.      *
  1520.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1521.      */
  1522.     protected function getTranslator_DefaultService()
  1523.     {
  1524.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1525.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1526.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1527.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1528.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1529.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1530.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1531.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1532.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1533.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1534.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1535.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1536.         ], [
  1537.             'translation.loader.csv' => '?',
  1538.             'translation.loader.dat' => '?',
  1539.             'translation.loader.ini' => '?',
  1540.             'translation.loader.json' => '?',
  1541.             'translation.loader.mo' => '?',
  1542.             'translation.loader.php' => '?',
  1543.             'translation.loader.po' => '?',
  1544.             'translation.loader.qt' => '?',
  1545.             'translation.loader.res' => '?',
  1546.             'translation.loader.xliff' => '?',
  1547.             'translation.loader.yml' => '?',
  1548.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'pt_BR', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['bg' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.bg.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.ca.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.cs.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf')], 'de' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.de.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf')], 'en' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.es.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.hr.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf')], 'id' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.id.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.it.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.ja.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.lt.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.pl.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.pt_BR.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.ro.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.ru.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.sl.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.tr.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.uk.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/translations/messages+intl-icu.zh_CN.xlf'), => (\dirname(__DIR__4).'/translations/validators+intl-icu.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf')], 'af' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/Resources/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Resources/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Resources/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Resources/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer-bundle/src/Resources/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/HtmlSanitizerBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Resources/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/gregwar/image-bundle/Resources/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/GregwarImageBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/Resources/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/security-bundle/Resources/translations'=> 'src/Resources/SecurityBundle/translations'=> 'vendor/doctrine/doctrine-cache-bundle/Resources/translations'=> 'src/Resources/DoctrineCacheBundle/translations'10 => 'vendor/doctrine/doctrine-bundle/Resources/translations'11 => 'src/Resources/DoctrineBundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/Resources/translations'13 => 'src/Resources/SensioFrameworkExtraBundle/translations'14 => 'vendor/symfony/monolog-bundle/Resources/translations'15 => 'src/Resources/MonologBundle/translations'16 => 'vendor/symfony/swiftmailer-bundle/Resources/translations'17 => 'src/Resources/SwiftmailerBundle/translations'18 => 'vendor/symfony/twig-bundle/Resources/translations'19 => 'src/Resources/TwigBundle/translations'20 => 'vendor/symfony/debug-bundle/Resources/translations'21 => 'src/Resources/DebugBundle/translations'22 => 'vendor/symfony/web-server-bundle/Resources/translations'23 => 'src/Resources/WebServerBundle/translations'24 => 'vendor/symfony/web-profiler-bundle/Resources/translations'25 => 'src/Resources/WebProfilerBundle/translations'26 => 'vendor/doctrine/doctrine-migrations-bundle/Resources/translations'27 => 'src/Resources/DoctrineMigrationsBundle/translations'28 => 'vendor/doctrine/doctrine-fixtures-bundle/Resources/translations'29 => 'src/Resources/DoctrineFixturesBundle/translations'30 => 'vendor/symfony/webpack-encore-bundle/src/Resources/translations'31 => 'src/Resources/WebpackEncoreBundle/translations'32 => 'vendor/tgalopin/html-sanitizer-bundle/src/Resources/translations'33 => 'src/Resources/HtmlSanitizerBundle/translations'34 => 'vendor/symfony/maker-bundle/src/Resources/translations'35 => 'src/Resources/MakerBundle/translations'36 => 'vendor/gregwar/image-bundle/Resources/translations'37 => 'src/Resources/GregwarImageBundle/translations'38 => 'src/Resources/translations']]]);
  1549.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1550.         $instance->setFallbackLocales([=> 'pt_BR']);
  1551.         return $instance;
  1552.     }
  1553.     /**
  1554.      * Gets the private 'url_helper' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  1557.      */
  1558.     protected function getUrlHelperService()
  1559.     {
  1560.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1561.     }
  1562.     /**
  1563.      * Gets the private 'validator.builder' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1566.      */
  1567.     protected function getValidator_BuilderService()
  1568.     {
  1569.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1570.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1571.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1572.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1573.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1574.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1575.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1576.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1577.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1578.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1579.         ], [
  1580.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1581.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1582.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1583.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1584.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1585.             'doctrine.orm.validator.unique' => '?',
  1586.             'security.validator.user_password' => '?',
  1587.             'validator.expression' => '?',
  1588.         ])));
  1589.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1590.         $instance->setTranslationDomain('validators');
  1591.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1592.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1593.         $instance->addMethodMapping('loadValidatorMetadata');
  1594.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1595.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1596.         return $instance;
  1597.     }
  1598.     /**
  1599.      * Gets the private 'var_dumper.html_dumper' shared service.
  1600.      *
  1601.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1602.      */
  1603.     protected function getVarDumper_HtmlDumperService()
  1604.     {
  1605.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1606.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1607.         return $instance;
  1608.     }
  1609.     /**
  1610.      * Gets the private 'var_dumper.server_connection' shared service.
  1611.      *
  1612.      * @return \Symfony\Component\VarDumper\Server\Connection
  1613.      */
  1614.     protected function getVarDumper_ServerConnectionService()
  1615.     {
  1616.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  1617.     }
  1618.     /**
  1619.      * Gets the private 'web_profiler.csp.handler' shared service.
  1620.      *
  1621.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1622.      */
  1623.     protected function getWebProfiler_Csp_HandlerService()
  1624.     {
  1625.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1626.     }
  1627.     /**
  1628.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1629.      *
  1630.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1631.      */
  1632.     protected function getWebProfiler_DebugToolbarService()
  1633.     {
  1634.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1635.     }
  1636.     /**
  1637.      * @return array|bool|float|int|string|null
  1638.      */
  1639.     public function getParameter($name)
  1640.     {
  1641.         $name = (string) $name;
  1642.         if (isset($this->buildParameters[$name])) {
  1643.             return $this->buildParameters[$name];
  1644.         }
  1645.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1646.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1647.         }
  1648.         if (isset($this->loadedDynamicParameters[$name])) {
  1649.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1650.         }
  1651.         return $this->parameters[$name];
  1652.     }
  1653.     public function hasParameter($name): bool
  1654.     {
  1655.         $name = (string) $name;
  1656.         if (isset($this->buildParameters[$name])) {
  1657.             return true;
  1658.         }
  1659.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1660.     }
  1661.     public function setParameter($name$value): void
  1662.     {
  1663.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1664.     }
  1665.     public function getParameterBag(): ParameterBagInterface
  1666.     {
  1667.         if (null === $this->parameterBag) {
  1668.             $parameters $this->parameters;
  1669.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1670.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1671.             }
  1672.             foreach ($this->buildParameters as $name => $value) {
  1673.                 $parameters[$name] = $value;
  1674.             }
  1675.             $this->parameterBag = new FrozenParameterBag($parameters);
  1676.         }
  1677.         return $this->parameterBag;
  1678.     }
  1679.     private $loadedDynamicParameters = [
  1680.         'kernel.cache_dir' => false,
  1681.         'kernel.secret' => false,
  1682.         'validator.mapping.cache.file' => false,
  1683.         'profiler.storage.dsn' => false,
  1684.         'debug.container.dump' => false,
  1685.         'doctrine.orm.proxy_dir' => false,
  1686.         'swiftmailer.spool.default.memory.path' => false,
  1687.     ];
  1688.     private $dynamicParameters = [];
  1689.     private function getDynamicParameter(string $name)
  1690.     {
  1691.         switch ($name) {
  1692.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1693.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1694.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  1695.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1696.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  1697.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1698.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  1699.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1700.         }
  1701.         $this->loadedDynamicParameters[$name] = true;
  1702.         return $this->dynamicParameters[$name] = $value;
  1703.     }
  1704.     protected function getDefaultParameters(): array
  1705.     {
  1706.         return [
  1707.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  1708.             'kernel.project_dir' => \dirname(__DIR__4),
  1709.             'kernel.environment' => 'dev',
  1710.             'kernel.debug' => true,
  1711.             'kernel.name' => 'src',
  1712.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  1713.             'kernel.bundles' => [
  1714.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1715.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1716.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1717.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1718.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1719.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1720.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1721.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1722.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1723.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1724.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1725.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1726.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  1727.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  1728.                 'HtmlSanitizerBundle' => 'HtmlSanitizer\\Bundle\\HtmlSanitizerBundle',
  1729.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1730.                 'GregwarImageBundle' => 'Gregwar\\ImageBundle\\GregwarImageBundle',
  1731.             ],
  1732.             'kernel.bundles_metadata' => [
  1733.                 'FrameworkBundle' => [
  1734.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1735.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1736.                 ],
  1737.                 'SecurityBundle' => [
  1738.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  1739.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1740.                 ],
  1741.                 'DoctrineCacheBundle' => [
  1742.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  1743.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1744.                 ],
  1745.                 'DoctrineBundle' => [
  1746.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  1747.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1748.                 ],
  1749.                 'SensioFrameworkExtraBundle' => [
  1750.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  1751.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1752.                 ],
  1753.                 'MonologBundle' => [
  1754.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1755.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1756.                 ],
  1757.                 'SwiftmailerBundle' => [
  1758.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  1759.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1760.                 ],
  1761.                 'TwigBundle' => [
  1762.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1763.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1764.                 ],
  1765.                 'DebugBundle' => [
  1766.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  1767.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1768.                 ],
  1769.                 'WebServerBundle' => [
  1770.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  1771.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1772.                 ],
  1773.                 'WebProfilerBundle' => [
  1774.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1775.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1776.                 ],
  1777.                 'DoctrineMigrationsBundle' => [
  1778.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  1779.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1780.                 ],
  1781.                 'DoctrineFixturesBundle' => [
  1782.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  1783.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  1784.                 ],
  1785.                 'WebpackEncoreBundle' => [
  1786.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  1787.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  1788.                 ],
  1789.                 'HtmlSanitizerBundle' => [
  1790.                     'path' => (\dirname(__DIR__4).'/vendor/tgalopin/html-sanitizer-bundle/src'),
  1791.                     'namespace' => 'HtmlSanitizer\\Bundle',
  1792.                 ],
  1793.                 'MakerBundle' => [
  1794.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1795.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1796.                 ],
  1797.                 'GregwarImageBundle' => [
  1798.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/image-bundle'),
  1799.                     'namespace' => 'Gregwar\\ImageBundle',
  1800.                 ],
  1801.             ],
  1802.             'kernel.charset' => 'UTF-8',
  1803.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  1804.             'container.dumper.inline_class_loader' => true,
  1805.             'env(DATABASE_URL)' => '',
  1806.             'key_firebase' => (\dirname(__DIR__4).'/config/nunes-projects.json'),
  1807.             'locale' => 'pt_BR',
  1808.             'app_locales' => 'en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN|bg|tr|lt',
  1809.             'app.notifications.email_sender' => 'anonymous@example.com',
  1810.             'event_dispatcher.event_aliases' => [
  1811.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  1812.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  1813.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  1814.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  1815.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  1816.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  1817.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  1818.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  1819.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  1820.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  1821.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  1822.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  1823.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  1824.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  1825.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  1826.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  1827.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  1828.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  1829.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  1830.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  1831.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  1832.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  1833.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  1834.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  1835.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  1836.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  1837.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  1838.             ],
  1839.             'fragment.renderer.hinclude.global_template' => NULL,
  1840.             'fragment.path' => '/_fragment',
  1841.             'kernel.http_method_override' => true,
  1842.             'kernel.trusted_hosts' => [
  1843.             ],
  1844.             'kernel.default_locale' => 'pt_BR',
  1845.             'templating.helper.code.file_link_format' => NULL,
  1846.             'debug.file_link_format' => NULL,
  1847.             'session.metadata.storage_key' => '_sf2_meta',
  1848.             'session.storage.options' => [
  1849.                 'cache_limiter' => '0',
  1850.                 'cookie_lifetime' => 7776000,
  1851.                 'cookie_secure' => 'auto',
  1852.                 'cookie_httponly' => true,
  1853.                 'cookie_samesite' => 'lax',
  1854.                 'gc_probability' => 1,
  1855.             ],
  1856.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  1857.             'session.metadata.update_threshold' => 0,
  1858.             'form.type_extension.csrf.enabled' => true,
  1859.             'form.type_extension.csrf.field_name' => '_token',
  1860.             'asset.request_context.base_path' => '',
  1861.             'asset.request_context.secure' => false,
  1862.             'validator.mapping.cache.prefix' => '',
  1863.             'validator.translation_domain' => 'validators',
  1864.             'translator.logging' => false,
  1865.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  1866.             'profiler_listener.only_exceptions' => false,
  1867.             'profiler_listener.only_master_requests' => false,
  1868.             'debug.error_handler.throw_at' => -1,
  1869.             'router.request_context.host' => 'localhost',
  1870.             'router.request_context.scheme' => 'http',
  1871.             'router.request_context.base_url' => '',
  1872.             'router.resource' => 'kernel::loadRoutes',
  1873.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  1874.             'request_listener.http_port' => 80,
  1875.             'request_listener.https_port' => 443,
  1876.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  1877.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  1878.             'security.role_hierarchy.roles' => [
  1879.                 'ROLE_ADMIN' => [
  1880.                     => 'ROLE_USER',
  1881.                 ],
  1882.             ],
  1883.             'security.access.denied_url' => NULL,
  1884.             'security.authentication.manager.erase_credentials' => true,
  1885.             'security.authentication.session_strategy.strategy' => 'migrate',
  1886.             'security.access.always_authenticate_before_granting' => false,
  1887.             'security.authentication.hide_user_not_found' => true,
  1888.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1889.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  1890.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1891.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  1892.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  1893.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  1894.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  1895.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  1896.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  1897.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1898.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  1899.             'doctrine_cache.memcache.host' => 'localhost',
  1900.             'doctrine_cache.memcache.port' => 11211,
  1901.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1902.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  1903.             'doctrine_cache.memcached.host' => 'localhost',
  1904.             'doctrine_cache.memcached.port' => 11211,
  1905.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  1906.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  1907.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  1908.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  1909.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  1910.             'doctrine_cache.predis.scheme' => 'tcp',
  1911.             'doctrine_cache.predis.host' => 'localhost',
  1912.             'doctrine_cache.predis.port' => 6379,
  1913.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1914.             'doctrine_cache.redis.connection.class' => 'Redis',
  1915.             'doctrine_cache.redis.host' => 'localhost',
  1916.             'doctrine_cache.redis.port' => 6379,
  1917.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  1918.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  1919.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  1920.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  1921.             'doctrine_cache.riak.host' => 'localhost',
  1922.             'doctrine_cache.riak.port' => 8087,
  1923.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  1924.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  1925.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  1926.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1927.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1928.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1929.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  1930.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1931.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1932.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1933.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1934.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1935.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1936.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1937.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1938.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1939.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1940.             'doctrine.entity_managers' => [
  1941.                 'default' => 'doctrine.orm.default_entity_manager',
  1942.             ],
  1943.             'doctrine.default_entity_manager' => 'default',
  1944.             'doctrine.dbal.connection_factory.types' => [
  1945.             ],
  1946.             'doctrine.connections' => [
  1947.                 'default' => 'doctrine.dbal.default_connection',
  1948.             ],
  1949.             'doctrine.default_connection' => 'default',
  1950.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1951.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1952.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1953.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1954.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1955.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1956.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1957.             'doctrine.orm.cache.memcache_port' => 11211,
  1958.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1959.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1960.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1961.             'doctrine.orm.cache.memcached_port' => 11211,
  1962.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1963.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1964.             'doctrine.orm.cache.redis_host' => 'localhost',
  1965.             'doctrine.orm.cache.redis_port' => 6379,
  1966.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1967.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1968.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1969.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1970.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1971.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1972.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1973.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1974.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1975.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1976.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1977.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1978.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1979.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1980.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1981.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1982.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1983.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1984.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1985.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1986.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1987.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1988.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1989.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1990.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1991.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1992.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1993.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1994.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1995.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1996.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1997.             'monolog.use_microseconds' => true,
  1998.             'monolog.swift_mailer.handlers' => [
  1999.             ],
  2000.             'monolog.handlers_to_channels' => [
  2001.                 'monolog.handler.console' => [
  2002.                     'type' => 'exclusive',
  2003.                     'elements' => [
  2004.                         => 'event',
  2005.                         => 'doctrine',
  2006.                         => 'console',
  2007.                     ],
  2008.                 ],
  2009.                 'monolog.handler.main' => [
  2010.                     'type' => 'exclusive',
  2011.                     'elements' => [
  2012.                         => 'event',
  2013.                     ],
  2014.                 ],
  2015.             ],
  2016.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2017.             'swiftmailer.mailer.default.spool.enabled' => true,
  2018.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2019.             'swiftmailer.mailer.default.single_address' => NULL,
  2020.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2021.             'swiftmailer.spool.enabled' => true,
  2022.             'swiftmailer.delivery.enabled' => true,
  2023.             'swiftmailer.single_address' => NULL,
  2024.             'swiftmailer.mailers' => [
  2025.                 'default' => 'swiftmailer.mailer.default',
  2026.             ],
  2027.             'swiftmailer.default_mailer' => 'default',
  2028.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2029.             'twig.form.resources' => [
  2030.                 => 'form_div_layout.html.twig',
  2031.                 => 'form/layout.html.twig',
  2032.                 => 'form/fields.html.twig',
  2033.             ],
  2034.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2035.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2036.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2037.             'web_profiler.debug_toolbar.mode' => 2,
  2038.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  2039.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2040.             'doctrine_migrations.table_name' => 'migration_versions',
  2041.             'doctrine_migrations.name' => 'Application Migrations',
  2042.             'doctrine_migrations.custom_template' => NULL,
  2043.             'doctrine_migrations.organize_migrations' => false,
  2044.             'gregwar_image.cache_dir' => 'cache',
  2045.             'gregwar_image.cache_dir_mode' => NULL,
  2046.             'gregwar_image.throw_exception' => false,
  2047.             'gregwar_image.fallback_image' => NULL,
  2048.             'gregwar_image.web_dir' => (\dirname(__DIR__4).'/public'),
  2049.             'image.handling.class' => 'Gregwar\\ImageBundle\\Services\\ImageHandling',
  2050.             'image.handler.class' => 'Gregwar\\ImageBundle\\ImageHandler',
  2051.             'data_collector.templates' => [
  2052.                 'data_collector.request' => [
  2053.                     => 'request',
  2054.                     => '@WebProfiler/Collector/request.html.twig',
  2055.                 ],
  2056.                 'data_collector.time' => [
  2057.                     => 'time',
  2058.                     => '@WebProfiler/Collector/time.html.twig',
  2059.                 ],
  2060.                 'data_collector.memory' => [
  2061.                     => 'memory',
  2062.                     => '@WebProfiler/Collector/memory.html.twig',
  2063.                 ],
  2064.                 'data_collector.validator' => [
  2065.                     => 'validator',
  2066.                     => '@WebProfiler/Collector/validator.html.twig',
  2067.                 ],
  2068.                 'data_collector.ajax' => [
  2069.                     => 'ajax',
  2070.                     => '@WebProfiler/Collector/ajax.html.twig',
  2071.                 ],
  2072.                 'data_collector.form' => [
  2073.                     => 'form',
  2074.                     => '@WebProfiler/Collector/form.html.twig',
  2075.                 ],
  2076.                 'data_collector.exception' => [
  2077.                     => 'exception',
  2078.                     => '@WebProfiler/Collector/exception.html.twig',
  2079.                 ],
  2080.                 'data_collector.logger' => [
  2081.                     => 'logger',
  2082.                     => '@WebProfiler/Collector/logger.html.twig',
  2083.                 ],
  2084.                 'data_collector.events' => [
  2085.                     => 'events',
  2086.                     => '@WebProfiler/Collector/events.html.twig',
  2087.                 ],
  2088.                 'data_collector.router' => [
  2089.                     => 'router',
  2090.                     => '@WebProfiler/Collector/router.html.twig',
  2091.                 ],
  2092.                 'data_collector.cache' => [
  2093.                     => 'cache',
  2094.                     => '@WebProfiler/Collector/cache.html.twig',
  2095.                 ],
  2096.                 'data_collector.translation' => [
  2097.                     => 'translation',
  2098.                     => '@WebProfiler/Collector/translation.html.twig',
  2099.                 ],
  2100.                 'data_collector.security' => [
  2101.                     => 'security',
  2102.                     => '@Security/Collector/security.html.twig',
  2103.                 ],
  2104.                 'data_collector.twig' => [
  2105.                     => 'twig',
  2106.                     => '@WebProfiler/Collector/twig.html.twig',
  2107.                 ],
  2108.                 'data_collector.doctrine' => [
  2109.                     => 'db',
  2110.                     => '@Doctrine/Collector/db.html.twig',
  2111.                 ],
  2112.                 'swiftmailer.data_collector' => [
  2113.                     => 'swiftmailer',
  2114.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2115.                 ],
  2116.                 'data_collector.dump' => [
  2117.                     => 'dump',
  2118.                     => '@Debug/Profiler/dump.html.twig',
  2119.                 ],
  2120.                 'data_collector.config' => [
  2121.                     => 'config',
  2122.                     => '@WebProfiler/Collector/config.html.twig',
  2123.                 ],
  2124.             ],
  2125.             'console.command.ids' => [
  2126.                 => 'console.command.public_alias.App\\Command\\NotificationOwnerBookingCommand',
  2127.                 => 'console.command.public_alias.App\\Command\\RenoveBookingsStaysCommand',
  2128.                 => 'console.command.public_alias.App\\Command\\UpdateBookingsStaysCommand',
  2129.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2130.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2131.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2132.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2133.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  2134.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  2135.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  2136.                 10 => 'console.command.public_alias.doctrine_migrations.latest_command',
  2137.                 11 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  2138.                 12 => 'console.command.public_alias.doctrine_migrations.status_command',
  2139.                 13 => 'console.command.public_alias.doctrine_migrations.version_command',
  2140.             ],
  2141.         ];
  2142.     }
  2143.     protected function throw($message)
  2144.     {
  2145.         throw new RuntimeException($message);
  2146.     }
  2147. }