var/cache/dev/ContainerYjpKwiO/App_KernelDevDebugContainer.php line 1599

Open in your IDE?
  1. <?php
  2. namespace ContainerYjpKwiO;
  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.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  50.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  51.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  52.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  53.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  54.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  55.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  56.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  57.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  58.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  59.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  60.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  61.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  62.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  63.             'profiler' => 'getProfilerService',
  64.             'request_stack' => 'getRequestStackService',
  65.             'router' => 'getRouterService',
  66.             'session' => 'getSessionService',
  67.             'translator' => 'getTranslatorService',
  68.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  69.             'cache_clearer' => 'getCacheClearerService',
  70.             'filesystem' => 'getFilesystemService',
  71.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  72.             'form.factory' => 'getForm_FactoryService',
  73.             'form.type.file' => 'getForm_Type_FileService',
  74.             'serializer' => 'getSerializerService',
  75.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  76.             'security.token_storage' => 'getSecurity_TokenStorageService',
  77.             'twig' => 'getTwigService',
  78.             'validator' => 'getValidatorService',
  79.         ];
  80.         $this->fileMap = [
  81.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  82.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  83.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  84.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  85.             'App\\Controller\\AdminPages\\AttachmentTypeController' => 'getAttachmentTypeControllerService',
  86.             'App\\Controller\\AdminPages\\CategoryController' => 'getCategoryControllerService',
  87.             'App\\Controller\\AdminPages\\CurrencyController' => 'getCurrencyControllerService',
  88.             'App\\Controller\\AdminPages\\DeviceController' => 'getDeviceControllerService',
  89.             'App\\Controller\\AdminPages\\FootprintController' => 'getFootprintControllerService',
  90.             'App\\Controller\\AdminPages\\LabelProfileController' => 'getLabelProfileControllerService',
  91.             'App\\Controller\\AdminPages\\ManufacturerController' => 'getManufacturerControllerService',
  92.             'App\\Controller\\AdminPages\\MeasurementUnitController' => 'getMeasurementUnitControllerService',
  93.             'App\\Controller\\AdminPages\\StorelocationController' => 'getStorelocationControllerService',
  94.             'App\\Controller\\AdminPages\\SupplierController' => 'getSupplierControllerService',
  95.             'App\\Controller\\AttachmentFileController' => 'getAttachmentFileControllerService',
  96.             'App\\Controller\\GroupController' => 'getGroupControllerService',
  97.             'App\\Controller\\HomepageController' => 'getHomepageControllerService',
  98.             'App\\Controller\\LabelController' => 'getLabelControllerService',
  99.             'App\\Controller\\LogController' => 'getLogControllerService',
  100.             'App\\Controller\\PartController' => 'getPartControllerService',
  101.             'App\\Controller\\PartListsController' => 'getPartListsControllerService',
  102.             'App\\Controller\\RedirectController' => 'getRedirectControllerService',
  103.             'App\\Controller\\ScanController' => 'getScanControllerService',
  104.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  105.             'App\\Controller\\SelectAPIController' => 'getSelectAPIControllerService',
  106.             'App\\Controller\\StatisticsController' => 'getStatisticsControllerService',
  107.             'App\\Controller\\ToolsController' => 'getToolsControllerService',
  108.             'App\\Controller\\TreeController' => 'getTreeControllerService',
  109.             'App\\Controller\\TypeaheadController' => 'getTypeaheadControllerService',
  110.             'App\\Controller\\UserController' => 'getUserControllerService',
  111.             'App\\Controller\\UserSettingsController' => 'getUserSettingsControllerService',
  112.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  113.             'Omines\\DataTablesBundle\\DataTableFactory' => 'getDataTableFactoryService',
  114.             'R\\U2FTwoFactorBundle\\Controller\\RegisterController' => 'getRegisterControllerService',
  115.             'R\\U2FTwoFactorBundle\\Security\\TwoFactor\\Provider\\U2F\\U2FAuthenticator' => 'getU2FAuthenticatorService',
  116.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  117.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  118.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  119.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  120.             'Translation\\Bundle\\Catalogue\\CatalogueCounter' => 'getCatalogueCounterService',
  121.             'Translation\\Bundle\\Catalogue\\CatalogueFetcher' => 'getCatalogueFetcherService',
  122.             'Translation\\Bundle\\Catalogue\\CatalogueManager' => 'getCatalogueManagerService',
  123.             'Translation\\Bundle\\Catalogue\\CatalogueWriter' => 'getCatalogueWriterService',
  124.             'Translation\\Bundle\\Command\\CheckMissingCommand' => 'getCheckMissingCommandService',
  125.             'Translation\\Bundle\\Command\\DeleteEmptyCommand' => 'getDeleteEmptyCommandService',
  126.             'Translation\\Bundle\\Command\\DeleteObsoleteCommand' => 'getDeleteObsoleteCommandService',
  127.             'Translation\\Bundle\\Command\\DownloadCommand' => 'getDownloadCommandService',
  128.             'Translation\\Bundle\\Command\\ExtractCommand' => 'getExtractCommandService',
  129.             'Translation\\Bundle\\Command\\StatusCommand' => 'getStatusCommandService',
  130.             'Translation\\Bundle\\Command\\SyncCommand' => 'getSyncCommandService',
  131.             'Translation\\Bundle\\Controller\\SymfonyProfilerController' => 'getSymfonyProfilerControllerService',
  132.             'Translation\\Bundle\\Controller\\WebUIController' => 'getWebUIControllerService',
  133.             'Translation\\Bundle\\Service\\CacheClearer' => 'getCacheClearer2Service',
  134.             'Translation\\Bundle\\Service\\ConfigurationManager' => 'getConfigurationManagerService',
  135.             'Translation\\Bundle\\Service\\Importer' => 'getImporterService',
  136.             'Translation\\Bundle\\Service\\StorageManager' => 'getStorageManagerService',
  137.             'cache.app_clearer' => 'getCache_AppClearerService',
  138.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  139.             'cache.system_clearer' => 'getCache_SystemClearerService',
  140.             'cache_warmer' => 'getCacheWarmerService',
  141.             'console.command_loader' => 'getConsole_CommandLoaderService',
  142.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  143.             'error_controller' => 'getErrorControllerService',
  144.             'gregwar_captcha.captcha_builder' => 'getGregwarCaptcha_CaptchaBuilderService',
  145.             'gregwar_captcha.controller' => 'getGregwarCaptcha_ControllerService',
  146.             'gregwar_captcha.generator' => 'getGregwarCaptcha_GeneratorService',
  147.             'gregwar_captcha.image_file_handler' => 'getGregwarCaptcha_ImageFileHandlerService',
  148.             'gregwar_captcha.phrase_builder' => 'getGregwarCaptcha_PhraseBuilderService',
  149.             'gregwar_captcha.type' => 'getGregwarCaptcha_TypeService',
  150.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  151.             'nelmio_security.csp_reporter_controller' => 'getNelmioSecurity_CspReporterControllerService',
  152.             'nelmio_security.ua_parser.ua_php' => 'getNelmioSecurity_UaParser_UaPhpService',
  153.             'php_translation.cache_clearer' => 'getPhpTranslation_CacheClearerService',
  154.             'php_translation.catalogue_counter' => 'getPhpTranslation_CatalogueCounterService',
  155.             'php_translation.catalogue_fetcher' => 'getPhpTranslation_CatalogueFetcherService',
  156.             'php_translation.catalogue_manager' => 'getPhpTranslation_CatalogueManagerService',
  157.             'php_translation.catalogue_writer' => 'getPhpTranslation_CatalogueWriterService',
  158.             'php_translation.configuration_manager' => 'getPhpTranslation_ConfigurationManagerService',
  159.             'php_translation.importer' => 'getPhpTranslation_ImporterService',
  160.             'php_translation.storage.app' => 'getPhpTranslation_Storage_AppService',
  161.             'php_translation.storage_manager' => 'getPhpTranslation_StorageManagerService',
  162.             'php_translator.console.delete_obsolete' => 'getPhpTranslator_Console_DeleteObsoleteService',
  163.             'php_translator.console.download' => 'getPhpTranslator_Console_DownloadService',
  164.             'php_translator.console.extract' => 'getPhpTranslator_Console_ExtractService',
  165.             'php_translator.console.status' => 'getPhpTranslator_Console_StatusService',
  166.             'php_translator.console.sync' => 'getPhpTranslator_Console_SyncService',
  167.             'routing.loader' => 'getRouting_LoaderService',
  168.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  169.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  170.             'scheb_two_factor.security.google_authenticator' => 'getSchebTwoFactor_Security_GoogleAuthenticatorService',
  171.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  172.             'services_resetter' => 'getServicesResetterService',
  173.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  174.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  175.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  176.         ];
  177.         $this->aliases = [
  178.             'App\\Kernel' => 'kernel',
  179.             'Gregwar\\CaptchaBundle\\Controller\\CaptchaController' => 'gregwar_captcha.controller',
  180.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticator' => 'scheb_two_factor.security.google_authenticator',
  181.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Google\\GoogleAuthenticatorInterface' => 'scheb_two_factor.security.google_authenticator',
  182.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  183.             'Translation\\Bundle\\Service\\StorageService' => 'php_translation.storage.app',
  184.             'database_connection' => 'doctrine.dbal.default_connection',
  185.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  186.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  187.             'php_translation.storage' => 'php_translation.storage.app',
  188.             'php_translation.storage.default' => 'php_translation.storage.app',
  189.         ];
  190.         $this->privates['service_container'] = function () {
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  197.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  199.             include_once \dirname(__DIR__4).'/src/EventSubscriber/SymfonyDebugToolbarSubscriber.php';
  200.             include_once \dirname(__DIR__4).'/src/EventSubscriber/UserSystem/LogoutDisabledUserSubscriber.php';
  201.             include_once \dirname(__DIR__4).'/src/EventSubscriber/UserSystem/PasswordChangeNeededSubscriber.php';
  202.             include_once \dirname(__DIR__4).'/src/EventSubscriber/UserSystem/SetUserTimezoneSubscriber.php';
  203.             include_once \dirname(__DIR__4).'/src/Services/AmountFormatter.php';
  204.             include_once \dirname(__DIR__4).'/src/Services/Attachments/AttachmentManager.php';
  205.             include_once \dirname(__DIR__4).'/src/Services/Attachments/AttachmentPathResolver.php';
  206.             include_once \dirname(__DIR__4).'/src/Services/Attachments/AttachmentURLGenerator.php';
  207.             include_once \dirname(__DIR__4).'/src/Services/ElementTypeNameGenerator.php';
  208.             include_once \dirname(__DIR__4).'/src/Services/EntityURLGenerator.php';
  209.             include_once \dirname(__DIR__4).'/src/Services/FAIconGenerator.php';
  210.             include_once \dirname(__DIR__4).'/src/Services/MarkdownParser.php';
  211.             include_once \dirname(__DIR__4).'/src/Services/SIFormatter.php';
  212.             include_once \dirname(__DIR__4).'/src/Services/Trees/TreeViewGenerator.php';
  213.             include_once \dirname(__DIR__4).'/src/Services/UserCacheKeyGenerator.php';
  214.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  216.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  217.             include_once \dirname(__DIR__4).'/src/Services/MoneyFormatter.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  229.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  258.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  311.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  381.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  384.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  387.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  391.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  394.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  395.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/Logging/BacktraceLogger.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  448.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  450.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  451.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  454.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  455.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  456.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  457.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Service/VersionManagerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Service/VersionManager.php';
  480.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Writer/WriterInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Writer/VersionWriter.php';
  482.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Formatter/FormatterInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Formatter/GitDescribeFormatter.php';
  484.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/ProviderInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/VersionProvider.php';
  486.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/GitRepositoryProvider.php';
  487.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/RevisionProvider.php';
  488.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Provider/InitialVersionProvider.php';
  489.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  493.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  496.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  498.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  499.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  500.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  501.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  502.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  503.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  504.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  505.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  506.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  507.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  508.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  510.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  511.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  512.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  513.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  514.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  515.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  516.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  517.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  518.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  521.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  522.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  524.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  525.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  526.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  527.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  528.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  529.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  530.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  531.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  532.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  533.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  535.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  540.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  541.             include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationRecorder.php';
  542.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/AbstractContentTypeRestrictableListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ClickjackingListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ContentSecurityPolicyListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/DirectiveSet.php';
  546.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/PolicyManager.php';
  547.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/NonceGenerator.php';
  548.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ContentSecurityPolicy/ShaComputer.php';
  549.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/XssProtectionListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ContentTypeListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ExternalRedirectListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ExternalRedirect/TargetValidator.php';
  553.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/ExternalRedirect/WhitelistBasedTargetValidator.php';
  554.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/EventListener/ReferrerPolicyListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  573.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  579.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  627.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  632.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  635.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  657.             include_once \dirname(__DIR__4).'/src/Twig/BarcodeExtension.php';
  658.             include_once \dirname(__DIR__4).'/src/Twig/LastUserExtension.php';
  659.             include_once \dirname(__DIR__4).'/src/Twig/TypeLabelExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/Twig/VersionExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  670.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  671.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  672.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/twig/html-extra/HtmlExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/twig/markdown-extra/MarkdownExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Twig/TranslationExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/nelmio/security-bundle/Twig/NelmioCSPTwigExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  681.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  683.             include_once \dirname(__DIR__4).'/src/Services/LabelSystem/LabelProfileDropdownHelper.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  689.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  690.         };
  691.     }
  692.     public function compile(): void
  693.     {
  694.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  695.     }
  696.     public function isCompiled(): bool
  697.     {
  698.         return true;
  699.     }
  700.     public function getRemovedIds(): array
  701.     {
  702.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  703.     }
  704.     protected function load($file$lazyLoad true)
  705.     {
  706.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  707.             return $class::do($this$lazyLoad);
  708.         }
  709.         if ('.' === $file[-4]) {
  710.             $class substr($class0, -4);
  711.         } else {
  712.             $file .= '.php';
  713.         }
  714.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  715.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  716.     }
  717.     protected function createProxy($class, \Closure $factory)
  718.     {
  719.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  720.         return $factory();
  721.     }
  722.     /**
  723.      * Gets the public '.container.private.filesystem' shared service.
  724.      *
  725.      * @return \Symfony\Component\Filesystem\Filesystem
  726.      */
  727.     protected function get_Container_Private_FilesystemService()
  728.     {
  729.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  730.     }
  731.     /**
  732.      * Gets the public '.container.private.security.authorization_checker' shared service.
  733.      *
  734.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  735.      */
  736.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  737.     {
  738.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->load('getSecurity_Authentication_ManagerService')), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  739.     }
  740.     /**
  741.      * Gets the public '.container.private.security.token_storage' shared service.
  742.      *
  743.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  744.      */
  745.     protected function get_Container_Private_Security_TokenStorageService()
  746.     {
  747.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  748.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  749.         ], [
  750.             'request_stack' => '?',
  751.         ]));
  752.     }
  753.     /**
  754.      * Gets the public '.container.private.serializer' shared service.
  755.      *
  756.      * @return \Symfony\Component\Serializer\Serializer
  757.      */
  758.     protected function get_Container_Private_SerializerService()
  759.     {
  760.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  761.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  762.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  763.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  764.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  765.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, []), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer($b)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  766.     }
  767.     /**
  768.      * Gets the public '.container.private.twig' shared service.
  769.      *
  770.      * @return \Twig\Environment
  771.      */
  772.     protected function get_Container_Private_TwigService()
  773.     {
  774.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  775.         $a->addPath((\dirname(__DIR__4).'/assets/css'), 'css');
  776.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  777.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  778.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  779.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  780.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  781.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  782.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  783.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  784.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  785.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  786.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  787.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), 'DataTables');
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), '!DataTables');
  790.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  791.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  792.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  793.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), 'GregwarCaptcha');
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), '!GregwarCaptcha');
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/views'), 'SchebTwoFactor');
  797.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/views'), '!SchebTwoFactor');
  798.         $a->addPath((\dirname(__DIR__4).'/vendor/r/u2f-two-factor-bundle/Resources/views'), 'RU2FTwoFactor');
  799.         $a->addPath((\dirname(__DIR__4).'/vendor/r/u2f-two-factor-bundle/Resources/views'), '!RU2FTwoFactor');
  800.         $a->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), 'Translation');
  801.         $a->addPath((\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/views'), '!Translation');
  802.         $a->addPath((\dirname(__DIR__4).'/templates'));
  803.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  804.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  805.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  806.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  807.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  808.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  809.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  810.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  811.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  812.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  813.         $h = ($this->services['router'] ?? $this->getRouterService());
  814.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  815.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  816.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  817.         $k = new \Symfony\Bridge\Twig\AppVariable();
  818.         $k->setEnvironment('dev');
  819.         $k->setDebug(true);
  820.         if ($this->has('.container.private.security.token_storage')) {
  821.             $k->setTokenStorage($c);
  822.         }
  823.         if ($this->has('request_stack')) {
  824.             $k->setRequestStack($b);
  825.         }
  826.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  834.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  835.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  836.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  837.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  838.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  839.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  840.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  841.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  842.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  843.         $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())));
  844.         $instance->addExtension(($this->privates['App\\Twig\\AppExtension'] ?? $this->getAppExtensionService()));
  845.         $instance->addExtension(new \App\Twig\BarcodeExtension());
  846.         $instance->addExtension(new \App\Twig\LastUserExtension($i));
  847.         $instance->addExtension(new \App\Twig\TypeLabelExtension(($this->privates['App\\Services\\ElementTypeNameGenerator'] ?? $this->getElementTypeNameGeneratorService())));
  848.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  849.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  850.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  851.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  852.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  853.         ], [
  854.             'webpack_encore.entrypoint_lookup_collection' => '?',
  855.             'webpack_encore.tag_renderer' => '?',
  856.         ])));
  857.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  858.         $instance->addExtension(new \Omines\DataTablesBundle\Twig\DataTablesExtension($e));
  859.         $instance->addExtension(new \Shivas\VersioningBundle\Twig\VersionExtension(($this->privates['shivas_versioning.manager'] ?? $this->getShivasVersioning_ManagerService())));
  860.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $h$f$b$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  861.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  862.         $instance->addExtension(new \Twig\Extra\Html\HtmlExtension());
  863.         $instance->addExtension(new \Twig\Extra\Markdown\MarkdownExtension());
  864.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  865.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  866.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  867.         $instance->addExtension(new \Translation\Bundle\Twig\TranslationExtension($etrue));
  868.         $instance->addExtension(new \Nelmio\SecurityBundle\Twig\NelmioCSPTwigExtension(($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService()), ($this->privates['nelmio_security.sha_computer'] ?? ($this->privates['nelmio_security.sha_computer'] = new \Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer('sha256')))));
  869.         $instance->addGlobal('app'$k);
  870.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  871.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  872.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  873.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  874.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  875.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => ['privates''twig.runtime.markdown''getTwig_Runtime_MarkdownService'true],
  876.         ], [
  877.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  878.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  879.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  880.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  881.             'Twig\\Extra\\Markdown\\MarkdownRuntime' => '?',
  882.         ])));
  883.         $instance->addGlobal('partdb_title''Součástky');
  884.         $instance->addGlobal('default_currency''CZK');
  885.         $instance->addGlobal('global_theme''');
  886.         $instance->addGlobal('allow_email_pw_reset'$this->getEnv('validMailDSN:MAILER_DSN'));
  887.         $instance->addGlobal('locale_menu'$this->parameters['partdb.locale_menu']);
  888.         $instance->addGlobal('attachment_manager', ($this->privates['App\\Services\\Attachments\\AttachmentManager'] ?? $this->getAttachmentManagerService()));
  889.         $instance->addGlobal('label_profile_dropdown_helper', new \App\Services\LabelSystem\LabelProfileDropdownHelper(($this->privates['tree.cache'] ?? $this->getTree_CacheService()), $i, ($this->privates['App\\Services\\UserCacheKeyGenerator'] ?? $this->getUserCacheKeyGeneratorService())));
  890.         $instance->addGlobal('error_page_admin_email''');
  891.         $instance->addGlobal('error_page_show_help'true);
  892.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  893.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  894.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  895.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  896.         return $instance;
  897.     }
  898.     /**
  899.      * Gets the public '.container.private.validator' shared service.
  900.      *
  901.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  902.      */
  903.     protected function get_Container_Private_ValidatorService()
  904.     {
  905.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  906.     }
  907.     /**
  908.      * Gets the public 'cache.app' shared service.
  909.      *
  910.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  911.      */
  912.     protected function getCache_AppService()
  913.     {
  914.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qFXL8Xj8hb'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  915.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  916.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  917.     }
  918.     /**
  919.      * Gets the public 'cache.system' shared service.
  920.      *
  921.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  922.      */
  923.     protected function getCache_SystemService()
  924.     {
  925.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Xk9-nmH3A3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  926.     }
  927.     /**
  928.      * Gets the public 'cache.validator_expression_language' shared service.
  929.      *
  930.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  931.      */
  932.     protected function getCache_ValidatorExpressionLanguageService()
  933.     {
  934.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jR2FlVHYvH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  935.     }
  936.     /**
  937.      * Gets the public 'data_collector.dump' shared service.
  938.      *
  939.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  940.      */
  941.     protected function getDataCollector_DumpService()
  942.     {
  943.         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'NULL, ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  944.     }
  945.     /**
  946.      * Gets the public 'doctrine' shared service.
  947.      *
  948.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  949.      */
  950.     protected function getDoctrineService()
  951.     {
  952.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  953.     }
  954.     /**
  955.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  956.      *
  957.      * @return \Doctrine\DBAL\Connection
  958.      */
  959.     protected function getDoctrine_Dbal_DefaultConnectionService()
  960.     {
  961.         $a = new \Doctrine\DBAL\Configuration();
  962.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  963.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  964.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  965.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  966.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.backtrace.default'] ?? ($this->privates['doctrine.dbal.logger.backtrace.default'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\Logging\BacktraceLogger()))]));
  967.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!internal)~')]));
  968.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  969.             'App\\EventSubscriber\\LogSystem\\EventLoggerSubscriber' => ['privates''App\\EventSubscriber\\LogSystem\\EventLoggerSubscriber''getEventLoggerSubscriberService'true],
  970.             'App\\EventSubscriber\\LogSystem\\LogDBMigrationSubscriber' => ['privates''App\\EventSubscriber\\LogSystem\\LogDBMigrationSubscriber''getLogDBMigrationSubscriberService'true],
  971.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  972.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  973.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  974.         ], [
  975.             'App\\EventSubscriber\\LogSystem\\EventLoggerSubscriber' => '?',
  976.             'App\\EventSubscriber\\LogSystem\\LogDBMigrationSubscriber' => '?',
  977.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  978.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  979.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  980.         ]), [=> 'App\\EventSubscriber\\LogSystem\\EventLoggerSubscriber'=> 'App\\EventSubscriber\\LogSystem\\LogDBMigrationSubscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  981.     }
  982.     /**
  983.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  984.      *
  985.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  986.      */
  987.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  988.     {
  989.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  990.             'App\\EntityListeners\\AttachmentDeleteListener' => ['privates''App\\EntityListeners\\AttachmentDeleteListener''getAttachmentDeleteListenerService'true],
  991.             'App\\EntityListeners\\TreeCacheInvalidationListener' => ['privates''App\\EntityListeners\\TreeCacheInvalidationListener''getTreeCacheInvalidationListenerService'true],
  992.             'App\\Security\\EntityListeners\\ElementPermissionListener' => ['privates''App\\Security\\EntityListeners\\ElementPermissionListener''getElementPermissionListenerService'true],
  993.         ], [
  994.             'App\\EntityListeners\\AttachmentDeleteListener' => '?',
  995.             'App\\EntityListeners\\TreeCacheInvalidationListener' => '?',
  996.             'App\\Security\\EntityListeners\\ElementPermissionListener' => '?',
  997.         ]));
  998.         $instance->registerService('App\\EntityListeners\\AttachmentDeleteListener''App\\EntityListeners\\AttachmentDeleteListener');
  999.         $instance->registerService('App\\EntityListeners\\TreeCacheInvalidationListener''App\\EntityListeners\\TreeCacheInvalidationListener');
  1000.         $instance->registerService('App\\Security\\EntityListeners\\ElementPermissionListener''App\\Security\\EntityListeners\\ElementPermissionListener');
  1001.         return $instance;
  1002.     }
  1003.     /**
  1004.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1005.      *
  1006.      * @return \Doctrine\ORM\EntityManager
  1007.      */
  1008.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1009.     {
  1010.         if ($lazyLoad) {
  1011.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1012.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1013.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1014.                     $proxy->setProxyInitializer(null);
  1015.                     return true;
  1016.                 });
  1017.             });
  1018.         }
  1019.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1023.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1024.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1025.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1026.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1027.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1028.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1030.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1035.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1037.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1043.         $a = new \Doctrine\ORM\Configuration();
  1044.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1045.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1046.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1047.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1048.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1049.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1050.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1051.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1052.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1053.         ], [
  1054.             'doctrine.ulid_generator' => '?',
  1055.             'doctrine.uuid_generator' => '?',
  1056.         ])));
  1057.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1058.         $a->setProxyNamespace('Proxies');
  1059.         $a->setAutoGenerateProxyClasses(true);
  1060.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1061.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1062.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1063.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1064.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1065.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1066.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1067.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1068.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1069.         return $instance;
  1070.     }
  1071.     /**
  1072.      * Gets the public 'event_dispatcher' shared service.
  1073.      *
  1074.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1075.      */
  1076.     protected function getEventDispatcherService()
  1077.     {
  1078.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1079.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1080.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1081.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1082.         $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())));
  1083.         $instance->addListener('kernel.controller', [=> function () {
  1084.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1085.         }, => 'onKernelController'], 0);
  1086.         $instance->addListener('security.authentication.success', [=> function () {
  1087.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1088.         }, => 'onLogin'], 9223372036854775807);
  1089.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1090.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1091.         }, => 'onAccessDenied'], 0);
  1092.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1093.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1094.         }, => 'onTwoFactorForm'], 0);
  1095.         $instance->addListener('kernel.finish_request', [=> function () {
  1096.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1097.         }, => 'onKernelFinishRequest'], 0);
  1098.         $instance->addListener('security.authentication.success', [=> function () {
  1099.             return ($this->privates['security.authentication.authentication_success_event_suppressor.two_factor.main'] ?? ($this->privates['security.authentication.authentication_success_event_suppressor.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor('main')));
  1100.         }, => 'onLogin'], 9223372036854775806);
  1101.         $instance->addListener('kernel.exception', [=> function () {
  1102.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1103.         }, => 'onKernelException'], 0);
  1104.         $instance->addListener('kernel.response', [=> function () {
  1105.             return ($this->privates['scheb_two_factor.trusted_cookie_response_listener'] ?? $this->getSchebTwoFactor_TrustedCookieResponseListenerService());
  1106.         }, => 'onKernelResponse'], 0);
  1107.         $instance->addListener('kernel.response', [=> function () {
  1108.             return ($this->privates['nelmio_security.content_type_listener'] ?? ($this->privates['nelmio_security.content_type_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentTypeListener(true)));
  1109.         }, => 'onKernelResponse'], 0);
  1110.         $instance->addListener('kernel.response', [=> function () {
  1111.             return ($this->privates['nelmio_security.external_redirect_listener'] ?? $this->getNelmioSecurity_ExternalRedirectListenerService());
  1112.         }, => 'onKernelResponse'], 0);
  1113.         $instance->addListener('kernel.response', [=> function () {
  1114.             return ($this->privates['nelmio_security.referrer_policy_listener'] ?? $this->getNelmioSecurity_ReferrerPolicyListenerService());
  1115.         }, => 'onKernelResponse'], 0);
  1116.         $instance->addListener('kernel.exception', [=> function () {
  1117.             return ($this->privates['App\\EventSubscriber\\LogSystem\\LogAccessDeniedSubscriber'] ?? $this->load('getLogAccessDeniedSubscriberService'));
  1118.         }, => 'onKernelException'], 0);
  1119.         $instance->addListener('security.u2f_added', [=> function () {
  1120.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1121.         }, => 'u2f_added'], 0);
  1122.         $instance->addListener('security.password_changed', [=> function () {
  1123.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1124.         }, => 'password_changed'], 0);
  1125.         $instance->addListener('security.trusted_device_reset', [=> function () {
  1126.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1127.         }, => 'trusted_device_reset'], 0);
  1128.         $instance->addListener('security.u2f_removed', [=> function () {
  1129.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1130.         }, => 'u2f_removed'], 0);
  1131.         $instance->addListener('security.backup_keys_reset', [=> function () {
  1132.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1133.         }, => 'backup_keys_reset'], 0);
  1134.         $instance->addListener('security.password_reset', [=> function () {
  1135.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1136.         }, => 'password_reset'], 0);
  1137.         $instance->addListener('security.google_disabled', [=> function () {
  1138.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1139.         }, => 'google_disabled'], 0);
  1140.         $instance->addListener('security.google_enabled', [=> function () {
  1141.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1142.         }, => 'google_enabled'], 0);
  1143.         $instance->addListener('security.2fa_admin_reset', [=> function () {
  1144.             return ($this->privates['App\\EventSubscriber\\LogSystem\\SecurityEventLoggerSubscriber'] ?? $this->load('getSecurityEventLoggerSubscriberService'));
  1145.         }, => 'tfa_admin_reset'], 0);
  1146.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1147.             return ($this->privates['App\\EventSubscriber\\SetMailFromSubscriber'] ?? ($this->privates['App\\EventSubscriber\\SetMailFromSubscriber'] = new \App\EventSubscriber\SetMailFromSubscriber('soucastky@pernicka.ml''Součástky Web')));
  1148.         }, => 'onMessage'], 0);
  1149.         $instance->addListener('kernel.response', [=> function () {
  1150.             return ($this->privates['App\\EventSubscriber\\SymfonyDebugToolbarSubscriber'] ?? ($this->privates['App\\EventSubscriber\\SymfonyDebugToolbarSubscriber'] = new \App\EventSubscriber\SymfonyDebugToolbarSubscriber(true)));
  1151.         }, => 'onKernelResponse'], 0);
  1152.         $instance->addListener('security.interactive_login', [=> function () {
  1153.             return ($this->privates['App\\EventSubscriber\\UserSystem\\LoginSuccessSubscriber'] ?? $this->load('getLoginSuccessSubscriberService'));
  1154.         }, => 'onLogin'], 0);
  1155.         $instance->addListener('kernel.request', [=> function () {
  1156.             return ($this->privates['App\\EventSubscriber\\UserSystem\\LogoutDisabledUserSubscriber'] ?? $this->getLogoutDisabledUserSubscriberService());
  1157.         }, => 'onRequest'], 0);
  1158.         $instance->addListener('kernel.request', [=> function () {
  1159.             return ($this->privates['App\\EventSubscriber\\UserSystem\\PasswordChangeNeededSubscriber'] ?? $this->getPasswordChangeNeededSubscriberService());
  1160.         }, => 'redirectToSettingsIfNeeded'], 0);
  1161.         $instance->addListener('r_u2f_two_factor.register', [=> function () {
  1162.             return ($this->privates['App\\EventSubscriber\\UserSystem\\RegisterU2FSubscriber'] ?? $this->load('getRegisterU2FSubscriberService'));
  1163.         }, => 'onRegister'], 0);
  1164.         $instance->addListener('kernel.controller', [=> function () {
  1165.             return ($this->privates['App\\EventSubscriber\\UserSystem\\SetUserTimezoneSubscriber'] ?? $this->getSetUserTimezoneSubscriberService());
  1166.         }, => 'setTimeZone'], 0);
  1167.         $instance->addListener('kernel.response', [=> function () {
  1168.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1169.         }, => 'onKernelResponse'], 0);
  1170.         $instance->addListener('kernel.response', [=> function () {
  1171.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1172.         }, => 'onKernelResponse'], -1024);
  1173.         $instance->addListener('kernel.request', [=> function () {
  1174.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1175.         }, => 'setDefaultLocale'], 100);
  1176.         $instance->addListener('kernel.request', [=> function () {
  1177.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1178.         }, => 'onKernelRequest'], 16);
  1179.         $instance->addListener('kernel.finish_request', [=> function () {
  1180.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1181.         }, => 'onKernelFinishRequest'], 0);
  1182.         $instance->addListener('kernel.request', [=> function () {
  1183.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1184.         }, => 'onKernelRequest'], 256);
  1185.         $instance->addListener('kernel.response', [=> function () {
  1186.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1187.         }, => 'onResponse'], -255);
  1188.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1189.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1190.         }, => 'onControllerArguments'], 0);
  1191.         $instance->addListener('kernel.exception', [=> function () {
  1192.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1193.         }, => 'logKernelException'], 0);
  1194.         $instance->addListener('kernel.exception', [=> function () {
  1195.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1196.         }, => 'onKernelException'], -128);
  1197.         $instance->addListener('kernel.response', [=> function () {
  1198.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1199.         }, => 'removeCspHeader'], -128);
  1200.         $instance->addListener('kernel.request', [=> function () {
  1201.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1202.         }, => 'onKernelRequest'], 15);
  1203.         $instance->addListener('kernel.finish_request', [=> function () {
  1204.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1205.         }, => 'onKernelFinishRequest'], -15);
  1206.         $instance->addListener('console.error', [=> function () {
  1207.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1208.         }, => 'onConsoleError'], -128);
  1209.         $instance->addListener('console.terminate', [=> function () {
  1210.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1211.         }, => 'onConsoleTerminate'], -128);
  1212.         $instance->addListener('console.error', [=> function () {
  1213.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1214.         }, => 'onConsoleError'], 0);
  1215.         $instance->addListener('kernel.request', [=> function () {
  1216.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1217.         }, => 'onKernelRequest'], 128);
  1218.         $instance->addListener('kernel.response', [=> function () {
  1219.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1220.         }, => 'onKernelResponse'], -1000);
  1221.         $instance->addListener('kernel.finish_request', [=> function () {
  1222.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1223.         }, => 'onFinishRequest'], 0);
  1224.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1225.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1226.         }, => 'onMessage'], -255);
  1227.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1228.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1229.         }, => 'onMessage'], -255);
  1230.         $instance->addListener('kernel.response', [=> function () {
  1231.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1232.         }, => 'onKernelResponse'], -100);
  1233.         $instance->addListener('kernel.exception', [=> function () {
  1234.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1235.         }, => 'onKernelException'], 0);
  1236.         $instance->addListener('kernel.terminate', [=> function () {
  1237.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1238.         }, => 'onKernelTerminate'], -1024);
  1239.         $instance->addListener('kernel.controller', [=> function () {
  1240.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1241.         }, => 'onKernelController'], 0);
  1242.         $instance->addListener('kernel.response', [=> function () {
  1243.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1244.         }, => 'onKernelResponse'], 0);
  1245.         $instance->addListener('kernel.request', [=> function () {
  1246.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1247.         }, => 'configure'], 2048);
  1248.         $instance->addListener('console.command', [=> function () {
  1249.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1250.         }, => 'configure'], 2048);
  1251.         $instance->addListener('kernel.request', [=> function () {
  1252.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1253.         }, => 'onKernelRequest'], 32);
  1254.         $instance->addListener('kernel.finish_request', [=> function () {
  1255.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1256.         }, => 'onKernelFinishRequest'], 0);
  1257.         $instance->addListener('kernel.exception', [=> function () {
  1258.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1259.         }, => 'onKernelException'], -64);
  1260.         $instance->addListener('kernel.response', [=> function () {
  1261.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1262.         }, => 'onKernelResponse'], 0);
  1263.         $instance->addListener('kernel.controller', [=> function () {
  1264.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1265.         }, => 'onKernelController'], 0);
  1266.         $instance->addListener('kernel.controller', [=> function () {
  1267.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1268.         }, => 'onKernelController'], 0);
  1269.         $instance->addListener('kernel.controller', [=> function () {
  1270.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1271.         }, => 'onKernelController'], -128);
  1272.         $instance->addListener('kernel.view', [=> function () {
  1273.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1274.         }, => 'onKernelView'], 0);
  1275.         $instance->addListener('kernel.controller', [=> function () {
  1276.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1277.         }, => 'onKernelController'], 0);
  1278.         $instance->addListener('kernel.response', [=> function () {
  1279.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1280.         }, => 'onKernelResponse'], 0);
  1281.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1282.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1283.         }, => 'onKernelControllerArguments'], 0);
  1284.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1285.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1286.         }, => 'onKernelControllerArguments'], 0);
  1287.         $instance->addListener('kernel.response', [=> function () {
  1288.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1289.         }, => 'onKernelResponse'], 0);
  1290.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1291.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1292.         }, => 'onVoterVote'], 0);
  1293.         $instance->addListener('kernel.request', [=> function () {
  1294.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1295.         }, => 'configureLogoutUrlGenerator'], 8);
  1296.         $instance->addListener('kernel.request', [=> function () {
  1297.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1298.         }, => 'onKernelRequest'], 8);
  1299.         $instance->addListener('kernel.finish_request', [=> function () {
  1300.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1301.         }, => 'onKernelFinishRequest'], 0);
  1302.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1303.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1304.         }, => 'onMessage'], 0);
  1305.         $instance->addListener('console.command', [=> function () {
  1306.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1307.         }, => 'onCommand'], 255);
  1308.         $instance->addListener('console.terminate', [=> function () {
  1309.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1310.         }, => 'onTerminate'], -255);
  1311.         $instance->addListener('console.command', [=> function () {
  1312.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1313.         }, => 'configure'], 1024);
  1314.         $instance->addListener('console.error', [=> function () {
  1315.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1316.         }, => 'onConsoleError'], 0);
  1317.         $instance->addListener('console.terminate', [=> function () {
  1318.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1319.         }, => 'onConsoleTerminate'], 0);
  1320.         $instance->addListener('kernel.response', [=> function () {
  1321.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  1322.         }, => 'onKernelResponse'], 50);
  1323.         $instance->addListener('kernel.response', [=> function () {
  1324.             return ($this->privates['nelmio_security.clickjacking_listener'] ?? $this->getNelmioSecurity_ClickjackingListenerService());
  1325.         }, => 'onKernelResponse'], 0);
  1326.         $instance->addListener('kernel.request', [=> function () {
  1327.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1328.         }, => 'onKernelRequest'], 512);
  1329.         $instance->addListener('kernel.response', [=> function () {
  1330.             return ($this->privates['nelmio_security.csp_listener'] ?? $this->getNelmioSecurity_CspListenerService());
  1331.         }, => 'onKernelResponse'], 0);
  1332.         $instance->addListener('kernel.response', [=> function () {
  1333.             return ($this->privates['nelmio_security.xss_protection_listener'] ?? $this->getNelmioSecurity_XssProtectionListenerService());
  1334.         }, => 'onKernelResponse'], 0);
  1335.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1336.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1337.         }, => 'onLogout'], 0);
  1338.         return $instance;
  1339.     }
  1340.     /**
  1341.      * Gets the public 'http_kernel' shared service.
  1342.      *
  1343.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1344.      */
  1345.     protected function getHttpKernelService()
  1346.     {
  1347.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1348.         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['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 () {
  1349.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1350.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1351.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1352.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1353.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1354.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1355.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1356.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1357.         }, 8)), $a));
  1358.     }
  1359.     /**
  1360.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  1361.      *
  1362.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  1363.      */
  1364.     protected function getLiipImagine_Binary_Loader_DefaultService()
  1365.     {
  1366.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  1367.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')], false));
  1368.     }
  1369.     /**
  1370.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1371.      *
  1372.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1373.      */
  1374.     protected function getLiipImagine_Cache_ManagerService()
  1375.     {
  1376.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  1377.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1378.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1379.         return $instance;
  1380.     }
  1381.     /**
  1382.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1383.      *
  1384.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1385.      */
  1386.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1387.     {
  1388.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1389.     }
  1390.     /**
  1391.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1392.      *
  1393.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1394.      */
  1395.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1396.     {
  1397.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1398.     }
  1399.     /**
  1400.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1401.      *
  1402.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1403.      */
  1404.     protected function getLiipImagine_Cache_SignerService()
  1405.     {
  1406.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1407.     }
  1408.     /**
  1409.      * Gets the public 'liip_imagine.data.manager' shared service.
  1410.      *
  1411.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  1412.      */
  1413.     protected function getLiipImagine_Data_ManagerService()
  1414.     {
  1415.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  1416.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  1417.         return $instance;
  1418.     }
  1419.     /**
  1420.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  1421.      *
  1422.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  1423.      */
  1424.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  1425.     {
  1426.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  1427.     }
  1428.     /**
  1429.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  1430.      *
  1431.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  1432.      */
  1433.     protected function getLiipImagine_Filter_Loader_FixedService()
  1434.     {
  1435.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  1436.     }
  1437.     /**
  1438.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  1439.      *
  1440.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  1441.      */
  1442.     protected function getLiipImagine_Filter_Loader_FlipService()
  1443.     {
  1444.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  1445.     }
  1446.     /**
  1447.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  1448.      *
  1449.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  1450.      */
  1451.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  1452.     {
  1453.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  1454.     }
  1455.     /**
  1456.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  1457.      *
  1458.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  1459.      */
  1460.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  1461.     {
  1462.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  1463.     }
  1464.     /**
  1465.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  1466.      *
  1467.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  1468.      */
  1469.     protected function getLiipImagine_Filter_Loader_ResampleService()
  1470.     {
  1471.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  1472.     }
  1473.     /**
  1474.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  1475.      *
  1476.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  1477.      */
  1478.     protected function getLiipImagine_Filter_Loader_RotateService()
  1479.     {
  1480.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  1481.     }
  1482.     /**
  1483.      * Gets the public 'liip_imagine.filter.manager' shared service.
  1484.      *
  1485.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  1486.      */
  1487.     protected function getLiipImagine_Filter_ManagerService()
  1488.     {
  1489.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  1490.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  1491.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  1492.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  1493.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  1494.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  1495.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  1496.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  1497.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  1498.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  1499.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  1500.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  1501.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  1502.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  1503.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  1504.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  1505.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  1506.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  1507.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  1508.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  1509.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  1510.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  1511.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  1512.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  1513.         return $instance;
  1514.     }
  1515.     /**
  1516.      * Gets the public 'profiler' shared service.
  1517.      *
  1518.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1519.      */
  1520.     protected function getProfilerService()
  1521.     {
  1522.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1523.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1524.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1525.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1526.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1527.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1528.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1529.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1530.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1531.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1532.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1533.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1534.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1535.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1536.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1537.         $d->addInstance('tree.cache', ($this->privates['.tree.cache.inner'] ?? $this->get_Tree_Cache_InnerService()));
  1538.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1539.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1540.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1541.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1542.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1543.         $d->addInstance('shivas_versioning.cache.version', ($this->privates['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()));
  1544.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1545.         $f = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1546.         $f->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1547.         $g = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1548.         $g->addLogger('default', ($this->privates['doctrine.dbal.logger.backtrace.default'] ?? ($this->privates['doctrine.dbal.logger.backtrace.default'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\Logging\BacktraceLogger())));
  1549.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1550.         if ($this->has('kernel')) {
  1551.             $h->setKernel($b);
  1552.         }
  1553.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1554.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1555.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1556.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1557.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1558.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1559.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1560.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1561.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1562.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1563.         $instance->add($d);
  1564.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  1565.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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()), false));
  1566.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1567.         $instance->add($f);
  1568.         $instance->add($g);
  1569.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1570.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1571.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector($e));
  1572.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1573.         $instance->add($h);
  1574.         return $instance;
  1575.     }
  1576.     /**
  1577.      * Gets the public 'request_stack' shared service.
  1578.      *
  1579.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1580.      */
  1581.     protected function getRequestStackService()
  1582.     {
  1583.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1584.     }
  1585.     /**
  1586.      * Gets the public 'router' shared service.
  1587.      *
  1588.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1589.      */
  1590.     protected function getRouterService()
  1591.     {
  1592.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1593.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1594.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1595.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1596.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1597.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1598.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1599.         ], [
  1600.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1601.         ]))->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'en');
  1602.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1603.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1604.         return $instance;
  1605.     }
  1606.     /**
  1607.      * Gets the public 'session' shared service.
  1608.      *
  1609.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1610.      */
  1611.     protected function getSessionService()
  1612.     {
  1613.         return $this->services['session'] = (new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']))->createSession();
  1614.     }
  1615.     /**
  1616.      * Gets the public 'translator' shared service.
  1617.      *
  1618.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1619.      */
  1620.     protected function getTranslatorService()
  1621.     {
  1622.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1623.     }
  1624.     /**
  1625.      * Gets the public 'var_dumper.cloner' shared service.
  1626.      *
  1627.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1628.      */
  1629.     protected function getVarDumper_ClonerService()
  1630.     {
  1631.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1632.         $instance->setMaxItems(2500);
  1633.         $instance->setMinDepth(1);
  1634.         $instance->setMaxString(-1);
  1635.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1636.         return $instance;
  1637.     }
  1638.     /**
  1639.      * Gets the private '.debug.http_client' shared service.
  1640.      *
  1641.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1642.      */
  1643.     protected function get_Debug_HttpClientService()
  1644.     {
  1645.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1646.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1647.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1648.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1649.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1650.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1651.         $a->setLogger($b);
  1652.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1653.     }
  1654.     /**
  1655.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1658.      */
  1659.     protected function get_ServiceLocator_ZJyh7qSService()
  1660.     {
  1661.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1662.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1663.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1664.         ], [
  1665.             'security.firewall.map.context.dev' => '?',
  1666.             'security.firewall.map.context.main' => '?',
  1667.         ]);
  1668.     }
  1669.     /**
  1670.      * Gets the private '.tree.cache.inner' shared service.
  1671.      *
  1672.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1673.      */
  1674.     protected function get_Tree_Cache_InnerService()
  1675.     {
  1676.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('eLiNBeC2uW'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1677.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1678.         return $this->privates['.tree.cache.inner'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1679.     }
  1680.     /**
  1681.      * Gets the private 'App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber' shared autowired service.
  1682.      *
  1683.      * @return \App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber
  1684.      */
  1685.     protected function getLogoutDisabledUserSubscriberService()
  1686.     {
  1687.         return $this->privates['App\\EventSubscriber\\UserSystem\\LogoutDisabledUserSubscriber'] = new \App\EventSubscriber\UserSystem\LogoutDisabledUserSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  1688.     }
  1689.     /**
  1690.      * Gets the private 'App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber' shared autowired service.
  1691.      *
  1692.      * @return \App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber
  1693.      */
  1694.     protected function getPasswordChangeNeededSubscriberService()
  1695.     {
  1696.         return $this->privates['App\\EventSubscriber\\UserSystem\\PasswordChangeNeededSubscriber'] = new \App\EventSubscriber\UserSystem\PasswordChangeNeededSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['session'] ?? $this->getSessionService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()));
  1697.     }
  1698.     /**
  1699.      * Gets the private 'App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber' shared autowired service.
  1700.      *
  1701.      * @return \App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber
  1702.      */
  1703.     protected function getSetUserTimezoneSubscriberService()
  1704.     {
  1705.         return $this->privates['App\\EventSubscriber\\UserSystem\\SetUserTimezoneSubscriber'] = new \App\EventSubscriber\UserSystem\SetUserTimezoneSubscriber('Europe/Prague', ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1706.     }
  1707.     /**
  1708.      * Gets the private 'App\Services\AmountFormatter' shared autowired service.
  1709.      *
  1710.      * @return \App\Services\AmountFormatter
  1711.      */
  1712.     protected function getAmountFormatterService()
  1713.     {
  1714.         return $this->privates['App\\Services\\AmountFormatter'] = new \App\Services\AmountFormatter(($this->privates['App\\Services\\SIFormatter'] ?? ($this->privates['App\\Services\\SIFormatter'] = new \App\Services\SIFormatter())));
  1715.     }
  1716.     /**
  1717.      * Gets the private 'App\Services\Attachments\AttachmentManager' shared autowired service.
  1718.      *
  1719.      * @return \App\Services\Attachments\AttachmentManager
  1720.      */
  1721.     protected function getAttachmentManagerService()
  1722.     {
  1723.         return $this->privates['App\\Services\\Attachments\\AttachmentManager'] = new \App\Services\Attachments\AttachmentManager(($this->privates['App\\Services\\Attachments\\AttachmentPathResolver'] ?? $this->getAttachmentPathResolverService()));
  1724.     }
  1725.     /**
  1726.      * Gets the private 'App\Services\Attachments\AttachmentPathResolver' shared autowired service.
  1727.      *
  1728.      * @return \App\Services\Attachments\AttachmentPathResolver
  1729.      */
  1730.     protected function getAttachmentPathResolverService()
  1731.     {
  1732.         return $this->privates['App\\Services\\Attachments\\AttachmentPathResolver'] = new \App\Services\Attachments\AttachmentPathResolver(\dirname(__DIR__4), 'public/media/''uploads/''public/img/footprints''public/models');
  1733.     }
  1734.     /**
  1735.      * Gets the private 'App\Services\Attachments\AttachmentURLGenerator' shared autowired service.
  1736.      *
  1737.      * @return \App\Services\Attachments\AttachmentURLGenerator
  1738.      */
  1739.     protected function getAttachmentURLGeneratorService()
  1740.     {
  1741.         return $this->privates['App\\Services\\Attachments\\AttachmentURLGenerator'] = new \App\Services\Attachments\AttachmentURLGenerator(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['App\\Services\\Attachments\\AttachmentPathResolver'] ?? $this->getAttachmentPathResolverService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\Attachments\\AttachmentManager'] ?? $this->getAttachmentManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  1742.     }
  1743.     /**
  1744.      * Gets the private 'App\Services\ElementTypeNameGenerator' shared autowired service.
  1745.      *
  1746.      * @return \App\Services\ElementTypeNameGenerator
  1747.      */
  1748.     protected function getElementTypeNameGeneratorService()
  1749.     {
  1750.         return $this->privates['App\\Services\\ElementTypeNameGenerator'] = new \App\Services\ElementTypeNameGenerator(($this->services['translator'] ?? $this->getTranslatorService()));
  1751.     }
  1752.     /**
  1753.      * Gets the private 'App\Services\EntityURLGenerator' shared autowired service.
  1754.      *
  1755.      * @return \App\Services\EntityURLGenerator
  1756.      */
  1757.     protected function getEntityURLGeneratorService()
  1758.     {
  1759.         return $this->privates['App\\Services\\EntityURLGenerator'] = new \App\Services\EntityURLGenerator(($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Services\\Attachments\\AttachmentURLGenerator'] ?? $this->getAttachmentURLGeneratorService()));
  1760.     }
  1761.     /**
  1762.      * Gets the private 'App\Services\MarkdownParser' shared autowired service.
  1763.      *
  1764.      * @return \App\Services\MarkdownParser
  1765.      */
  1766.     protected function getMarkdownParserService()
  1767.     {
  1768.         return $this->privates['App\\Services\\MarkdownParser'] = new \App\Services\MarkdownParser(($this->services['translator'] ?? $this->getTranslatorService()));
  1769.     }
  1770.     /**
  1771.      * Gets the private 'App\Services\Trees\TreeViewGenerator' shared autowired service.
  1772.      *
  1773.      * @return \App\Services\Trees\TreeViewGenerator
  1774.      */
  1775.     protected function getTreeViewGeneratorService()
  1776.     {
  1777.         return $this->privates['App\\Services\\Trees\\TreeViewGenerator'] = new \App\Services\Trees\TreeViewGenerator(($this->privates['App\\Services\\EntityURLGenerator'] ?? $this->getEntityURLGeneratorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['tree.cache'] ?? $this->getTree_CacheService()), ($this->privates['App\\Services\\UserCacheKeyGenerator'] ?? $this->getUserCacheKeyGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1778.     }
  1779.     /**
  1780.      * Gets the private 'App\Services\UserCacheKeyGenerator' shared autowired service.
  1781.      *
  1782.      * @return \App\Services\UserCacheKeyGenerator
  1783.      */
  1784.     protected function getUserCacheKeyGeneratorService()
  1785.     {
  1786.         return $this->privates['App\\Services\\UserCacheKeyGenerator'] = new \App\Services\UserCacheKeyGenerator(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1787.     }
  1788.     /**
  1789.      * Gets the private 'App\Twig\AppExtension' shared autowired service.
  1790.      *
  1791.      * @return \App\Twig\AppExtension
  1792.      */
  1793.     protected function getAppExtensionService()
  1794.     {
  1795.         return $this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension(($this->privates['App\\Services\\EntityURLGenerator'] ?? $this->getEntityURLGeneratorService()), ($this->privates['App\\Services\\MarkdownParser'] ?? $this->getMarkdownParserService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Services\\Trees\\TreeViewGenerator'] ?? $this->getTreeViewGeneratorService()), new \App\Services\MoneyFormatter('CZK'), ($this->privates['App\\Services\\SIFormatter'] ?? ($this->privates['App\\Services\\SIFormatter'] = new \App\Services\SIFormatter())), ($this->privates['App\\Services\\AmountFormatter'] ?? $this->getAmountFormatterService()), ($this->privates['App\\Services\\Attachments\\AttachmentURLGenerator'] ?? $this->getAttachmentURLGeneratorService()), ($this->privates['App\\Services\\FAIconGenerator'] ?? ($this->privates['App\\Services\\FAIconGenerator'] = new \App\Services\FAIconGenerator())), ($this->services['translator'] ?? $this->getTranslatorService()));
  1796.     }
  1797.     /**
  1798.      * Gets the private 'annotations.cache_adapter' shared service.
  1799.      *
  1800.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1801.      */
  1802.     protected function getAnnotations_CacheAdapterService()
  1803.     {
  1804.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1805.     }
  1806.     /**
  1807.      * Gets the private 'annotations.cached_reader' shared service.
  1808.      *
  1809.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1810.      */
  1811.     protected function getAnnotations_CachedReaderService()
  1812.     {
  1813.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1814.     }
  1815.     /**
  1816.      * Gets the private 'annotations.reader' shared service.
  1817.      *
  1818.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1819.      */
  1820.     protected function getAnnotations_ReaderService()
  1821.     {
  1822.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1823.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1824.         $a->registerUniqueLoader('class_exists');
  1825.         $instance->addGlobalIgnoredName('required'$a);
  1826.         return $instance;
  1827.     }
  1828.     /**
  1829.      * Gets the private 'assets.packages' shared service.
  1830.      *
  1831.      * @return \Symfony\Component\Asset\Packages
  1832.      */
  1833.     protected function getAssets_PackagesService()
  1834.     {
  1835.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1836.         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'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1837.             return new \EmptyIterator();
  1838.         }, 0));
  1839.     }
  1840.     /**
  1841.      * Gets the private 'cache.annotations' shared service.
  1842.      *
  1843.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1844.      */
  1845.     protected function getCache_AnnotationsService()
  1846.     {
  1847.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0UT4S3CUHK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1848.     }
  1849.     /**
  1850.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1851.      *
  1852.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1853.      */
  1854.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1855.     {
  1856.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1857.     }
  1858.     /**
  1859.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1860.      *
  1861.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1862.      */
  1863.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1864.     {
  1865.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1866.     }
  1867.     /**
  1868.      * Gets the private 'cache.property_info' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1871.      */
  1872.     protected function getCache_PropertyInfoService()
  1873.     {
  1874.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3wLFMlmeWg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1875.     }
  1876.     /**
  1877.      * Gets the private 'cache.security_expression_language' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1880.      */
  1881.     protected function getCache_SecurityExpressionLanguageService()
  1882.     {
  1883.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nWSGV4fT0I'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1884.     }
  1885.     /**
  1886.      * Gets the private 'cache.serializer' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1889.      */
  1890.     protected function getCache_SerializerService()
  1891.     {
  1892.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zM3gHmpNcQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1893.     }
  1894.     /**
  1895.      * Gets the private 'cache.validator' shared service.
  1896.      *
  1897.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1898.      */
  1899.     protected function getCache_ValidatorService()
  1900.     {
  1901.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5Sx+JPE20U'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1902.     }
  1903.     /**
  1904.      * Gets the private 'cache.webpack_encore' shared service.
  1905.      *
  1906.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1907.      */
  1908.     protected function getCache_WebpackEncoreService()
  1909.     {
  1910.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('V7FUPEcnyq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1911.     }
  1912.     /**
  1913.      * Gets the private 'config_cache_factory' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1916.      */
  1917.     protected function getConfigCacheFactoryService()
  1918.     {
  1919.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1920.             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)));
  1921.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1922.         }, 2));
  1923.     }
  1924.     /**
  1925.      * Gets the private 'data_collector.form' shared service.
  1926.      *
  1927.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1928.      */
  1929.     protected function getDataCollector_FormService()
  1930.     {
  1931.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1932.     }
  1933.     /**
  1934.      * Gets the private 'data_collector.request' shared service.
  1935.      *
  1936.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1937.      */
  1938.     protected function getDataCollector_RequestService()
  1939.     {
  1940.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1941.     }
  1942.     /**
  1943.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1946.      */
  1947.     protected function getDebug_DebugHandlersListenerService()
  1948.     {
  1949.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1950.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1951.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1952.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1953.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1954.         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()), trueNULL);
  1955.     }
  1956.     /**
  1957.      * Gets the private 'debug.file_link_formatter' shared service.
  1958.      *
  1959.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1960.      */
  1961.     protected function getDebug_FileLinkFormatterService()
  1962.     {
  1963.         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 () {
  1964.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1965.         });
  1966.     }
  1967.     /**
  1968.      * Gets the private 'debug.log_processor' shared service.
  1969.      *
  1970.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1971.      */
  1972.     protected function getDebug_LogProcessorService()
  1973.     {
  1974.         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())));
  1975.     }
  1976.     /**
  1977.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1978.      *
  1979.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1980.      */
  1981.     protected function getDebug_Security_Access_DecisionManagerService()
  1982.     {
  1983.         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 () {
  1984.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1985.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  1986.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1987.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1988.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\AttachmentVoter'] ?? $this->load('getAttachmentVoterService'));
  1989.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\GroupVoter'] ?? $this->load('getGroupVoterService'));
  1990.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\LabelProfileVoter'] ?? $this->load('getLabelProfileVoterService'));
  1991.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\LogEntryVoter'] ?? $this->load('getLogEntryVoterService'));
  1992.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\OrderdetailVoter'] ?? $this->load('getOrderdetailVoterService'));
  1993.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\PartLotVoter'] ?? $this->load('getPartLotVoterService'));
  1994.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\Voter\\PartVoter'] ?? $this->load('getPartVoterService'));
  1995.             yield 11 => ($this->privates['debug.security.voter.App\\Security\\Voter\\PermissionVoter'] ?? $this->load('getPermissionVoterService'));
  1996.             yield 12 => ($this->privates['debug.security.voter.App\\Security\\Voter\\PricedetailVoter'] ?? $this->load('getPricedetailVoterService'));
  1997.             yield 13 => ($this->privates['debug.security.voter.App\\Security\\Voter\\StructureVoter'] ?? $this->load('getStructureVoterService'));
  1998.             yield 14 => ($this->privates['debug.security.voter.App\\Security\\Voter\\UserVoter'] ?? $this->load('getUserVoterService'));
  1999.         }, 15), 'affirmative'falsetrue));
  2000.     }
  2001.     /**
  2002.      * Gets the private 'debug.security.firewall' shared service.
  2003.      *
  2004.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2005.      */
  2006.     protected function getDebug_Security_FirewallService()
  2007.     {
  2008.         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()));
  2009.     }
  2010.     /**
  2011.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2012.      *
  2013.      * @return \Doctrine\Migrations\DependencyFactory
  2014.      */
  2015.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2016.     {
  2017.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2018.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  2019.         $b->setTableName('migration_versions');
  2020.         $b->setVersionColumnName('version');
  2021.         $b->setVersionColumnLength(191);
  2022.         $b->setExecutedAtColumnName('executed_at');
  2023.         $b->setExecutionTimeColumnName('execution_time');
  2024.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2025.         $a->setAllOrNothing(false);
  2026.         $a->setCheckDatabasePlatform(true);
  2027.         $a->setMetadataStorageConfiguration($b);
  2028.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2029.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2030.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2031.         });
  2032.         return $instance;
  2033.     }
  2034.     /**
  2035.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2036.      *
  2037.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2038.      */
  2039.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2040.     {
  2041.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  2042.     }
  2043.     /**
  2044.      * Gets the private 'exception_listener' shared service.
  2045.      *
  2046.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2047.      */
  2048.     protected function getExceptionListenerService()
  2049.     {
  2050.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  2051.     }
  2052.     /**
  2053.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2054.      *
  2055.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2056.      */
  2057.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2058.     {
  2059.         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())));
  2060.     }
  2061.     /**
  2062.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2063.      *
  2064.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2065.      */
  2066.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2067.     {
  2068.         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['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2069.     }
  2070.     /**
  2071.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  2072.      *
  2073.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  2074.      */
  2075.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  2076.     {
  2077.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  2078.     }
  2079.     /**
  2080.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2081.      *
  2082.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2083.      */
  2084.     protected function getLiipImagine_Filter_ConfigurationService()
  2085.     {
  2086.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2087.     }
  2088.     /**
  2089.      * Gets the private 'liip_imagine.gd' shared service.
  2090.      *
  2091.      * @return \Imagine\Gd\Imagine
  2092.      */
  2093.     protected function getLiipImagine_GdService()
  2094.     {
  2095.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  2096.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  2097.         return $instance;
  2098.     }
  2099.     /**
  2100.      * Gets the private 'liip_imagine.service.filter' shared service.
  2101.      *
  2102.      * @return \Liip\ImagineBundle\Service\FilterService
  2103.      */
  2104.     protected function getLiipImagine_Service_FilterService()
  2105.     {
  2106.         return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2107.     }
  2108.     /**
  2109.      * Gets the private 'locale_aware_listener' shared service.
  2110.      *
  2111.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2112.      */
  2113.     protected function getLocaleAwareListenerService()
  2114.     {
  2115.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2116.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2117.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2118.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2119.     }
  2120.     /**
  2121.      * Gets the private 'locale_listener' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2124.      */
  2125.     protected function getLocaleListenerService()
  2126.     {
  2127.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  2128.     }
  2129.     /**
  2130.      * Gets the private 'mime_types' shared service.
  2131.      *
  2132.      * @return \Symfony\Component\Mime\MimeTypes
  2133.      */
  2134.     protected function getMimeTypesService()
  2135.     {
  2136.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2137.         $instance->setDefault($instance);
  2138.         return $instance;
  2139.     }
  2140.     /**
  2141.      * Gets the private 'monolog.handler.console' shared service.
  2142.      *
  2143.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2144.      */
  2145.     protected function getMonolog_Handler_ConsoleService()
  2146.     {
  2147.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2148.     }
  2149.     /**
  2150.      * Gets the private 'monolog.handler.main' shared service.
  2151.      *
  2152.      * @return \Monolog\Handler\StreamHandler
  2153.      */
  2154.     protected function getMonolog_Handler_MainService()
  2155.     {
  2156.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2157.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2158.         return $instance;
  2159.     }
  2160.     /**
  2161.      * Gets the private 'monolog.logger' shared service.
  2162.      *
  2163.      * @return \Symfony\Bridge\Monolog\Logger
  2164.      */
  2165.     protected function getMonolog_LoggerService()
  2166.     {
  2167.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2168.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2169.         $instance->useMicrosecondTimestamps(true);
  2170.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2171.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2172.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2173.         return $instance;
  2174.     }
  2175.     /**
  2176.      * Gets the private 'monolog.logger.cache' shared service.
  2177.      *
  2178.      * @return \Symfony\Bridge\Monolog\Logger
  2179.      */
  2180.     protected function getMonolog_Logger_CacheService()
  2181.     {
  2182.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2183.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2184.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2185.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2186.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2187.         return $instance;
  2188.     }
  2189.     /**
  2190.      * Gets the private 'monolog.logger.request' shared service.
  2191.      *
  2192.      * @return \Symfony\Bridge\Monolog\Logger
  2193.      */
  2194.     protected function getMonolog_Logger_RequestService()
  2195.     {
  2196.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2197.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2198.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2199.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2200.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2201.         return $instance;
  2202.     }
  2203.     /**
  2204.      * Gets the private 'monolog.logger.security' shared service.
  2205.      *
  2206.      * @return \Symfony\Bridge\Monolog\Logger
  2207.      */
  2208.     protected function getMonolog_Logger_SecurityService()
  2209.     {
  2210.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2211.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2212.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2213.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2214.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2215.         return $instance;
  2216.     }
  2217.     /**
  2218.      * Gets the private 'nelmio_security.clickjacking_listener' shared service.
  2219.      *
  2220.      * @return \Nelmio\SecurityBundle\EventListener\ClickjackingListener
  2221.      */
  2222.     protected function getNelmioSecurity_ClickjackingListenerService()
  2223.     {
  2224.         return $this->privates['nelmio_security.clickjacking_listener'] = new \Nelmio\SecurityBundle\EventListener\ClickjackingListener($this->parameters['nelmio_security.clickjacking.paths'], []);
  2225.     }
  2226.     /**
  2227.      * Gets the private 'nelmio_security.csp_listener' shared service.
  2228.      *
  2229.      * @return \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener
  2230.      */
  2231.     protected function getNelmioSecurity_CspListenerService()
  2232.     {
  2233.         $a = new \Nelmio\SecurityBundle\ContentSecurityPolicy\PolicyManager();
  2234.         return $this->privates['nelmio_security.csp_listener'] = new \Nelmio\SecurityBundle\EventListener\ContentSecurityPolicyListener(\Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::fromConfig($a, ['enabled' => true'hosts' => [], 'content_types' => [], 'report_endpoint' => ['log_channel' => NULL'log_formatter' => 'nelmio_security.csp_report.log_formatter''log_level' => 'notice''filters' => ['domains' => true'schemes' => true'browser_bugs' => true'injected_scripts' => true], 'dismiss' => []], 'compat_headers' => true'report_logger_service' => 'logger''hash' => ['algorithm' => 'sha256']], 'report'), \Nelmio\SecurityBundle\ContentSecurityPolicy\DirectiveSet::fromConfig($a, ['enabled' => true'hosts' => [], 'content_types' => [], 'report_endpoint' => ['log_channel' => NULL'log_formatter' => 'nelmio_security.csp_report.log_formatter''log_level' => 'notice''filters' => ['domains' => true'schemes' => true'browser_bugs' => true'injected_scripts' => true], 'dismiss' => []], 'compat_headers' => true'report_logger_service' => 'logger''hash' => ['algorithm' => 'sha256']], 'enforce'), new \Nelmio\SecurityBundle\ContentSecurityPolicy\NonceGenerator(16), ($this->privates['nelmio_security.sha_computer'] ?? ($this->privates['nelmio_security.sha_computer'] = new \Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer('sha256'))), true, [], []);
  2235.     }
  2236.     /**
  2237.      * Gets the private 'nelmio_security.external_redirect_listener' shared service.
  2238.      *
  2239.      * @return \Nelmio\SecurityBundle\EventListener\ExternalRedirectListener
  2240.      */
  2241.     protected function getNelmioSecurity_ExternalRedirectListenerService()
  2242.     {
  2243.         return $this->privates['nelmio_security.external_redirect_listener'] = new \Nelmio\SecurityBundle\EventListener\ExternalRedirectListener(trueNULLNULL, new \Nelmio\SecurityBundle\ExternalRedirect\WhitelistBasedTargetValidator(NULL), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['router'] ?? $this->getRouterService()));
  2244.     }
  2245.     /**
  2246.      * Gets the private 'nelmio_security.referrer_policy_listener' shared service.
  2247.      *
  2248.      * @return \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener
  2249.      */
  2250.     protected function getNelmioSecurity_ReferrerPolicyListenerService()
  2251.     {
  2252.         return $this->privates['nelmio_security.referrer_policy_listener'] = new \Nelmio\SecurityBundle\EventListener\ReferrerPolicyListener($this->parameters['nelmio_security.referrer_policy.policies']);
  2253.     }
  2254.     /**
  2255.      * Gets the private 'nelmio_security.xss_protection_listener' shared service.
  2256.      *
  2257.      * @return \Nelmio\SecurityBundle\EventListener\XssProtectionListener
  2258.      */
  2259.     protected function getNelmioSecurity_XssProtectionListenerService()
  2260.     {
  2261.         return $this->privates['nelmio_security.xss_protection_listener'] = \Nelmio\SecurityBundle\EventListener\XssProtectionListener::fromConfig(['enabled' => true'mode_block' => true'report_uri' => NULL]);
  2262.     }
  2263.     /**
  2264.      * Gets the private 'parameter_bag' shared service.
  2265.      *
  2266.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2267.      */
  2268.     protected function getParameterBagService()
  2269.     {
  2270.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2271.     }
  2272.     /**
  2273.      * Gets the private 'profiler_listener' shared service.
  2274.      *
  2275.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2276.      */
  2277.     protected function getProfilerListenerService()
  2278.     {
  2279.         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);
  2280.     }
  2281.     /**
  2282.      * Gets the private 'property_accessor' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2285.      */
  2286.     protected function getPropertyAccessorService()
  2287.     {
  2288.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2289.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2290.     }
  2291.     /**
  2292.      * Gets the private 'property_info' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2295.      */
  2296.     protected function getPropertyInfoService()
  2297.     {
  2298.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2299.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2300.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2301.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2302.         }, 3), new RewindableGenerator(function () {
  2303.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2304.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2305.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2306.         }, 3), new RewindableGenerator(function () {
  2307.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2308.         }, 1), new RewindableGenerator(function () {
  2309.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2310.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2311.         }, 2), new RewindableGenerator(function () {
  2312.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2313.         }, 1));
  2314.     }
  2315.     /**
  2316.      * Gets the private 'router.expression_language_provider' shared service.
  2317.      *
  2318.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2319.      */
  2320.     protected function getRouter_ExpressionLanguageProviderService()
  2321.     {
  2322.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2323.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2324.         ], [
  2325.             'env' => 'Closure',
  2326.         ]));
  2327.     }
  2328.     /**
  2329.      * Gets the private 'router.request_context' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\Routing\RequestContext
  2332.      */
  2333.     protected function getRouter_RequestContextService()
  2334.     {
  2335.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2336.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2337.         return $instance;
  2338.     }
  2339.     /**
  2340.      * Gets the private 'router_listener' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2343.      */
  2344.     protected function getRouterListenerService()
  2345.     {
  2346.         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);
  2347.     }
  2348.     /**
  2349.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  2350.      *
  2351.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationRecorder
  2352.      */
  2353.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  2354.     {
  2355.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationRecorder(($this->services['session'] ?? $this->getSessionService()));
  2356.     }
  2357.     /**
  2358.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  2359.      *
  2360.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  2361.      */
  2362.     protected function getSchebTwoFactor_ProviderRegistryService()
  2363.     {
  2364.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  2365.             yield 'google' => ($this->privates['scheb_two_factor.security.google.provider'] ?? $this->load('getSchebTwoFactor_Security_Google_ProviderService'));
  2366.             yield 'u2f_two_factor' => ($this->privates['R\\U2FTwoFactorBundle\\Security\\TwoFactor\\Provider\\U2F\\TwoFactorProvider'] ?? $this->load('getTwoFactorProviderService'));
  2367.         }, 2));
  2368.     }
  2369.     /**
  2370.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  2371.      *
  2372.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  2373.      */
  2374.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  2375.     {
  2376.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  2377.     }
  2378.     /**
  2379.      * Gets the private 'scheb_two_factor.trusted_cookie_response_listener' shared service.
  2380.      *
  2381.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener
  2382.      */
  2383.     protected function getSchebTwoFactor_TrustedCookieResponseListenerService($lazyLoad true)
  2384.     {
  2385.         if ($lazyLoad) {
  2386.             return $this->privates['scheb_two_factor.trusted_cookie_response_listener'] = $this->createProxy('TrustedCookieResponseListener_c7f9b85', function () {
  2387.                 return \TrustedCookieResponseListener_c7f9b85::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2388.                     $wrappedInstance $this->getSchebTwoFactor_TrustedCookieResponseListenerService(false);
  2389.                     $proxy->setProxyInitializer(null);
  2390.                     return true;
  2391.                 });
  2392.             });
  2393.         }
  2394.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/TrustedCookieResponseListener.php';
  2395.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedCookieResponseListener(($this->privates['scheb_two_factor.trusted_token_storage'] ?? $this->getSchebTwoFactor_TrustedTokenStorageService()), 5184000'trusted_device'false'lax''/'NULL);
  2396.     }
  2397.     /**
  2398.      * Gets the private 'scheb_two_factor.trusted_token_storage' shared service.
  2399.      *
  2400.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage
  2401.      */
  2402.     protected function getSchebTwoFactor_TrustedTokenStorageService($lazyLoad true)
  2403.     {
  2404.         if ($lazyLoad) {
  2405.             return $this->privates['scheb_two_factor.trusted_token_storage'] = $this->createProxy('TrustedDeviceTokenStorage_fc7b3c4', function () {
  2406.                 return \TrustedDeviceTokenStorage_fc7b3c4::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2407.                     $wrappedInstance $this->getSchebTwoFactor_TrustedTokenStorageService(false);
  2408.                     $proxy->setProxyInitializer(null);
  2409.                     return true;
  2410.                 });
  2411.             });
  2412.         }
  2413.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/TrustedDeviceTokenStorage.php';
  2414.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/TrustedDeviceTokenEncoder.php';
  2415.         include_once \dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Security/TwoFactor/Trusted/JwtTokenEncoder.php';
  2416.         return new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\TrustedDeviceTokenEncoder(new \Scheb\TwoFactorBundle\Security\TwoFactor\Trusted\JwtTokenEncoder($this->getEnv('APP_SECRET')), 5184000), 'trusted_device');
  2417.     }
  2418.     /**
  2419.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  2420.      *
  2421.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  2422.      */
  2423.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  2424.     {
  2425.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main'falsefalse);
  2426.     }
  2427.     /**
  2428.      * Gets the private 'security.firewall.map' shared service.
  2429.      *
  2430.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2431.      */
  2432.     protected function getSecurity_Firewall_MapService()
  2433.     {
  2434.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  2435.             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)/')));
  2436.             yield 'security.firewall.map.context.main' => NULL;
  2437.         }, 2));
  2438.     }
  2439.     /**
  2440.      * Gets the private 'security.helper' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\Security\Core\Security
  2443.      */
  2444.     protected function getSecurity_HelperService()
  2445.     {
  2446.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2447.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2448.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2449.         ], [
  2450.             'security.authorization_checker' => '?',
  2451.             'security.token_storage' => '?',
  2452.         ]));
  2453.     }
  2454.     /**
  2455.      * Gets the private 'security.http_utils' shared service.
  2456.      *
  2457.      * @return \Symfony\Component\Security\Http\HttpUtils
  2458.      */
  2459.     protected function getSecurity_HttpUtilsService()
  2460.     {
  2461.         $a = ($this->services['router'] ?? $this->getRouterService());
  2462.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  2463.     }
  2464.     /**
  2465.      * Gets the private 'security.logout_url_generator' shared service.
  2466.      *
  2467.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2468.      */
  2469.     protected function getSecurity_LogoutUrlGeneratorService()
  2470.     {
  2471.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2472.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  2473.         return $instance;
  2474.     }
  2475.     /**
  2476.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2477.      *
  2478.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2479.      */
  2480.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2481.     {
  2482.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2483.     }
  2484.     /**
  2485.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2486.      *
  2487.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2488.      */
  2489.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2490.     {
  2491.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2492.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2493.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2494.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2495.     }
  2496.     /**
  2497.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2498.      *
  2499.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2500.      */
  2501.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2502.     {
  2503.         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['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2504.     }
  2505.     /**
  2506.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2507.      *
  2508.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2509.      */
  2510.     protected function getSensioFrameworkExtra_View_ListenerService()
  2511.     {
  2512.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2513.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2514.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2515.         ], [
  2516.             'twig' => '?',
  2517.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2518.         return $instance;
  2519.     }
  2520.     /**
  2521.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2522.      *
  2523.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2524.      */
  2525.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2526.     {
  2527.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  2528.     }
  2529.     /**
  2530.      * Gets the private 'session_listener' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2533.      */
  2534.     protected function getSessionListenerService()
  2535.     {
  2536.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2537.             'initialized_session' => ['services''session'NULLfalse],
  2538.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2539.             'session' => ['services''session''getSessionService'false],
  2540.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2541.         ], [
  2542.             'initialized_session' => '?',
  2543.             'logger' => '?',
  2544.             'session' => '?',
  2545.             'session_collector' => '?',
  2546.         ]), true);
  2547.     }
  2548.     /**
  2549.      * Gets the private 'shivas_versioning.cache.version' shared service.
  2550.      *
  2551.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2552.      */
  2553.     protected function getShivasVersioning_Cache_VersionService()
  2554.     {
  2555.         return $this->privates['shivas_versioning.cache.version'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pbl-hE1W7B'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2556.     }
  2557.     /**
  2558.      * Gets the private 'shivas_versioning.manager' shared service.
  2559.      *
  2560.      * @return \Shivas\VersioningBundle\Service\VersionManager
  2561.      */
  2562.     protected function getShivasVersioning_ManagerService()
  2563.     {
  2564.         $this->privates['shivas_versioning.manager'] = $instance = new \Shivas\VersioningBundle\Service\VersionManager(($this->privates['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()), new \Shivas\VersioningBundle\Writer\VersionWriter(\dirname(__DIR__4)), new \Shivas\VersioningBundle\Formatter\GitDescribeFormatter());
  2565.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\VersionProvider(\dirname(__DIR__4)), 'version'100);
  2566.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\GitRepositoryProvider(\dirname(__DIR__4)), 'git', -25);
  2567.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\RevisionProvider(\dirname(__DIR__4)), 'revision', -50);
  2568.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\InitialVersionProvider(), 'init', -75);
  2569.         return $instance;
  2570.     }
  2571.     /**
  2572.      * Gets the private 'translator.default' shared service.
  2573.      *
  2574.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2575.      */
  2576.     protected function getTranslator_DefaultService()
  2577.     {
  2578.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2579.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2580.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2581.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2582.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2583.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2584.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2585.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2586.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2587.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2588.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2589.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2590.         ], [
  2591.             'translation.loader.csv' => '?',
  2592.             'translation.loader.dat' => '?',
  2593.             'translation.loader.ini' => '?',
  2594.             'translation.loader.json' => '?',
  2595.             'translation.loader.mo' => '?',
  2596.             'translation.loader.php' => '?',
  2597.             'translation.loader.po' => '?',
  2598.             'translation.loader.qt' => '?',
  2599.             'translation.loader.res' => '?',
  2600.             'translation.loader.xliff' => '?',
  2601.             'translation.loader.yml' => '?',
  2602.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.af.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ar.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ar.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ar.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.az.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.az.yml')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.be.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.be.yml')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bg.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bg.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.bg.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ca.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cs.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cs.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.cs.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.cy.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cy.yml')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.da.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.de.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.de.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.de.yml'), => (\dirname(__DIR__4).'/translations/SchebTwoFactorBundle+intl-icu.de.xlf'), => (\dirname(__DIR__4).'/translations/SchebTwoFactorBundle.de.xlf'), 10 => (\dirname(__DIR__4).'/translations/messages.de.xlf'), 11 => (\dirname(__DIR__4).'/translations/validators.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.el.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.el.yml'), => (\dirname(__DIR__4).'/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.en.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.en.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/r/u2f-two-factor-bundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/translations/SchebTwoFactorBundle+intl-icu.en.xlf'), 10 => (\dirname(__DIR__4).'/translations/SchebTwoFactorBundle.en.xlf'), 11 => (\dirname(__DIR__4).'/translations/messages.en.xlf'), 12 => (\dirname(__DIR__4).'/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.es.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.es.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.es.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.et.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.eu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fa.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.fr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), => (\dirname(__DIR__4).'/translations/messages.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.he.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hr.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hy.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hy.yml')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.id.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.it.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.it.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.it.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ja.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ja.yml'), => (\dirname(__DIR__4).'/translations/messages.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.lv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nb.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.nl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/r/u2f-two-factor-bundle/Resources/translations/messages.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.nn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.nn.yml')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.pt.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ro.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ro.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ro.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ru.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ru.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ru.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml'), => (\dirname(__DIR__4).'/translations/messages.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sk.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sl.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sq.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sq.yml')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\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')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/messages.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sv.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sv.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.th.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.tr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.tr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.tr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uk.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.uk.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.uz.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.uz.yml')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\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/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.vi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\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')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.bn.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.bn.yml')], 'ga' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ga.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ga.yml')], 'gu' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.gu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.gu.yml')], 'hi' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.hi.yml')], 'is' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.is.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.is.yml')], 'ka' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ka.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ka.yml')], 'ko' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ko.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ko.yml')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.mk.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.mk.yml')], 'ms' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ms.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ms.yml')], 'ne' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ne.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ne.yml')], 'ps' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ps.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ps.yml')], 'si' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.si.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.si.yml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sr.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sr.yml')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.sw.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.sw.yml')], 'ta' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ta.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ta.yml')], 'te' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.te.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.te.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.ur.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ur.yml')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.zh.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.zh.yml')], 'am' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.am.yml')], 'cn' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.cn.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'kk' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.kk.yml')], 'km' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.km.yml')], 'ku' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ku.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.yml')], 'lo' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.lo.yml')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ua.yml')]], '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).'/vendor/omines/datatables-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/r/u2f-two-factor-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/florianv/swap-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/nelmio/security-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/omines/datatables-bundle/src/Resources/translations'=> 'vendor/gregwar/captcha-bundle/Resources/translations'=> 'vendor/scheb/two-factor-bundle/Resources/translations'=> 'vendor/r/u2f-two-factor-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/symfony/twig-bundle/translations'14 => 'vendor/symfony/web-profiler-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/symfony/webpack-encore-bundle/src/translations'19 => 'vendor/shivas/versioning-bundle/src/translations'20 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'21 => 'vendor/liip/imagine-bundle/translations'22 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'23 => 'vendor/twig/extra-bundle/translations'24 => 'vendor/php-translation/symfony-bundle/translations'25 => 'vendor/florianv/swap-bundle/translations'26 => 'vendor/nelmio/security-bundle/translations']]], []);
  2603.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2604.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  2605.         return $instance;
  2606.     }
  2607.     /**
  2608.      * Gets the private 'tree.cache' shared service.
  2609.      *
  2610.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  2611.      */
  2612.     protected function getTree_CacheService()
  2613.     {
  2614.         $this->privates['tree.cache'] = $instance = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->privates['.tree.cache.inner'] ?? $this->get_Tree_Cache_InnerService()), NULL);
  2615.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2616.         return $instance;
  2617.     }
  2618.     /**
  2619.      * Gets the private 'validator.builder' shared service.
  2620.      *
  2621.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2622.      */
  2623.     protected function getValidator_BuilderService()
  2624.     {
  2625.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2626.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2627.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2628.             'App\\Validator\\Constraints\\BigDecimal\\BigDecimalGreaterThanValidator' => ['privates''App\\Validator\\Constraints\\BigDecimal\\BigDecimalGreaterThanValidator''getBigDecimalGreaterThanValidatorService'true],
  2629.             'App\\Validator\\Constraints\\BigDecimal\\BigDecimalGreaterThenOrEqualValidator' => ['privates''App\\Validator\\Constraints\\BigDecimal\\BigDecimalGreaterThenOrEqualValidator''getBigDecimalGreaterThenOrEqualValidatorService'true],
  2630.             'App\\Validator\\Constraints\\Misc\\ValidRangeValidator' => ['privates''App\\Validator\\Constraints\\Misc\\ValidRangeValidator''getValidRangeValidatorService'true],
  2631.             'App\\Validator\\Constraints\\NoLockoutValidator' => ['privates''App\\Validator\\Constraints\\NoLockoutValidator''getNoLockoutValidatorService'true],
  2632.             'App\\Validator\\Constraints\\NoneOfItsChildrenValidator' => ['privates''App\\Validator\\Constraints\\NoneOfItsChildrenValidator''getNoneOfItsChildrenValidatorService'true],
  2633.             'App\\Validator\\Constraints\\SelectableValidator' => ['privates''App\\Validator\\Constraints\\SelectableValidator''getSelectableValidatorService'true],
  2634.             'App\\Validator\\Constraints\\UrlOrBuiltinValidator' => ['privates''App\\Validator\\Constraints\\UrlOrBuiltinValidator''getUrlOrBuiltinValidatorService'true],
  2635.             'App\\Validator\\Constraints\\ValidFileFilterValidator' => ['privates''App\\Validator\\Constraints\\ValidFileFilterValidator''getValidFileFilterValidatorService'true],
  2636.             'App\\Validator\\Constraints\\ValidGoogleAuthCodeValidator' => ['privates''App\\Validator\\Constraints\\ValidGoogleAuthCodeValidator''getValidGoogleAuthCodeValidatorService'true],
  2637.             'App\\Validator\\Constraints\\ValidPartLotValidator' => ['privates''App\\Validator\\Constraints\\ValidPartLotValidator''getValidPartLotValidatorService'true],
  2638.             'App\\Validator\\Constraints\\ValidPermissionValidator' => ['privates''App\\Validator\\Constraints\\ValidPermissionValidator''getValidPermissionValidatorService'true],
  2639.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2640.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2641.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2642.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2643.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2644.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2645.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2646.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2647.         ], [
  2648.             'App\\Validator\\Constraints\\BigDecimal\\BigDecimalGreaterThanValidator' => '?',
  2649.             'App\\Validator\\Constraints\\BigDecimal\\BigDecimalGreaterThenOrEqualValidator' => '?',
  2650.             'App\\Validator\\Constraints\\Misc\\ValidRangeValidator' => '?',
  2651.             'App\\Validator\\Constraints\\NoLockoutValidator' => '?',
  2652.             'App\\Validator\\Constraints\\NoneOfItsChildrenValidator' => '?',
  2653.             'App\\Validator\\Constraints\\SelectableValidator' => '?',
  2654.             'App\\Validator\\Constraints\\UrlOrBuiltinValidator' => '?',
  2655.             'App\\Validator\\Constraints\\ValidFileFilterValidator' => '?',
  2656.             'App\\Validator\\Constraints\\ValidGoogleAuthCodeValidator' => '?',
  2657.             'App\\Validator\\Constraints\\ValidPartLotValidator' => '?',
  2658.             'App\\Validator\\Constraints\\ValidPermissionValidator' => '?',
  2659.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2660.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2661.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2662.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2663.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2664.             'doctrine.orm.validator.unique' => '?',
  2665.             'security.validator.user_password' => '?',
  2666.             'validator.expression' => '?',
  2667.         ])));
  2668.         if ($this->has('translator')) {
  2669.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2670.         }
  2671.         $instance->setTranslationDomain('validators');
  2672.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2673.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle/Resources/config/validation.yaml')]);
  2674.         $instance->enableAnnotationMapping(true);
  2675.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2676.         $instance->addMethodMapping('loadValidatorMetadata');
  2677.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2678.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2679.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2680.         return $instance;
  2681.     }
  2682.     /**
  2683.      * Gets the private 'var_dumper.html_dumper' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2686.      */
  2687.     protected function getVarDumper_HtmlDumperService()
  2688.     {
  2689.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2690.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2691.         return $instance;
  2692.     }
  2693.     /**
  2694.      * Gets the private 'var_dumper.server_connection' shared service.
  2695.      *
  2696.      * @return \Symfony\Component\VarDumper\Server\Connection
  2697.      */
  2698.     protected function getVarDumper_ServerConnectionService()
  2699.     {
  2700.         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()]);
  2701.     }
  2702.     /**
  2703.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2704.      *
  2705.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2706.      */
  2707.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2708.     {
  2709.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2710.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2711.         ], [
  2712.             '_default' => '?',
  2713.         ]), '_default');
  2714.     }
  2715.     /**
  2716.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  2717.      *
  2718.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  2719.      */
  2720.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  2721.     {
  2722.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener(($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService()));
  2723.     }
  2724.     /**
  2725.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  2726.      *
  2727.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  2728.      */
  2729.     protected function getWebpackEncore_TagRendererService()
  2730.     {
  2731.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2732.     }
  2733.     /**
  2734.      * Gets the public 'cache_clearer' alias.
  2735.      *
  2736.      * @return object The ".container.private.cache_clearer" service.
  2737.      */
  2738.     protected function getCacheClearerService()
  2739.     {
  2740.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2741.         return $this->get('.container.private.cache_clearer');
  2742.     }
  2743.     /**
  2744.      * Gets the public 'filesystem' alias.
  2745.      *
  2746.      * @return object The ".container.private.filesystem" service.
  2747.      */
  2748.     protected function getFilesystemService()
  2749.     {
  2750.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2751.         return $this->get('.container.private.filesystem');
  2752.     }
  2753.     /**
  2754.      * Gets the public 'security.csrf.token_manager' alias.
  2755.      *
  2756.      * @return object The ".container.private.security.csrf.token_manager" service.
  2757.      */
  2758.     protected function getSecurity_Csrf_TokenManagerService()
  2759.     {
  2760.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2761.         return $this->get('.container.private.security.csrf.token_manager');
  2762.     }
  2763.     /**
  2764.      * Gets the public 'form.factory' alias.
  2765.      *
  2766.      * @return object The ".container.private.form.factory" service.
  2767.      */
  2768.     protected function getForm_FactoryService()
  2769.     {
  2770.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2771.         return $this->get('.container.private.form.factory');
  2772.     }
  2773.     /**
  2774.      * Gets the public 'form.type.file' alias.
  2775.      *
  2776.      * @return object The ".container.private.form.type.file" service.
  2777.      */
  2778.     protected function getForm_Type_FileService()
  2779.     {
  2780.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2781.         return $this->get('.container.private.form.type.file');
  2782.     }
  2783.     /**
  2784.      * Gets the public 'serializer' alias.
  2785.      *
  2786.      * @return object The ".container.private.serializer" service.
  2787.      */
  2788.     protected function getSerializerService()
  2789.     {
  2790.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2791.         return $this->get('.container.private.serializer');
  2792.     }
  2793.     /**
  2794.      * Gets the public 'security.authorization_checker' alias.
  2795.      *
  2796.      * @return object The ".container.private.security.authorization_checker" service.
  2797.      */
  2798.     protected function getSecurity_AuthorizationCheckerService()
  2799.     {
  2800.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2801.         return $this->get('.container.private.security.authorization_checker');
  2802.     }
  2803.     /**
  2804.      * Gets the public 'security.token_storage' alias.
  2805.      *
  2806.      * @return object The ".container.private.security.token_storage" service.
  2807.      */
  2808.     protected function getSecurity_TokenStorageService()
  2809.     {
  2810.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2811.         return $this->get('.container.private.security.token_storage');
  2812.     }
  2813.     /**
  2814.      * Gets the public 'twig' alias.
  2815.      *
  2816.      * @return object The ".container.private.twig" service.
  2817.      */
  2818.     protected function getTwigService()
  2819.     {
  2820.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2821.         return $this->get('.container.private.twig');
  2822.     }
  2823.     /**
  2824.      * Gets the public 'validator' alias.
  2825.      *
  2826.      * @return object The ".container.private.validator" service.
  2827.      */
  2828.     protected function getValidatorService()
  2829.     {
  2830.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2831.         return $this->get('.container.private.validator');
  2832.     }
  2833.     /**
  2834.      * @return array|bool|float|int|string|null
  2835.      */
  2836.     public function getParameter(string $name)
  2837.     {
  2838.         if (isset($this->buildParameters[$name])) {
  2839.             return $this->buildParameters[$name];
  2840.         }
  2841.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2842.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2843.         }
  2844.         if (isset($this->loadedDynamicParameters[$name])) {
  2845.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2846.         }
  2847.         return $this->parameters[$name];
  2848.     }
  2849.     public function hasParameter(string $name): bool
  2850.     {
  2851.         if (isset($this->buildParameters[$name])) {
  2852.             return true;
  2853.         }
  2854.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2855.     }
  2856.     public function setParameter(string $name$value): void
  2857.     {
  2858.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2859.     }
  2860.     public function getParameterBag(): ParameterBagInterface
  2861.     {
  2862.         if (null === $this->parameterBag) {
  2863.             $parameters $this->parameters;
  2864.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2865.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2866.             }
  2867.             foreach ($this->buildParameters as $name => $value) {
  2868.                 $parameters[$name] = $value;
  2869.             }
  2870.             $this->parameterBag = new FrozenParameterBag($parameters);
  2871.         }
  2872.         return $this->parameterBag;
  2873.     }
  2874.     private $loadedDynamicParameters = [
  2875.         'kernel.runtime_environment' => false,
  2876.         'kernel.build_dir' => false,
  2877.         'kernel.cache_dir' => false,
  2878.         'partdb.banner' => false,
  2879.         'partdb.users.email_pw_reset' => false,
  2880.         'partdb.attachments.allow_downloads' => false,
  2881.         'partdb.demo_mode' => false,
  2882.         'kernel.secret' => false,
  2883.         'session.save_path' => false,
  2884.         'validator.mapping.cache.file' => false,
  2885.         'profiler.storage.dsn' => false,
  2886.         'debug.container.dump' => false,
  2887.         'serializer.mapping.cache.file' => false,
  2888.         'doctrine.orm.proxy_dir' => false,
  2889.     ];
  2890.     private $dynamicParameters = [];
  2891.     private function getDynamicParameter(string $name)
  2892.     {
  2893.         switch ($name) {
  2894.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2895.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2896.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2897.             case 'partdb.banner'$value $this->getEnv('trim:string:BANNER'); break;
  2898.             case 'partdb.users.email_pw_reset'$value $this->getEnv('validMailDSN:MAILER_DSN'); break;
  2899.             case 'partdb.attachments.allow_downloads'$value $this->getEnv('bool:ALLOW_ATTACHMENT_DOWNLOADS'); break;
  2900.             case 'partdb.demo_mode'$value $this->getEnv('bool:DEMO_MODE'); break;
  2901.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2902.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2903.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2904.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2905.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2906.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2907.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2908.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2909.         }
  2910.         $this->loadedDynamicParameters[$name] = true;
  2911.         return $this->dynamicParameters[$name] = $value;
  2912.     }
  2913.     protected function getDefaultParameters(): array
  2914.     {
  2915.         return [
  2916.             'kernel.project_dir' => \dirname(__DIR__4),
  2917.             'kernel.environment' => 'dev',
  2918.             'kernel.debug' => true,
  2919.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2920.             'kernel.bundles' => [
  2921.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2922.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2923.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2924.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2925.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2926.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2927.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2928.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2929.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2930.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2931.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2932.                 'DataTablesBundle' => 'Omines\\DataTablesBundle\\DataTablesBundle',
  2933.                 'ShivasVersioningBundle' => 'Shivas\\VersioningBundle\\ShivasVersioningBundle',
  2934.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2935.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2936.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2937.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2938.                 'GregwarCaptchaBundle' => 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle',
  2939.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  2940.                 'RU2FTwoFactorBundle' => 'R\\U2FTwoFactorBundle\\RU2FTwoFactorBundle',
  2941.                 'TranslationBundle' => 'Translation\\Bundle\\TranslationBundle',
  2942.                 'FlorianvSwapBundle' => 'Florianv\\SwapBundle\\FlorianvSwapBundle',
  2943.                 'NelmioSecurityBundle' => 'Nelmio\\SecurityBundle\\NelmioSecurityBundle',
  2944.             ],
  2945.             'kernel.bundles_metadata' => [
  2946.                 'FrameworkBundle' => [
  2947.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2948.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2949.                 ],
  2950.                 'SensioFrameworkExtraBundle' => [
  2951.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2952.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2953.                 ],
  2954.                 'DoctrineBundle' => [
  2955.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2956.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2957.                 ],
  2958.                 'DoctrineMigrationsBundle' => [
  2959.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2960.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2961.                 ],
  2962.                 'SecurityBundle' => [
  2963.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2964.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2965.                 ],
  2966.                 'TwigBundle' => [
  2967.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2968.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2969.                 ],
  2970.                 'WebProfilerBundle' => [
  2971.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2972.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2973.                 ],
  2974.                 'MonologBundle' => [
  2975.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2976.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2977.                 ],
  2978.                 'DebugBundle' => [
  2979.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2980.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2981.                 ],
  2982.                 'MakerBundle' => [
  2983.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2984.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2985.                 ],
  2986.                 'WebpackEncoreBundle' => [
  2987.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2988.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2989.                 ],
  2990.                 'DataTablesBundle' => [
  2991.                     'path' => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src'),
  2992.                     'namespace' => 'Omines\\DataTablesBundle',
  2993.                 ],
  2994.                 'ShivasVersioningBundle' => [
  2995.                     'path' => (\dirname(__DIR__4).'/vendor/shivas/versioning-bundle/src'),
  2996.                     'namespace' => 'Shivas\\VersioningBundle',
  2997.                 ],
  2998.                 'FOSCKEditorBundle' => [
  2999.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3000.                     'namespace' => 'FOS\\CKEditorBundle',
  3001.                 ],
  3002.                 'LiipImagineBundle' => [
  3003.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3004.                     'namespace' => 'Liip\\ImagineBundle',
  3005.                 ],
  3006.                 'DoctrineFixturesBundle' => [
  3007.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3008.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3009.                 ],
  3010.                 'TwigExtraBundle' => [
  3011.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3012.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3013.                 ],
  3014.                 'GregwarCaptchaBundle' => [
  3015.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle'),
  3016.                     'namespace' => 'Gregwar\\CaptchaBundle',
  3017.                 ],
  3018.                 'SchebTwoFactorBundle' => [
  3019.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/two-factor-bundle'),
  3020.                     'namespace' => 'Scheb\\TwoFactorBundle',
  3021.                 ],
  3022.                 'RU2FTwoFactorBundle' => [
  3023.                     'path' => (\dirname(__DIR__4).'/vendor/r/u2f-two-factor-bundle'),
  3024.                     'namespace' => 'R\\U2FTwoFactorBundle',
  3025.                 ],
  3026.                 'TranslationBundle' => [
  3027.                     'path' => (\dirname(__DIR__4).'/vendor/php-translation/symfony-bundle'),
  3028.                     'namespace' => 'Translation\\Bundle',
  3029.                 ],
  3030.                 'FlorianvSwapBundle' => [
  3031.                     'path' => (\dirname(__DIR__4).'/vendor/florianv/swap-bundle'),
  3032.                     'namespace' => 'Florianv\\SwapBundle',
  3033.                 ],
  3034.                 'NelmioSecurityBundle' => [
  3035.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/security-bundle'),
  3036.                     'namespace' => 'Nelmio\\SecurityBundle',
  3037.                 ],
  3038.             ],
  3039.             'kernel.charset' => 'UTF-8',
  3040.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3041.             'partdb.locale' => 'en',
  3042.             'partdb.timezone' => 'Europe/Prague',
  3043.             'partdb.title' => 'Součástky',
  3044.             'partdb.default_currency' => 'CZK',
  3045.             'partdb.global_theme' => '',
  3046.             'partdb.locale_menu' => [
  3047.                 => 'en',
  3048.                 => 'de',
  3049.                 => 'fr',
  3050.                 => 'ru',
  3051.                 => 'ja',
  3052.             ],
  3053.             'partdb.gpdr_compliance' => true,
  3054.             'partdb.users.use_gravatar' => true,
  3055.             'partdb.mail.sender_email' => 'soucastky@pernicka.ml',
  3056.             'partdb.mail.sender_name' => 'Součástky Web',
  3057.             'partdb.attachments.dir.media' => 'public/media/',
  3058.             'partdb.attachments.dir.secure' => 'uploads/',
  3059.             'partdb.error_pages.admin_email' => '',
  3060.             'partdb.error_pages.show_help' => true,
  3061.             'env(DEMO_MODE)' => 0,
  3062.             'env(ALLOW_ATTACHMENT_DOWNLOADS)' => 0,
  3063.             'event_dispatcher.event_aliases' => [
  3064.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3065.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3066.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3067.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3068.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3069.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3070.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3071.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3072.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3073.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3074.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3075.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3076.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3077.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3078.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3079.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3080.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3081.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3082.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3083.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3084.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3085.             ],
  3086.             'fragment.renderer.hinclude.global_template' => NULL,
  3087.             'fragment.path' => '/_fragment',
  3088.             'kernel.http_method_override' => false,
  3089.             'kernel.trusted_hosts' => [
  3090.             ],
  3091.             'kernel.default_locale' => 'en',
  3092.             'kernel.error_controller' => 'error_controller',
  3093.             'debug.file_link_format' => NULL,
  3094.             'session.metadata.storage_key' => '_sf2_meta',
  3095.             'session.storage.options' => [
  3096.                 'cache_limiter' => '0',
  3097.                 'cookie_secure' => 'auto',
  3098.                 'cookie_httponly' => true,
  3099.                 'cookie_samesite' => 'lax',
  3100.                 'gc_probability' => 1,
  3101.             ],
  3102.             'session.metadata.update_threshold' => 0,
  3103.             'form.type_extension.csrf.enabled' => true,
  3104.             'form.type_extension.csrf.field_name' => '_token',
  3105.             'asset.request_context.base_path' => NULL,
  3106.             'asset.request_context.secure' => NULL,
  3107.             'validator.translation_domain' => 'validators',
  3108.             'translator.logging' => false,
  3109.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3110.             'profiler_listener.only_exceptions' => false,
  3111.             'profiler_listener.only_main_requests' => false,
  3112.             'debug.error_handler.throw_at' => -1,
  3113.             'router.request_context.host' => 'localhost',
  3114.             'router.request_context.scheme' => 'http',
  3115.             'router.request_context.base_url' => '',
  3116.             'router.resource' => 'kernel::loadRoutes',
  3117.             'request_listener.http_port' => 80,
  3118.             'request_listener.https_port' => 443,
  3119.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3120.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3121.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3122.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3123.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3124.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3125.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3126.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3127.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3128.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3129.             'doctrine.entity_managers' => [
  3130.                 'default' => 'doctrine.orm.default_entity_manager',
  3131.             ],
  3132.             'doctrine.default_entity_manager' => 'default',
  3133.             'doctrine.dbal.connection_factory.types' => [
  3134.                 'datetime' => [
  3135.                     'class' => 'App\\Helpers\\UTCDateTimeType',
  3136.                 ],
  3137.                 'date' => [
  3138.                     'class' => 'App\\Helpers\\UTCDateTimeType',
  3139.                 ],
  3140.                 'big_decimal' => [
  3141.                     'class' => 'App\\Helpers\\BigDecimalType',
  3142.                 ],
  3143.             ],
  3144.             'doctrine.connections' => [
  3145.                 'default' => 'doctrine.dbal.default_connection',
  3146.             ],
  3147.             'doctrine.default_connection' => 'default',
  3148.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3149.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3150.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3151.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3152.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3153.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3154.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3155.             'doctrine.orm.cache.memcache_port' => 11211,
  3156.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3157.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3158.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3159.             'doctrine.orm.cache.memcached_port' => 11211,
  3160.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3161.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3162.             'doctrine.orm.cache.redis_host' => 'localhost',
  3163.             'doctrine.orm.cache.redis_port' => 6379,
  3164.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3165.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3166.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3167.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3168.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3169.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3170.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3171.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3172.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3173.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3174.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3175.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3176.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3177.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3178.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3179.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3180.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3181.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3182.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3183.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3184.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3185.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3186.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3187.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3188.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3189.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3190.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3191.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3192.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3193.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3194.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3195.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3196.             'doctrine.migrations.preferred_em' => NULL,
  3197.             'doctrine.migrations.preferred_connection' => NULL,
  3198.             'security.role_hierarchy.roles' => [
  3199.             ],
  3200.             'security.access.denied_url' => NULL,
  3201.             'security.authentication.manager.erase_credentials' => true,
  3202.             'security.authentication.session_strategy.strategy' => 'migrate',
  3203.             'security.access.always_authenticate_before_granting' => false,
  3204.             'security.authentication.hide_user_not_found' => true,
  3205.             'security.firewalls' => [
  3206.                 => 'dev',
  3207.                 => 'main',
  3208.             ],
  3209.             'security.main._indexed_authenticators' => [
  3210.             ],
  3211.             'twig.form.resources' => [
  3212.                 => '@GregwarCaptcha/captcha.html.twig',
  3213.                 => 'form_div_layout.html.twig',
  3214.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3215.                 => 'bootstrap_4_horizontal_layout.html.twig',
  3216.                 => 'Form/extendedBootstrap4_layout.html.twig',
  3217.                 => 'Form/permissionLayout.html.twig',
  3218.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3219.             ],
  3220.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3221.             'monolog.use_microseconds' => true,
  3222.             'monolog.swift_mailer.handlers' => [
  3223.             ],
  3224.             'monolog.handlers_to_channels' => [
  3225.                 'monolog.handler.console' => [
  3226.                     'type' => 'exclusive',
  3227.                     'elements' => [
  3228.                         => 'event',
  3229.                         => 'doctrine',
  3230.                         => 'console',
  3231.                     ],
  3232.                 ],
  3233.                 'monolog.handler.main' => [
  3234.                     'type' => 'exclusive',
  3235.                     'elements' => [
  3236.                         => 'event',
  3237.                     ],
  3238.                 ],
  3239.             ],
  3240.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3241.             'datatables.config' => [
  3242.                 'language_from_cdn' => false,
  3243.                 'options' => [
  3244.                     'lengthMenu' => [
  3245.                         => [
  3246.                             => 10,
  3247.                             => 25,
  3248.                             => 50,
  3249.                             => 100,
  3250.                             => -1,
  3251.                         ],
  3252.                         => [
  3253.                             => 10,
  3254.                             => 25,
  3255.                             => 50,
  3256.                             => 100,
  3257.                             => 'All',
  3258.                         ],
  3259.                     ],
  3260.                     'pageLength' => 50,
  3261.                     'dom' => '  <\'row\'<\'col mb-2 input-group\' B l> <\'col mb-2\' <\'pull-right\' p>>> <\'card\' rt <\'card-footer card-footer-table text-muted\' i > > <\'row\'<\'col mt-2 input-group\' B l> <\'col mt-2\' <\'pull-right\' p>>>',
  3262.                     'pagingType' => 'simple_numbers',
  3263.                     'searching' => true,
  3264.                     'stateSave' => true,
  3265.                 ],
  3266.                 'template_parameters' => [
  3267.                     'className' => 'table table-striped table-hover table-sm data-table',
  3268.                     'columnFilter' => NULL,
  3269.                 ],
  3270.                 'translation_domain' => 'messages',
  3271.                 'persist_state' => 'fragment',
  3272.                 'method' => 'POST',
  3273.                 'template' => '@DataTables/datatable_html.html.twig',
  3274.             ],
  3275.             'liip_imagine.resolvers' => [
  3276.                 'default' => [
  3277.                     'web_path' => [
  3278.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3279.                         'cache_prefix' => 'media/cache',
  3280.                     ],
  3281.                 ],
  3282.             ],
  3283.             'liip_imagine.loaders' => [
  3284.                 'default' => [
  3285.                     'filesystem' => [
  3286.                         'locator' => 'filesystem',
  3287.                         'data_root' => [
  3288.                             => (\dirname(__DIR__4).'/public'),
  3289.                         ],
  3290.                         'allow_unresolvable_data_roots' => false,
  3291.                         'bundle_resources' => [
  3292.                             'enabled' => false,
  3293.                             'access_control_type' => 'blacklist',
  3294.                             'access_control_list' => [
  3295.                             ],
  3296.                         ],
  3297.                     ],
  3298.                 ],
  3299.             ],
  3300.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3301.             'liip_imagine.jpegoptim.stripAll' => true,
  3302.             'liip_imagine.jpegoptim.max' => NULL,
  3303.             'liip_imagine.jpegoptim.progressive' => true,
  3304.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3305.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3306.             'liip_imagine.optipng.level' => 7,
  3307.             'liip_imagine.optipng.stripAll' => true,
  3308.             'liip_imagine.optipng.tempDir' => NULL,
  3309.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3310.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3311.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3312.             'liip_imagine.cache.resolver.default' => 'default',
  3313.             'liip_imagine.default_image' => NULL,
  3314.             'liip_imagine.filter_sets' => [
  3315.                 'thumbnail_sm' => [
  3316.                     'quality' => 70,
  3317.                     'jpeg_quality' => NULL,
  3318.                     'png_compression_level' => NULL,
  3319.                     'png_compression_filter' => NULL,
  3320.                     'format' => NULL,
  3321.                     'animated' => false,
  3322.                     'cache' => NULL,
  3323.                     'data_loader' => NULL,
  3324.                     'default_image' => NULL,
  3325.                     'filters' => [
  3326.                         'thumbnail' => [
  3327.                             'size' => [
  3328.                                 => 150,
  3329.                                 => 150,
  3330.                             ],
  3331.                             'mode' => 'inset',
  3332.                         ],
  3333.                     ],
  3334.                     'post_processors' => [
  3335.                     ],
  3336.                 ],
  3337.                 'thumbnail_md' => [
  3338.                     'quality' => 75,
  3339.                     'jpeg_quality' => NULL,
  3340.                     'png_compression_level' => NULL,
  3341.                     'png_compression_filter' => NULL,
  3342.                     'format' => NULL,
  3343.                     'animated' => false,
  3344.                     'cache' => NULL,
  3345.                     'data_loader' => NULL,
  3346.                     'default_image' => NULL,
  3347.                     'filters' => [
  3348.                         'thumbnail' => [
  3349.                             'size' => [
  3350.                                 => 250,
  3351.                                 => 250,
  3352.                             ],
  3353.                             'mode' => 'inset',
  3354.                         ],
  3355.                     ],
  3356.                     'post_processors' => [
  3357.                     ],
  3358.                 ],
  3359.             ],
  3360.             'liip_imagine.binary.loader.default' => 'default',
  3361.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3362.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3363.             'liip_imagine.webp.generate' => false,
  3364.             'liip_imagine.webp.options' => [
  3365.                 'quality' => 100,
  3366.                 'cache' => NULL,
  3367.                 'data_loader' => NULL,
  3368.                 'post_processors' => [
  3369.                 ],
  3370.             ],
  3371.             'gregwar_captcha.controller.class' => 'Gregwar\\CaptchaBundle\\Controller\\CaptchaController',
  3372.             'gregwar_captcha.captcha_type.class' => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType',
  3373.             'gregwar_captcha.captcha_generator.class' => 'Gregwar\\CaptchaBundle\\Generator\\CaptchaGenerator',
  3374.             'gregwar_captcha.image_file_handler.class' => 'Gregwar\\CaptchaBundle\\Generator\\ImageFileHandler',
  3375.             'gregwar_captcha.captcha_builder.class' => 'Gregwar\\Captcha\\CaptchaBuilder',
  3376.             'gregwar_captcha.phrase_builder.class' => 'Gregwar\\Captcha\\PhraseBuilder',
  3377.             'gregwar_captcha.config' => [
  3378.                 'length' => 5,
  3379.                 'width' => 130,
  3380.                 'height' => 50,
  3381.                 'font' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf'),
  3382.                 'keep_value' => false,
  3383.                 'charset' => 'abcdefhjkmnprstuvwxyz23456789',
  3384.                 'as_file' => false,
  3385.                 'as_url' => false,
  3386.                 'reload' => false,
  3387.                 'image_folder' => 'captcha',
  3388.                 'web_path' => (\dirname(__DIR__4).'/public'),
  3389.                 'gc_freq' => 100,
  3390.                 'expiration' => 60,
  3391.                 'quality' => 50,
  3392.                 'invalid_message' => 'Bad code value',
  3393.                 'bypass_code' => NULL,
  3394.                 'whitelist_key' => 'captcha_whitelist_key',
  3395.                 'humanity' => 0,
  3396.                 'distortion' => true,
  3397.                 'max_front_lines' => NULL,
  3398.                 'max_behind_lines' => NULL,
  3399.                 'interpolation' => true,
  3400.                 'text_color' => [
  3401.                 ],
  3402.                 'background_color' => [
  3403.                 ],
  3404.                 'background_images' => [
  3405.                 ],
  3406.                 'disabled' => false,
  3407.                 'ignore_all_effects' => false,
  3408.                 'session_key' => 'captcha',
  3409.             ],
  3410.             'gregwar_captcha.config.image_folder' => 'captcha',
  3411.             'gregwar_captcha.config.web_path' => (\dirname(__DIR__4).'/public'),
  3412.             'gregwar_captcha.config.gc_freq' => 100,
  3413.             'gregwar_captcha.config.expiration' => 60,
  3414.             'gregwar_captcha.config.whitelist_key' => 'captcha_whitelist_key',
  3415.             'scheb_two_factor.model_manager_name' => NULL,
  3416.             'scheb_two_factor.email.sender_email' => 'no-reply@example.com',
  3417.             'scheb_two_factor.email.sender_name' => NULL,
  3418.             'scheb_two_factor.email.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  3419.             'scheb_two_factor.email.digits' => 4,
  3420.             'scheb_two_factor.google.server_name' => 'Součástky',
  3421.             'scheb_two_factor.google.issuer' => 'Part-DB',
  3422.             'scheb_two_factor.google.template' => 'security/2fa_form.html.twig',
  3423.             'scheb_two_factor.google.digits' => 6,
  3424.             'scheb_two_factor.google.window' => 1,
  3425.             'scheb_two_factor.totp.issuer' => NULL,
  3426.             'scheb_two_factor.totp.server_name' => NULL,
  3427.             'scheb_two_factor.totp.window' => 1,
  3428.             'scheb_two_factor.totp.parameters' => [
  3429.             ],
  3430.             'scheb_two_factor.totp.template' => '@SchebTwoFactor/Authentication/form.html.twig',
  3431.             'scheb_two_factor.trusted_device.enabled' => true,
  3432.             'scheb_two_factor.trusted_device.cookie_name' => 'trusted_device',
  3433.             'scheb_two_factor.trusted_device.lifetime' => 5184000,
  3434.             'scheb_two_factor.trusted_device.extend_lifetime' => false,
  3435.             'scheb_two_factor.trusted_device.cookie_secure' => false,
  3436.             'scheb_two_factor.trusted_device.cookie_same_site' => 'lax',
  3437.             'scheb_two_factor.trusted_device.cookie_domain' => NULL,
  3438.             'scheb_two_factor.trusted_device.cookie_path' => '/',
  3439.             'scheb_two_factor.security_tokens' => [
  3440.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  3441.             ],
  3442.             'scheb_two_factor.ip_whitelist' => [
  3443.             ],
  3444.             'r_u2f_two_factor.formTemplate' => '/security/U2F/u2f_login.html.twig',
  3445.             'r_u2f_two_factor.registerTemplate' => '/security/U2F/u2f_register.html.twig',
  3446.             'r_u2f_two_factor.authCodeParameter' => '_auth_code',
  3447.             'extractor_vendor_dir' => (\dirname(__DIR__4).'/vendor/php-translation/extractor/src'),
  3448.             'php_translation.locales' => [
  3449.                 => 'en',
  3450.                 => 'de',
  3451.             ],
  3452.             'php_translation.default_locale' => 'en',
  3453.             'php_translation.webui.enabled' => true,
  3454.             'php_translation.webui.allow_create' => true,
  3455.             'php_translation.webui.allow_delete' => true,
  3456.             'php_translation.webui.file_base_path' => (\dirname(__DIR__4).'/'),
  3457.             'php_translation.toolbar.allow_edit' => true,
  3458.             'nelmio_security.clickjacking.paths' => [
  3459.                 '^/.*' => [
  3460.                     'header' => 'SAMEORIGIN',
  3461.                 ],
  3462.             ],
  3463.             'nelmio_security.clickjacking.content_types' => [
  3464.             ],
  3465.             'nelmio_security.nonce_generator.number_of_bytes' => 16,
  3466.             'nelmio_security.csp.hash_algorithm' => 'sha256',
  3467.             'nelmio_security.csp.report_log_level' => 'notice',
  3468.             'nelmio_security.content_type.nosniff' => true,
  3469.             'nelmio_security.external_redirects.whitelist' => NULL,
  3470.             'nelmio_security.external_redirects.override' => NULL,
  3471.             'nelmio_security.external_redirects.forward_as' => NULL,
  3472.             'nelmio_security.external_redirects.abort' => true,
  3473.             'nelmio_security.referrer_policy.policies' => [
  3474.                 => 'no-referrer',
  3475.                 => 'strict-origin-when-cross-origin',
  3476.             ],
  3477.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3478.             'data_collector.templates' => [
  3479.                 'data_collector.request' => [
  3480.                     => 'request',
  3481.                     => '@WebProfiler/Collector/request.html.twig',
  3482.                 ],
  3483.                 'data_collector.time' => [
  3484.                     => 'time',
  3485.                     => '@WebProfiler/Collector/time.html.twig',
  3486.                 ],
  3487.                 'data_collector.memory' => [
  3488.                     => 'memory',
  3489.                     => '@WebProfiler/Collector/memory.html.twig',
  3490.                 ],
  3491.                 'data_collector.validator' => [
  3492.                     => 'validator',
  3493.                     => '@WebProfiler/Collector/validator.html.twig',
  3494.                 ],
  3495.                 'data_collector.ajax' => [
  3496.                     => 'ajax',
  3497.                     => '@WebProfiler/Collector/ajax.html.twig',
  3498.                 ],
  3499.                 'data_collector.form' => [
  3500.                     => 'form',
  3501.                     => '@WebProfiler/Collector/form.html.twig',
  3502.                 ],
  3503.                 'data_collector.exception' => [
  3504.                     => 'exception',
  3505.                     => '@WebProfiler/Collector/exception.html.twig',
  3506.                 ],
  3507.                 'data_collector.logger' => [
  3508.                     => 'logger',
  3509.                     => '@WebProfiler/Collector/logger.html.twig',
  3510.                 ],
  3511.                 'data_collector.events' => [
  3512.                     => 'events',
  3513.                     => '@WebProfiler/Collector/events.html.twig',
  3514.                 ],
  3515.                 'data_collector.router' => [
  3516.                     => 'router',
  3517.                     => '@WebProfiler/Collector/router.html.twig',
  3518.                 ],
  3519.                 'data_collector.cache' => [
  3520.                     => 'cache',
  3521.                     => '@WebProfiler/Collector/cache.html.twig',
  3522.                 ],
  3523.                 'data_collector.translation' => [
  3524.                     => 'translation',
  3525.                     => '@WebProfiler/Collector/translation.html.twig',
  3526.                 ],
  3527.                 'data_collector.security' => [
  3528.                     => 'security',
  3529.                     => '@Security/Collector/security.html.twig',
  3530.                 ],
  3531.                 'data_collector.twig' => [
  3532.                     => 'twig',
  3533.                     => '@WebProfiler/Collector/twig.html.twig',
  3534.                 ],
  3535.                 'data_collector.http_client' => [
  3536.                     => 'http_client',
  3537.                     => '@WebProfiler/Collector/http_client.html.twig',
  3538.                 ],
  3539.                 'data_collector.doctrine' => [
  3540.                     => 'db',
  3541.                     => '@Doctrine/Collector/db.html.twig',
  3542.                 ],
  3543.                 'doctrine_migrations.migrations_collector' => [
  3544.                     => 'doctrine_migrations',
  3545.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  3546.                 ],
  3547.                 'data_collector.dump' => [
  3548.                     => 'dump',
  3549.                     => '@Debug/Profiler/dump.html.twig',
  3550.                 ],
  3551.                 'php_translation.data_collector' => [
  3552.                     => 'translation',
  3553.                     => '@Translation/SymfonyProfiler/translation.html.twig',
  3554.                 ],
  3555.                 'mailer.data_collector' => [
  3556.                     => 'mailer',
  3557.                     => '@WebProfiler/Collector/mailer.html.twig',
  3558.                 ],
  3559.                 'data_collector.config' => [
  3560.                     => 'config',
  3561.                     => '@WebProfiler/Collector/config.html.twig',
  3562.                 ],
  3563.             ],
  3564.             'console.command.ids' => [
  3565.             ],
  3566.         ];
  3567.     }
  3568.     protected function throw($message)
  3569.     {
  3570.         throw new RuntimeException($message);
  3571.     }
  3572. }