var/cache/dev/ContainerIie2bqW/App_KernelDevDebugContainer.php line 2325

Open in your IDE?
  1. <?php
  2. namespace ContainerIie2bqW;
  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.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'Shivas\\VersioningBundle\\Service\\VersionManager' => 'getVersionManagerService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'event_dispatcher' => 'getEventDispatcherService',
  49.             'gaufrette.attachment_fs_filesystem' => 'getGaufrette_AttachmentFsFilesystemService',
  50.             'gaufrette.event_image_fs_filesystem' => 'getGaufrette_EventImageFsFilesystemService',
  51.             'http_kernel' => 'getHttpKernelService',
  52.             'knp_gaufrette.filesystem_map' => 'getKnpGaufrette_FilesystemMapService',
  53.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  54.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  55.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  56.             'liip_imagine.cache.resolver.eventtype_image' => 'getLiipImagine_Cache_Resolver_EventtypeImageService',
  57.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  58.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  59.             'payum.profiler.payum_collector' => 'getPayum_Profiler_PayumCollectorService',
  60.             'request_stack' => 'getRequestStackService',
  61.             'router' => 'getRouterService',
  62.             'translator' => 'getTranslatorService',
  63.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  64.             'cache_clearer' => 'getCacheClearerService',
  65.             'filesystem' => 'getFilesystemService',
  66.             'serializer' => 'getSerializerService',
  67.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  68.             'form.factory' => 'getForm_FactoryService',
  69.             'form.type.file' => 'getForm_Type_FileService',
  70.             'profiler' => 'getProfilerService',
  71.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  72.             'security.token_storage' => 'getSecurity_TokenStorageService',
  73.             'twig' => 'getTwigService',
  74.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  75.             'session' => 'getSessionService',
  76.             'validator' => 'getValidatorService',
  77.         ];
  78.         $this->fileMap = [
  79.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  80.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  81.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  82.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  83.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  84.             '.container.private.session' => 'get_Container_Private_SessionService',
  85.             'App\\Controller\\AdminApiController' => 'getAdminApiControllerService',
  86.             'App\\Controller\\AdminEmailTemplateController' => 'getAdminEmailTemplateControllerService',
  87.             'App\\Controller\\AdminOrganizationUnitController' => 'getAdminOrganizationUnitControllerService',
  88.             'App\\Controller\\AdminUserController' => 'getAdminUserControllerService',
  89.             'App\\Controller\\AttachmentController' => 'getAttachmentControllerService',
  90.             'App\\Controller\\BookingController' => 'getBookingControllerService',
  91.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  92.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  93.             'App\\Controller\\DocumentTemplateController' => 'getDocumentTemplateControllerService',
  94.             'App\\Controller\\EBookingController' => 'getEBookingControllerService',
  95.             'App\\Controller\\EventController' => 'getEventControllerService',
  96.             'App\\Controller\\EventTypeController' => 'getEventTypeControllerService',
  97.             'App\\Controller\\FrontEndController' => 'getFrontEndControllerService',
  98.             'App\\Controller\\FrontEndEventsController' => 'getFrontEndEventsControllerService',
  99.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  100.             'App\\Controller\\ReasonController' => 'getReasonControllerService',
  101.             'App\\Controller\\ReportController' => 'getReportControllerService',
  102.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  103.             'App\\Controller\\ResourceController' => 'getResourceControllerService',
  104.             'App\\Controller\\RestApi2Controller' => 'getRestApi2ControllerService',
  105.             'App\\Controller\\RestApiController' => 'getRestApiControllerService',
  106.             'App\\Controller\\TicketTypeController' => 'getTicketTypeControllerService',
  107.             'App\\Controller\\UserController' => 'getUserControllerService',
  108.             'App\\Controller\\VoucherController' => 'getVoucherControllerService',
  109.             'App\\Controller\\VoucherFeController' => 'getVoucherFeControllerService',
  110.             'App\\Controller\\VoucherStoreController' => 'getVoucherStoreControllerService',
  111.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  112.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  113.             'Omines\\DataTablesBundle\\DataTableFactory' => 'getDataTableFactoryService',
  114.             'Payum\\Bundle\\PayumBundle\\Controller\\AuthorizeController' => 'getAuthorizeControllerService',
  115.             'Payum\\Bundle\\PayumBundle\\Controller\\CancelController' => 'getCancelControllerService',
  116.             'Payum\\Bundle\\PayumBundle\\Controller\\CaptureController' => 'getCaptureControllerService',
  117.             'Payum\\Bundle\\PayumBundle\\Controller\\NotifyController' => 'getNotifyControllerService',
  118.             'Payum\\Bundle\\PayumBundle\\Controller\\PayoutController' => 'getPayoutControllerService',
  119.             'Payum\\Bundle\\PayumBundle\\Controller\\RefundController' => 'getRefundControllerService',
  120.             'Payum\\Bundle\\PayumBundle\\Controller\\SyncController' => 'getSyncControllerService',
  121.             'SM\\Callback\\CascadeTransitionCallback' => 'getCascadeTransitionCallbackService',
  122.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  123.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  124.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  125.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  126.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  127.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  128.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  129.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  130.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  131.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  132.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  133.             'app.attendee_processor' => 'getApp_AttendeeProcessorService',
  134.             'app.booking_processor' => 'getApp_BookingProcessorService',
  135.             'app.ebooking_processor' => 'getApp_EbookingProcessorService',
  136.             'cache.app_clearer' => 'getCache_AppClearerService',
  137.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  138.             'cache.system_clearer' => 'getCache_SystemClearerService',
  139.             'cache_warmer' => 'getCacheWarmerService',
  140.             'console.command_loader' => 'getConsole_CommandLoaderService',
  141.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  142.             'error_controller' => 'getErrorControllerService',
  143.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  144.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  145.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  146.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  147.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  148.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  149.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  150.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  151.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  152.             'liip_imagine.binary.loader.stream.event_images' => 'getLiipImagine_Binary_Loader_Stream_EventImagesService',
  153.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  154.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  155.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  156.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  157.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  158.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  159.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  160.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  161.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  162.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  163.             'payum' => 'getPayumService',
  164.             'payum.action.get_http_request' => 'getPayum_Action_GetHttpRequestService',
  165.             'payum.action.obtain_credit_card_builder' => 'getPayum_Action_ObtainCreditCardBuilderService',
  166.             'payum.builder' => 'getPayum_BuilderService',
  167.             'payum.converter.reply_to_http_response' => 'getPayum_Converter_ReplyToHttpResponseService',
  168.             'payum.extension.log_executed_actions' => 'getPayum_Extension_LogExecutedActionsService',
  169.             'payum.extension.logger' => 'getPayum_Extension_LoggerService',
  170.             'payum.extension.storage.app_entity_payment' => 'getPayum_Extension_Storage_AppEntityPaymentService',
  171.             'payum.form.extension.gateway_factories_choice' => 'getPayum_Form_Extension_GatewayFactoriesChoiceService',
  172.             'payum.form.type.credit_card' => 'getPayum_Form_Type_CreditCardService',
  173.             'payum.form.type.credit_card_expiration_date' => 'getPayum_Form_Type_CreditCardExpirationDateService',
  174.             'payum.form.type.gateway_config' => 'getPayum_Form_Type_GatewayConfigService',
  175.             'payum.form.type.gateway_factories_choice' => 'getPayum_Form_Type_GatewayFactoriesChoiceService',
  176.             'payum.listener.reply_to_http_response' => 'getPayum_Listener_ReplyToHttpResponseService',
  177.             'payum.security.token_storage' => 'getPayum_Security_TokenStorageService',
  178.             'payum.static_registry' => 'getPayum_StaticRegistryService',
  179.             'payum.storage.app_entity_payment' => 'getPayum_Storage_AppEntityPaymentService',
  180.             'payum.storage.app_entity_paymenttoken' => 'getPayum_Storage_AppEntityPaymenttokenService',
  181.             'routing.loader' => 'getRouting_LoaderService',
  182.             'services_resetter' => 'getServicesResetterService',
  183.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  184.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  185.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  186.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  187.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  188.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  189.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  190.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  191.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  192.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  193.         ];
  194.         $this->aliases = [
  195.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  196.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  197.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  198.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  199.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  200.             'Payum\\Core\\Payum' => 'payum',
  201.             'database_connection' => 'doctrine.dbal.default_connection',
  202.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  203.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  204.             'mailer' => 'swiftmailer.mailer.default',
  205.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  206.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  207.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  208.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  209.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  210.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  211.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  212.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  213.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  214.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  215.         ];
  216.         $this->privates['service_container'] = function () {
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  223.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  225.             include_once \dirname(__DIR__4).'/src/Event/TwigSubscriber.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  237.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  260.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  342.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  362.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  364.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  365.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  368.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  369.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  373.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  376.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  377.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  435.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  436.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  439.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  441.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  442.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  459.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  461.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  462.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  464.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Service/VersionManager.php';
  465.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Writer/WriterInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Writer/VersionWriter.php';
  467.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Formatter/FormatterInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Formatter/GitDescribeFormatter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Provider/ProviderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Provider/VersionProvider.php';
  471.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Provider/GitRepositoryProvider.php';
  472.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Provider/RevisionProvider.php';
  473.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Provider/InitialVersionProvider.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  475.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  476.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Factory/FactoryInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Factory/ClearableFactoryInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Factory/AbstractFactory.php';
  484.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Factory/Factory.php';
  485.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Callback/CallbackFactoryInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Callback/CallbackFactory.php';
  487.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine-bundle/Callback/ContainerAwareCallbackFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemMapInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/FilesystemMap.php';
  490.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  492.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  493.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  494.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  496.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  497.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  498.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  499.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  505.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  507.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  510.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  511.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  512.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  513.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  517.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  520.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  521.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  522.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  523.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  525.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  526.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  527.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  529.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  530.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  533.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  536.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  537.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  539.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  542.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  544.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/Logger/RedisLogger.php';
  546.             include_once \dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Extension/ExtensionInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/payum/payum-bundle/Profiler/PayumCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  562.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  568.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  584.             include_once \dirname(__DIR__4).'/src/Serializer/EventNormalizer.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  594.             include_once \dirname(__DIR__4).'/src/Serializer/TaskNormalizer.php';
  595.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  639.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/DataCollector/RedisDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  662.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  678.             include_once \dirname(__DIR__4).'/src/Twig/SeewhenExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  683.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  685.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  687.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  688.             include_once \dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Twig/DataTablesExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/shivas/versioning-bundle/Twig/VersionExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/winzou/state-machine/src/SM/Extension/Twig/SMExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  696.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  699.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  700.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  711.         };
  712.     }
  713.     public function compile(): void
  714.     {
  715.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  716.     }
  717.     public function isCompiled(): bool
  718.     {
  719.         return true;
  720.     }
  721.     public function getRemovedIds(): array
  722.     {
  723.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  724.     }
  725.     protected function load($file$lazyLoad true)
  726.     {
  727.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  728.             return $class::do($this$lazyLoad);
  729.         }
  730.         if ('.' === $file[-4]) {
  731.             $class substr($class0, -4);
  732.         } else {
  733.             $file .= '.php';
  734.         }
  735.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  736.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  737.     }
  738.     protected function createProxy($class, \Closure $factory)
  739.     {
  740.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  741.         return $factory();
  742.     }
  743.     /**
  744.      * Gets the public '.container.private.filesystem' shared service.
  745.      *
  746.      * @return \Symfony\Component\Filesystem\Filesystem
  747.      */
  748.     protected function get_Container_Private_FilesystemService()
  749.     {
  750.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  751.     }
  752.     /**
  753.      * Gets the public '.container.private.profiler' shared service.
  754.      *
  755.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  756.      */
  757.     protected function get_Container_Private_ProfilerService()
  758.     {
  759.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  760.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  761.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  762.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  763.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  764.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  765.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  766.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  767.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  768.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  769.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  770.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  771.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  772.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  773.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  774.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  775.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  776.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  777.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  778.         $d->addInstance('shivas_versioning.cache.version', ($this->privates['shivas_versioning.cache.version'] ?? $this->getShivasVersioning_Cache_VersionService()));
  779.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  780.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  781.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  782.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  783.         if ($this->has('kernel')) {
  784.             $f->setKernel($b);
  785.         }
  786.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  787.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  788.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  789.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  790.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  791.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  792.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  793.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  794.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  795.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  796.         $instance->add($d);
  797.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  798.         $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->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  799.         $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())));
  800.         $instance->add($e);
  801.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  802.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  803.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  804.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  805.         $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()))));
  806.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  807.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  808.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(($this->privates['snc_redis.logger'] ?? $this->getSncRedis_LoggerService())));
  809.         $instance->add(($this->services['payum.profiler.payum_collector'] ?? ($this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector())));
  810.         $instance->add($f);
  811.         return $instance;
  812.     }
  813.     /**
  814.      * Gets the public '.container.private.security.authorization_checker' shared service.
  815.      *
  816.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  817.      */
  818.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  819.     {
  820.         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['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  821.     }
  822.     /**
  823.      * Gets the public '.container.private.security.token_storage' shared service.
  824.      *
  825.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  826.      */
  827.     protected function get_Container_Private_Security_TokenStorageService()
  828.     {
  829.         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, [
  830.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  831.         ], [
  832.             'request_stack' => '?',
  833.         ]));
  834.     }
  835.     /**
  836.      * Gets the public '.container.private.serializer' shared service.
  837.      *
  838.      * @return \Symfony\Component\Serializer\Serializer
  839.      */
  840.     protected function get_Container_Private_SerializerService()
  841.     {
  842.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  843.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  844.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  845.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  846.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  847.         $f = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, []);
  848.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\Serializer\EventNormalizer($f, ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())), => new \App\Serializer\TaskNormalizer(($this->services['router'] ?? $this->getRouterService()), $f), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => 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(), 10 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 13 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 14 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 15 => $f], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  849.     }
  850.     /**
  851.      * Gets the public '.container.private.twig' shared service.
  852.      *
  853.      * @return \Twig\Environment
  854.      */
  855.     protected function get_Container_Private_TwigService()
  856.     {
  857.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  859.         $a->addPath((\dirname(__DIR__4).'/theme'));
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  872.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  873.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  874.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  875.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/DataTablesBundle'), 'DataTables');
  876.         $a->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), 'DataTables');
  877.         $a->addPath((\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/views'), '!DataTables');
  878.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  879.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  880.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  881.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  882.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  883.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  884.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), 'TetranzSelect2Entity');
  885.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), '!TetranzSelect2Entity');
  886.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/Resources/views'), 'SncRedis');
  887.         $a->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/Resources/views'), '!SncRedis');
  888.         $a->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), 'Payum');
  889.         $a->addPath((\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/views'), '!Payum');
  890.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  891.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  892.         $a->addPath((\dirname(__DIR__4).'/templates'));
  893.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  894.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  895.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  896.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  897.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  898.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  899.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  900.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  901.         $f = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  902.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  903.         $h = ($this->services['router'] ?? $this->getRouterService());
  904.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  905.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  906.         $j = new \Knp\Menu\Util\MenuManipulator();
  907.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  908.         $l = new \Symfony\Bridge\Twig\AppVariable();
  909.         $l->setEnvironment('dev');
  910.         $l->setDebug(true);
  911.         if ($this->has('.container.private.security.token_storage')) {
  912.             $l->setTokenStorage($c);
  913.         }
  914.         if ($this->has('request_stack')) {
  915.             $l->setRequestStack($b);
  916.         }
  917.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  918.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  919.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  920.         $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)));
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  923.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  931.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  932.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  933.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  934.         $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())));
  935.         $instance->addExtension(new \App\Twig\SeewhenExtension());
  936.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  937.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  938.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  939.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  940.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  941.         ], [
  942.             'list' => '?',
  943.             'twig' => '?',
  944.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  945.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  946.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  947.         }, 2)), $j$k), $k$j));
  948.         $instance->addExtension(new \Omines\DataTablesBundle\Twig\DataTablesExtension($e));
  949.         $instance->addExtension(new \Shivas\VersioningBundle\Twig\VersionExtension(($this->services['Shivas\\VersioningBundle\\Service\\VersionManager'] ?? $this->getVersionManagerService())));
  950.         $instance->addExtension(new \SM\Extension\Twig\SMExtension(($this->privates['SM\\Factory\\Factory'] ?? $this->getFactoryService())));
  951.         $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)))));
  952.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.gaufrette'] ?? $this->getVichUploader_Storage_GaufretteService()))));
  953.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  954.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  955.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  956.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  957.         ], [
  958.             'webpack_encore.entrypoint_lookup_collection' => '?',
  959.             'webpack_encore.tag_renderer' => '?',
  960.         ])));
  961.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  962.         $instance->addGlobal('app'$l);
  963.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  964.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  965.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  966.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  967.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  968.         ], [
  969.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  970.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  971.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  972.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  973.         ])));
  974.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  975.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  976.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  977.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('d-M-Y H:i''%d days''Europe/London'0'.'','))->configure($instance);
  978.         return $instance;
  979.     }
  980.     /**
  981.      * Gets the public '.container.private.validator' shared service.
  982.      *
  983.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  984.      */
  985.     protected function get_Container_Private_ValidatorService()
  986.     {
  987.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  988.     }
  989.     /**
  990.      * Gets the public 'Shivas\VersioningBundle\Service\VersionManager' shared service.
  991.      *
  992.      * @return \Shivas\VersioningBundle\Service\VersionManager
  993.      */
  994.     protected function getVersionManagerService()
  995.     {
  996.         $this->services['Shivas\\VersioningBundle\\Service\\VersionManager'] = $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());
  997.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\VersionProvider(\dirname(__DIR__4)), 'version'100);
  998.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\GitRepositoryProvider(\dirname(__DIR__4)), 'git', -25);
  999.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\RevisionProvider(\dirname(__DIR__4)), 'revision', -50);
  1000.         $instance->addProvider(new \Shivas\VersioningBundle\Provider\InitialVersionProvider(), 'init', -75);
  1001.         return $instance;
  1002.     }
  1003.     /**
  1004.      * Gets the public 'cache.app' shared service.
  1005.      *
  1006.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1007.      */
  1008.     protected function getCache_AppService()
  1009.     {
  1010.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('kKCJoFgKv8'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1011.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1012.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1013.     }
  1014.     /**
  1015.      * Gets the public 'cache.system' shared service.
  1016.      *
  1017.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1018.      */
  1019.     protected function getCache_SystemService()
  1020.     {
  1021.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gayXs+DxHn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1022.     }
  1023.     /**
  1024.      * Gets the public 'cache.validator_expression_language' shared service.
  1025.      *
  1026.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1027.      */
  1028.     protected function getCache_ValidatorExpressionLanguageService()
  1029.     {
  1030.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LwvnrqSMKZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1031.     }
  1032.     /**
  1033.      * Gets the public 'data_collector.dump' shared service.
  1034.      *
  1035.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1036.      */
  1037.     protected function getDataCollector_DumpService()
  1038.     {
  1039.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1040.     }
  1041.     /**
  1042.      * Gets the public 'doctrine' shared service.
  1043.      *
  1044.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1045.      */
  1046.     protected function getDoctrineService()
  1047.     {
  1048.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1049.     }
  1050.     /**
  1051.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1052.      *
  1053.      * @return \Doctrine\DBAL\Connection
  1054.      */
  1055.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1056.     {
  1057.         $a = new \Doctrine\DBAL\Configuration();
  1058.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1059.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1060.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1061.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1062.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1063.         $c->setConnectionName('default');
  1064.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1065.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.6''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1066.             'App\\Event\\BookingSubscriber' => ['privates''App\\Event\\BookingSubscriber''getBookingSubscriberService'true],
  1067.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1068.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1069.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1070.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1071.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  1072.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  1073.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  1074.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1075.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1076.             'vich_uploader.listener.clean.event_image' => ['privates''vich_uploader.listener.clean.event_image''getVichUploader_Listener_Clean_EventImageService'true],
  1077.             'vich_uploader.listener.remove.event_image' => ['privates''vich_uploader.listener.remove.event_image''getVichUploader_Listener_Remove_EventImageService'true],
  1078.             'vich_uploader.listener.upload.event_image' => ['privates''vich_uploader.listener.upload.event_image''getVichUploader_Listener_Upload_EventImageService'true],
  1079.         ], [
  1080.             'App\\Event\\BookingSubscriber' => '?',
  1081.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1082.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1083.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1084.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1085.             'fos_user.user_listener' => '?',
  1086.             'stof_doctrine_extensions.listener.blameable' => '?',
  1087.             'stof_doctrine_extensions.listener.loggable' => '?',
  1088.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1089.             'stof_doctrine_extensions.listener.tree' => '?',
  1090.             'vich_uploader.listener.clean.event_image' => '?',
  1091.             'vich_uploader.listener.remove.event_image' => '?',
  1092.             'vich_uploader.listener.upload.event_image' => '?',
  1093.         ]), [=> 'vich_uploader.listener.clean.event_image'=> 'stof_doctrine_extensions.listener.loggable'=> 'App\\Event\\BookingSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'fos_user.user_listener'=> 'stof_doctrine_extensions.listener.tree'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.blameable'10 => 'vich_uploader.listener.remove.event_image'11 => 'vich_uploader.listener.upload.event_image'12 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1094.     }
  1095.     /**
  1096.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1097.      *
  1098.      * @return \Doctrine\ORM\EntityManager
  1099.      */
  1100.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1101.     {
  1102.         if ($lazyLoad) {
  1103.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1104.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1105.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1106.                     $proxy->setProxyInitializer(null);
  1107.                     return true;
  1108.                 });
  1109.             });
  1110.         }
  1111.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1118.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1125.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1126.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1127.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1132.         $a = new \Doctrine\ORM\Configuration();
  1133.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1134.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1135.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1136.         $b->addDriver($c'Payum\\Core\\Model');
  1137.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1138.         $b->addDriver($d'App\\Entity');
  1139.         $b->addDriver($d'Gedmo\\Loggable\\Entity');
  1140.         $b->addDriver($d'Gedmo\\Tree\\Entity');
  1141.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1142.         $a->setEntityNamespaces(['payum' => 'Payum\\Core\\Model''App' => 'App\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1143.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1144.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1145.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1146.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1147.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1148.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1149.         ], [
  1150.             'doctrine.ulid_generator' => '?',
  1151.             'doctrine.uuid_generator' => '?',
  1152.         ])));
  1153.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1154.         $a->setProxyNamespace('Proxies');
  1155.         $a->setAutoGenerateProxyClasses(true);
  1156.         $a->setSchemaIgnoreClasses([]);
  1157.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1158.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1159.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1160.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1161.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1162.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1163.             'App\\Repository\\ActionCommentRepository' => ['privates''App\\Repository\\ActionCommentRepository''getActionCommentRepositoryService'true],
  1164.             'App\\Repository\\ActionRepository' => ['privates''App\\Repository\\ActionRepository''getActionRepositoryService'true],
  1165.             'App\\Repository\\AttachmentRepository' => ['privates''App\\Repository\\AttachmentRepository''getAttachmentRepositoryService'true],
  1166.             'App\\Repository\\AttendeeRepository' => ['privates''App\\Repository\\AttendeeRepository''getAttendeeRepositoryService'true],
  1167.             'App\\Repository\\BookingRepository' => ['privates''App\\Repository\\BookingRepository''getBookingRepositoryService'true],
  1168.             'App\\Repository\\BookingTransactionRepository' => ['privates''App\\Repository\\BookingTransactionRepository''getBookingTransactionRepositoryService'true],
  1169.             'App\\Repository\\CampaignRepository' => ['privates''App\\Repository\\CampaignRepository''getCampaignRepositoryService'true],
  1170.             'App\\Repository\\CustomerRepository' => ['privates''App\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1171.             'App\\Repository\\DocumentRepository' => ['privates''App\\Repository\\DocumentRepository''getDocumentRepositoryService'true],
  1172.             'App\\Repository\\DocumentTemplateRepository' => ['privates''App\\Repository\\DocumentTemplateRepository''getDocumentTemplateRepositoryService'true],
  1173.             'App\\Repository\\EBookingRepository' => ['privates''App\\Repository\\EBookingRepository''getEBookingRepositoryService'true],
  1174.             'App\\Repository\\EmailTemplateRepository' => ['privates''App\\Repository\\EmailTemplateRepository''getEmailTemplateRepositoryService'true],
  1175.             'App\\Repository\\EventPriceRepository' => ['privates''App\\Repository\\EventPriceRepository''getEventPriceRepositoryService'true],
  1176.             'App\\Repository\\EventRepository' => ['privates''App\\Repository\\EventRepository''getEventRepositoryService'true],
  1177.             'App\\Repository\\EventTypePriceRepository' => ['privates''App\\Repository\\EventTypePriceRepository''getEventTypePriceRepositoryService'true],
  1178.             'App\\Repository\\EventTypeRepository' => ['privates''App\\Repository\\EventTypeRepository''getEventTypeRepositoryService'true],
  1179.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'true],
  1180.             'App\\Repository\\OrganizationUnitRepository' => ['privates''App\\Repository\\OrganizationUnitRepository''getOrganizationUnitRepositoryService'true],
  1181.             'App\\Repository\\PaymentRepository' => ['privates''App\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1182.             'App\\Repository\\PaymentTokenRepository' => ['privates''App\\Repository\\PaymentTokenRepository''getPaymentTokenRepositoryService'true],
  1183.             'App\\Repository\\ReasonRepository' => ['privates''App\\Repository\\ReasonRepository''getReasonRepositoryService'true],
  1184.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1185.             'App\\Repository\\ResourceRepository' => ['privates''App\\Repository\\ResourceRepository''getResourceRepositoryService'true],
  1186.             'App\\Repository\\TicketTypeRepository' => ['privates''App\\Repository\\TicketTypeRepository''getTicketTypeRepositoryService'true],
  1187.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1188.             'App\\Repository\\VoucherImportRepository' => ['privates''App\\Repository\\VoucherImportRepository''getVoucherImportRepositoryService'true],
  1189.             'App\\Repository\\VoucherPurchaseRepository' => ['privates''App\\Repository\\VoucherPurchaseRepository''getVoucherPurchaseRepositoryService'true],
  1190.             'App\\Repository\\VoucherRedeemRepository' => ['privates''App\\Repository\\VoucherRedeemRepository''getVoucherRedeemRepositoryService'true],
  1191.             'App\\Repository\\VoucherRepository' => ['privates''App\\Repository\\VoucherRepository''getVoucherRepositoryService'true],
  1192.             'App\\Repository\\VoucherStoreRepository' => ['privates''App\\Repository\\VoucherStoreRepository''getVoucherStoreRepositoryService'true],
  1193.         ], [
  1194.             'App\\Repository\\ActionCommentRepository' => '?',
  1195.             'App\\Repository\\ActionRepository' => '?',
  1196.             'App\\Repository\\AttachmentRepository' => '?',
  1197.             'App\\Repository\\AttendeeRepository' => '?',
  1198.             'App\\Repository\\BookingRepository' => '?',
  1199.             'App\\Repository\\BookingTransactionRepository' => '?',
  1200.             'App\\Repository\\CampaignRepository' => '?',
  1201.             'App\\Repository\\CustomerRepository' => '?',
  1202.             'App\\Repository\\DocumentRepository' => '?',
  1203.             'App\\Repository\\DocumentTemplateRepository' => '?',
  1204.             'App\\Repository\\EBookingRepository' => '?',
  1205.             'App\\Repository\\EmailTemplateRepository' => '?',
  1206.             'App\\Repository\\EventPriceRepository' => '?',
  1207.             'App\\Repository\\EventRepository' => '?',
  1208.             'App\\Repository\\EventTypePriceRepository' => '?',
  1209.             'App\\Repository\\EventTypeRepository' => '?',
  1210.             'App\\Repository\\OrderRepository' => '?',
  1211.             'App\\Repository\\OrganizationUnitRepository' => '?',
  1212.             'App\\Repository\\PaymentRepository' => '?',
  1213.             'App\\Repository\\PaymentTokenRepository' => '?',
  1214.             'App\\Repository\\ReasonRepository' => '?',
  1215.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1216.             'App\\Repository\\ResourceRepository' => '?',
  1217.             'App\\Repository\\TicketTypeRepository' => '?',
  1218.             'App\\Repository\\UserRepository' => '?',
  1219.             'App\\Repository\\VoucherImportRepository' => '?',
  1220.             'App\\Repository\\VoucherPurchaseRepository' => '?',
  1221.             'App\\Repository\\VoucherRedeemRepository' => '?',
  1222.             'App\\Repository\\VoucherRepository' => '?',
  1223.             'App\\Repository\\VoucherStoreRepository' => '?',
  1224.         ])));
  1225.         $a->addCustomDatetimeFunction('DATE_FORMAT''App\\DoctrineExtension\\DateFormat');
  1226.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1227.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1228.         return $instance;
  1229.     }
  1230.     /**
  1231.      * Gets the public 'event_dispatcher' shared service.
  1232.      *
  1233.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1234.      */
  1235.     protected function getEventDispatcherService()
  1236.     {
  1237.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1238.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1239.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1240.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1241.         $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())));
  1242.         $instance->addListener('kernel.controller', [=> function () {
  1243.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1244.         }, => 'onKernelController'], 0);
  1245.         $instance->addListener('kernel.request', [=> function () {
  1246.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1247.         }, => 'onKernelRequest'], 34);
  1248.         $instance->addListener('kernel.controller', [=> function () {
  1249.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1250.         }, => 'onKernelController'], 5);
  1251.         $instance->addListener('kernel.request', [=> function () {
  1252.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1253.         }, => 'onKernelRequest'], 250);
  1254.         $instance->addListener('kernel.response', [=> function () {
  1255.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1256.         }, => 'onKernelResponse'], 0);
  1257.         $instance->addListener('kernel.response', [=> function () {
  1258.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1259.         }, => 'onResponse'], 0);
  1260.         $instance->addListener('kernel.exception', [=> function () {
  1261.             return ($this->services['payum.listener.reply_to_http_response'] ?? $this->load('getPayum_Listener_ReplyToHttpResponseService'));
  1262.         }, => 'onKernelException'], 128);
  1263.         $instance->addListener('kernel.exception', [=> function () {
  1264.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1265.         }, => 'onKernelException'], 0);
  1266.         $instance->addListener('app.menu.sidebar', [=> function () {
  1267.             return ($this->privates['App\\Event\\DiaryMenuSubscriber'] ?? $this->load('getDiaryMenuSubscriberService'));
  1268.         }, => 'onSidebarMenuConfigure'], 0);
  1269.         $instance->addListener('security.interactive_login', [=> function () {
  1270.             return ($this->privates['App\\Event\\LoginListener'] ?? $this->load('getLoginListenerService'));
  1271.         }, => 'onSecurityInteractiveLogin'], 0);
  1272.         $instance->addListener('kernel.controller', [=> function () {
  1273.             return ($this->privates['App\\Event\\TwigSubscriber'] ?? $this->getTwigSubscriberService());
  1274.         }, => 'onKernelController'], 0);
  1275.         $instance->addListener('kernel.controller', [=> function () {
  1276.             return ($this->privates['app.twig.subscriber'] ?? $this->getApp_Twig_SubscriberService());
  1277.         }, => 'onKernelController'], 0);
  1278.         $instance->addListener('kernel.response', [=> function () {
  1279.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1280.         }, => 'onKernelResponse'], 0);
  1281.         $instance->addListener('kernel.response', [=> function () {
  1282.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1283.         }, => 'onKernelResponse'], -1024);
  1284.         $instance->addListener('kernel.request', [=> function () {
  1285.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1286.         }, => 'setDefaultLocale'], 100);
  1287.         $instance->addListener('kernel.request', [=> function () {
  1288.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1289.         }, => 'onKernelRequest'], 16);
  1290.         $instance->addListener('kernel.finish_request', [=> function () {
  1291.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1292.         }, => 'onKernelFinishRequest'], 0);
  1293.         $instance->addListener('kernel.request', [=> function () {
  1294.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1295.         }, => 'onKernelRequest'], 256);
  1296.         $instance->addListener('kernel.response', [=> function () {
  1297.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1298.         }, => 'onResponse'], -255);
  1299.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1300.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1301.         }, => 'onControllerArguments'], 0);
  1302.         $instance->addListener('kernel.exception', [=> function () {
  1303.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1304.         }, => 'logKernelException'], 0);
  1305.         $instance->addListener('kernel.exception', [=> function () {
  1306.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1307.         }, => 'onKernelException'], -128);
  1308.         $instance->addListener('kernel.response', [=> function () {
  1309.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1310.         }, => 'removeCspHeader'], -128);
  1311.         $instance->addListener('kernel.request', [=> function () {
  1312.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1313.         }, => 'onKernelRequest'], 15);
  1314.         $instance->addListener('kernel.finish_request', [=> function () {
  1315.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1316.         }, => 'onKernelFinishRequest'], -15);
  1317.         $instance->addListener('console.error', [=> function () {
  1318.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1319.         }, => 'onConsoleError'], -128);
  1320.         $instance->addListener('console.terminate', [=> function () {
  1321.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1322.         }, => 'onConsoleTerminate'], -128);
  1323.         $instance->addListener('console.error', [=> function () {
  1324.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1325.         }, => 'onConsoleError'], 0);
  1326.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1327.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1328.         }, => 'onMessage'], -255);
  1329.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1330.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1331.         }, => 'onMessage'], -255);
  1332.         $instance->addListener('kernel.request', [=> function () {
  1333.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1334.         }, => 'configure'], 2048);
  1335.         $instance->addListener('console.command', [=> function () {
  1336.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1337.         }, => 'configure'], 2048);
  1338.         $instance->addListener('kernel.request', [=> function () {
  1339.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1340.         }, => 'onKernelRequest'], 32);
  1341.         $instance->addListener('kernel.finish_request', [=> function () {
  1342.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1343.         }, => 'onKernelFinishRequest'], 0);
  1344.         $instance->addListener('kernel.exception', [=> function () {
  1345.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1346.         }, => 'onKernelException'], -64);
  1347.         $instance->addListener('kernel.response', [=> function () {
  1348.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1349.         }, => 'onKernelResponse'], 0);
  1350.         $instance->addListener('kernel.request', [=> function () {
  1351.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1352.         }, => 'onKernelRequest'], 128);
  1353.         $instance->addListener('kernel.response', [=> function () {
  1354.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1355.         }, => 'onKernelResponse'], -1000);
  1356.         $instance->addListener('kernel.finish_request', [=> function () {
  1357.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1358.         }, => 'onFinishRequest'], 0);
  1359.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1360.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1361.         }, => 'onNotification'], -255);
  1362.         $instance->addListener('kernel.response', [=> function () {
  1363.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1364.         }, => 'onKernelResponse'], -100);
  1365.         $instance->addListener('kernel.exception', [=> function () {
  1366.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1367.         }, => 'onKernelException'], 0);
  1368.         $instance->addListener('kernel.terminate', [=> function () {
  1369.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1370.         }, => 'onKernelTerminate'], -1024);
  1371.         $instance->addListener('kernel.controller', [=> function () {
  1372.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1373.         }, => 'onKernelController'], 0);
  1374.         $instance->addListener('kernel.response', [=> function () {
  1375.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1376.         }, => 'onKernelResponse'], 0);
  1377.         $instance->addListener('kernel.controller', [=> function () {
  1378.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1379.         }, => 'onKernelController'], 0);
  1380.         $instance->addListener('kernel.controller', [=> function () {
  1381.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1382.         }, => 'onKernelController'], 0);
  1383.         $instance->addListener('kernel.controller', [=> function () {
  1384.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1385.         }, => 'onKernelController'], -128);
  1386.         $instance->addListener('kernel.view', [=> function () {
  1387.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1388.         }, => 'onKernelView'], 0);
  1389.         $instance->addListener('kernel.controller', [=> function () {
  1390.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1391.         }, => 'onKernelController'], 0);
  1392.         $instance->addListener('kernel.response', [=> function () {
  1393.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1394.         }, => 'onKernelResponse'], 0);
  1395.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1396.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1397.         }, => 'onKernelControllerArguments'], 0);
  1398.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1399.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1400.         }, => 'onKernelControllerArguments'], 0);
  1401.         $instance->addListener('kernel.response', [=> function () {
  1402.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1403.         }, => 'onKernelResponse'], 0);
  1404.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1405.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1406.         }, => 'onVoterVote'], 0);
  1407.         $instance->addListener('kernel.request', [=> function () {
  1408.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1409.         }, => 'configureLogoutUrlGenerator'], 8);
  1410.         $instance->addListener('kernel.request', [=> function () {
  1411.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1412.         }, => 'onKernelRequest'], 8);
  1413.         $instance->addListener('kernel.finish_request', [=> function () {
  1414.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1415.         }, => 'onKernelFinishRequest'], 0);
  1416.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1417.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1418.         }, => 'onMessage'], 0);
  1419.         $instance->addListener('kernel.response', [=> function () {
  1420.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1421.         }, => 'onKernelResponse'], -128);
  1422.         $instance->addListener('console.command', [=> function () {
  1423.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1424.         }, => 'onCommand'], 255);
  1425.         $instance->addListener('console.terminate', [=> function () {
  1426.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1427.         }, => 'onTerminate'], -255);
  1428.         $instance->addListener('console.command', [=> function () {
  1429.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1430.         }, => 'configure'], 1024);
  1431.         $instance->addListener('console.error', [=> function () {
  1432.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1433.         }, => 'onConsoleError'], 0);
  1434.         $instance->addListener('console.terminate', [=> function () {
  1435.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1436.         }, => 'onConsoleTerminate'], 0);
  1437.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1438.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1439.         }, => 'onImplicitLogin'], 0);
  1440.         $instance->addListener('security.interactive_login', [=> function () {
  1441.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  1442.         }, => 'onSecurityInteractiveLogin'], 0);
  1443.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1444.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1445.         }, => 'authenticate'], 0);
  1446.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1447.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1448.         }, => 'authenticate'], 0);
  1449.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1450.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  1451.         }, => 'authenticate'], 0);
  1452.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1453.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1454.         }, => 'addSuccessFlash'], 0);
  1455.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1456.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1457.         }, => 'addSuccessFlash'], 0);
  1458.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1459.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1460.         }, => 'addSuccessFlash'], 0);
  1461.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1462.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  1463.         }, => 'addSuccessFlash'], 0);
  1464.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1465.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1466.         }, => 'onResettingResetInitialize'], 0);
  1467.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1468.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1469.         }, => 'onResettingResetSuccess'], 0);
  1470.         $instance->addListener('kernel.request', [=> function () {
  1471.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  1472.         }, => 'onKernelRequest'], 0);
  1473.         $instance->addListener('kernel.request', [=> function () {
  1474.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  1475.         }, => 'onKernelRequest'], 0);
  1476.         $instance->addListener('kernel.finish_request', [=> function () {
  1477.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1478.         }, => 'resetAssets'], 0);
  1479.         $instance->addListener('kernel.exception', [=> function () {
  1480.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1481.         }, => 'onException'], 0);
  1482.         $instance->addListener('kernel.terminate', [=> function () {
  1483.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1484.         }, => 'onTerminate'], 0);
  1485.         $instance->addListener('console.error', [=> function () {
  1486.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1487.         }, => 'onException'], 0);
  1488.         $instance->addListener('console.terminate', [=> function () {
  1489.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1490.         }, => 'onTerminate'], 0);
  1491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1492.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1493.         }, => 'onLogout'], 0);
  1494.         return $instance;
  1495.     }
  1496.     /**
  1497.      * Gets the public 'gaufrette.attachment_fs_filesystem' shared service.
  1498.      *
  1499.      * @return \Gaufrette\Filesystem
  1500.      */
  1501.     protected function getGaufrette_AttachmentFsFilesystemService()
  1502.     {
  1503.         return $this->services['gaufrette.attachment_fs_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\Local((\dirname(__DIR__3).'/attachments'), true));
  1504.     }
  1505.     /**
  1506.      * Gets the public 'gaufrette.event_image_fs_filesystem' shared service.
  1507.      *
  1508.      * @return \Gaufrette\Filesystem
  1509.      */
  1510.     protected function getGaufrette_EventImageFsFilesystemService()
  1511.     {
  1512.         return $this->services['gaufrette.event_image_fs_filesystem'] = new \Gaufrette\Filesystem(new \Gaufrette\Adapter\Local((\dirname(__DIR__3).'/images/event'), true));
  1513.     }
  1514.     /**
  1515.      * Gets the public 'http_kernel' shared service.
  1516.      *
  1517.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1518.      */
  1519.     protected function getHttpKernelService()
  1520.     {
  1521.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1522.         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 () {
  1523.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1524.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1525.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1526.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1527.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1528.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1529.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1530.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1531.         }, 8)), $a));
  1532.     }
  1533.     /**
  1534.      * Gets the public 'knp_gaufrette.filesystem_map' shared service.
  1535.      *
  1536.      * @return \Knp\Bundle\GaufretteBundle\FilesystemMap
  1537.      */
  1538.     protected function getKnpGaufrette_FilesystemMapService()
  1539.     {
  1540.         return $this->services['knp_gaufrette.filesystem_map'] = new \Knp\Bundle\GaufretteBundle\FilesystemMap(['event_image_fs' => ($this->services['gaufrette.event_image_fs_filesystem'] ?? $this->getGaufrette_EventImageFsFilesystemService()), 'attachment_fs' => ($this->services['gaufrette.attachment_fs_filesystem'] ?? $this->getGaufrette_AttachmentFsFilesystemService())]);
  1541.     }
  1542.     /**
  1543.      * Gets the public 'knp_menu.matcher' shared service.
  1544.      *
  1545.      * @return \Knp\Menu\Matcher\Matcher
  1546.      */
  1547.     protected function getKnpMenu_MatcherService()
  1548.     {
  1549.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1550.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1551.         }, 1));
  1552.     }
  1553.     /**
  1554.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1555.      *
  1556.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1557.      */
  1558.     protected function getLiipImagine_Cache_ManagerService()
  1559.     {
  1560.         $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()), 'eventtype_image'false);
  1561.         $instance->addResolver('eventtype_image', ($this->services['liip_imagine.cache.resolver.eventtype_image'] ?? $this->getLiipImagine_Cache_Resolver_EventtypeImageService()));
  1562.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1563.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1564.         return $instance;
  1565.     }
  1566.     /**
  1567.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1568.      *
  1569.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1570.      */
  1571.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1572.     {
  1573.         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');
  1574.     }
  1575.     /**
  1576.      * Gets the public 'liip_imagine.cache.resolver.eventtype_image' shared service.
  1577.      *
  1578.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1579.      */
  1580.     protected function getLiipImagine_Cache_Resolver_EventtypeImageService()
  1581.     {
  1582.         return $this->services['liip_imagine.cache.resolver.eventtype_image'] = 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'), 'eimages/cache');
  1583.     }
  1584.     /**
  1585.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1586.      *
  1587.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1588.      */
  1589.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1590.     {
  1591.         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()));
  1592.     }
  1593.     /**
  1594.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1595.      *
  1596.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1597.      */
  1598.     protected function getLiipImagine_Cache_SignerService()
  1599.     {
  1600.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1601.     }
  1602.     /**
  1603.      * Gets the public 'payum.profiler.payum_collector' shared service.
  1604.      *
  1605.      * @return \Payum\Bundle\PayumBundle\Profiler\PayumCollector
  1606.      */
  1607.     protected function getPayum_Profiler_PayumCollectorService()
  1608.     {
  1609.         return $this->services['payum.profiler.payum_collector'] = new \Payum\Bundle\PayumBundle\Profiler\PayumCollector();
  1610.     }
  1611.     /**
  1612.      * Gets the public 'request_stack' shared service.
  1613.      *
  1614.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1615.      */
  1616.     protected function getRequestStackService()
  1617.     {
  1618.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1619.     }
  1620.     /**
  1621.      * Gets the public 'router' shared service.
  1622.      *
  1623.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1624.      */
  1625.     protected function getRouterService()
  1626.     {
  1627.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1628.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1629.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1630.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1631.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1632.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1633.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1634.         ], [
  1635.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1636.         ]))->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');
  1637.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1638.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1639.         return $instance;
  1640.     }
  1641.     /**
  1642.      * Gets the public 'translator' shared service.
  1643.      *
  1644.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1645.      */
  1646.     protected function getTranslatorService()
  1647.     {
  1648.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1649.     }
  1650.     /**
  1651.      * Gets the public 'var_dumper.cloner' shared service.
  1652.      *
  1653.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1654.      */
  1655.     protected function getVarDumper_ClonerService()
  1656.     {
  1657.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1658.         $instance->setMaxItems(2500);
  1659.         $instance->setMinDepth(1);
  1660.         $instance->setMaxString(-1);
  1661.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1662.         return $instance;
  1663.     }
  1664.     /**
  1665.      * Gets the private '.debug.http_client' shared service.
  1666.      *
  1667.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1668.      */
  1669.     protected function get_Debug_HttpClientService()
  1670.     {
  1671.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1672.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1673.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1674.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1675.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1676.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1677.         $a->setLogger($b);
  1678.         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))));
  1679.     }
  1680.     /**
  1681.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1682.      *
  1683.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1684.      */
  1685.     protected function get_ServiceLocator_ZJyh7qSService()
  1686.     {
  1687.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1688.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1689.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1690.         ], [
  1691.             'security.firewall.map.context.dev' => '?',
  1692.             'security.firewall.map.context.main' => '?',
  1693.         ]);
  1694.     }
  1695.     /**
  1696.      * Gets the private 'App\Event\TwigSubscriber' shared autowired service.
  1697.      *
  1698.      * @return \App\Event\TwigSubscriber
  1699.      */
  1700.     protected function getTwigSubscriberService()
  1701.     {
  1702.         return $this->privates['App\\Event\\TwigSubscriber'] = new \App\Event\TwigSubscriber(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1703.     }
  1704.     /**
  1705.      * Gets the private 'SM\Factory\Factory' shared autowired service.
  1706.      *
  1707.      * @return \SM\Factory\Factory
  1708.      */
  1709.     protected function getFactoryService()
  1710.     {
  1711.         return $this->privates['SM\\Factory\\Factory'] = new \SM\Factory\Factory($this->parameters['sm.configs'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \winzou\Bundle\StateMachineBundle\Callback\ContainerAwareCallbackFactory('winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback'$this));
  1712.     }
  1713.     /**
  1714.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1715.      *
  1716.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1717.      */
  1718.     protected function getResetAssetsEventListenerService()
  1719.     {
  1720.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1721.     }
  1722.     /**
  1723.      * Gets the private 'annotations.cache_adapter' shared service.
  1724.      *
  1725.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1726.      */
  1727.     protected function getAnnotations_CacheAdapterService()
  1728.     {
  1729.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1730.     }
  1731.     /**
  1732.      * Gets the private 'annotations.cached_reader' shared service.
  1733.      *
  1734.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1735.      */
  1736.     protected function getAnnotations_CachedReaderService()
  1737.     {
  1738.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1739.     }
  1740.     /**
  1741.      * Gets the private 'annotations.reader' shared service.
  1742.      *
  1743.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1744.      */
  1745.     protected function getAnnotations_ReaderService()
  1746.     {
  1747.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1748.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1749.         $a->registerUniqueLoader('class_exists');
  1750.         $instance->addGlobalIgnoredName('required'$a);
  1751.         return $instance;
  1752.     }
  1753.     /**
  1754.      * Gets the private 'app.twig.subscriber' shared autowired service.
  1755.      *
  1756.      * @return \App\Event\TwigSubscriber
  1757.      */
  1758.     protected function getApp_Twig_SubscriberService()
  1759.     {
  1760.         return $this->privates['app.twig.subscriber'] = new \App\Event\TwigSubscriber(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1761.     }
  1762.     /**
  1763.      * Gets the private 'assets.packages' shared service.
  1764.      *
  1765.      * @return \Symfony\Component\Asset\Packages
  1766.      */
  1767.     protected function getAssets_PackagesService()
  1768.     {
  1769.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1770.         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()), false), 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 () {
  1771.             return new \EmptyIterator();
  1772.         }, 0));
  1773.     }
  1774.     /**
  1775.      * Gets the private 'cache.annotations' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1778.      */
  1779.     protected function getCache_AnnotationsService()
  1780.     {
  1781.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YV1C6fPenl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1785.      *
  1786.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1787.      */
  1788.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1789.     {
  1790.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1791.     }
  1792.     /**
  1793.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1794.      *
  1795.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1796.      */
  1797.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1798.     {
  1799.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1800.     }
  1801.     /**
  1802.      * Gets the private 'cache.property_info' shared service.
  1803.      *
  1804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1805.      */
  1806.     protected function getCache_PropertyInfoService()
  1807.     {
  1808.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rE+A5LUREp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1809.     }
  1810.     /**
  1811.      * Gets the private 'cache.security_expression_language' shared service.
  1812.      *
  1813.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1814.      */
  1815.     protected function getCache_SecurityExpressionLanguageService()
  1816.     {
  1817.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-bA146LV-c'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1818.     }
  1819.     /**
  1820.      * Gets the private 'cache.serializer' shared service.
  1821.      *
  1822.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1823.      */
  1824.     protected function getCache_SerializerService()
  1825.     {
  1826.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('n6oEaq+DxV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1827.     }
  1828.     /**
  1829.      * Gets the private 'cache.validator' shared service.
  1830.      *
  1831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1832.      */
  1833.     protected function getCache_ValidatorService()
  1834.     {
  1835.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OuuKZrVy7O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1836.     }
  1837.     /**
  1838.      * Gets the private 'cache.webpack_encore' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1841.      */
  1842.     protected function getCache_WebpackEncoreService()
  1843.     {
  1844.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fpYth63X3O'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1845.     }
  1846.     /**
  1847.      * Gets the private 'config_cache_factory' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1850.      */
  1851.     protected function getConfigCacheFactoryService()
  1852.     {
  1853.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1854.             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)));
  1855.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1856.         }, 2));
  1857.     }
  1858.     /**
  1859.      * Gets the private 'data_collector.form' shared service.
  1860.      *
  1861.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1862.      */
  1863.     protected function getDataCollector_FormService()
  1864.     {
  1865.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1866.     }
  1867.     /**
  1868.      * Gets the private 'data_collector.request' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1871.      */
  1872.     protected function getDataCollector_RequestService()
  1873.     {
  1874.         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())));
  1875.     }
  1876.     /**
  1877.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1880.      */
  1881.     protected function getDebug_DebugHandlersListenerService()
  1882.     {
  1883.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1884.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1885.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1886.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1887.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1888.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1889.     }
  1890.     /**
  1891.      * Gets the private 'debug.file_link_formatter' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1894.      */
  1895.     protected function getDebug_FileLinkFormatterService()
  1896.     {
  1897.         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 () {
  1898.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1899.         });
  1900.     }
  1901.     /**
  1902.      * Gets the private 'debug.log_processor' shared service.
  1903.      *
  1904.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1905.      */
  1906.     protected function getDebug_LogProcessorService()
  1907.     {
  1908.         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())));
  1909.     }
  1910.     /**
  1911.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1912.      *
  1913.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1914.      */
  1915.     protected function getDebug_Security_Access_DecisionManagerService()
  1916.     {
  1917.         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 () {
  1918.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1919.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1920.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1921.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1922.     }
  1923.     /**
  1924.      * Gets the private 'debug.security.firewall' shared service.
  1925.      *
  1926.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1927.      */
  1928.     protected function getDebug_Security_FirewallService()
  1929.     {
  1930.         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()));
  1931.     }
  1932.     /**
  1933.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1934.      *
  1935.      * @return \Doctrine\Migrations\DependencyFactory
  1936.      */
  1937.     protected function getDoctrine_Migrations_DependencyFactoryService()
  1938.     {
  1939.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  1940.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  1941.         $a->setAllOrNothing(false);
  1942.         $a->setCheckDatabasePlatform(true);
  1943.         $a->setTransactional(true);
  1944.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  1945.         $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()));
  1946.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  1947.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1948.         });
  1949.         return $instance;
  1950.     }
  1951.     /**
  1952.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1953.      *
  1954.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1955.      */
  1956.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1957.     {
  1958.         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'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity')]);
  1959.     }
  1960.     /**
  1961.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  1962.      *
  1963.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  1964.      */
  1965.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  1966.     {
  1967.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/payum/core/Payum/Core/Bridge/Doctrine/Resources/mapping') => 'Payum\\Core\\Model', (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  1968.         $instance->setGlobalBasename('mapping');
  1969.         return $instance;
  1970.     }
  1971.     /**
  1972.      * Gets the private 'exception_listener' shared service.
  1973.      *
  1974.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1975.      */
  1976.     protected function getExceptionListenerService()
  1977.     {
  1978.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1979.     }
  1980.     /**
  1981.      * Gets the private 'fos_rest.format_listener' shared service.
  1982.      *
  1983.      * @return \FOS\RestBundle\EventListener\FormatListener
  1984.      */
  1985.     protected function getFosRest_FormatListenerService()
  1986.     {
  1987.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1988.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  1989.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  1990.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> '/'], 'fallback_format' => NULL'prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  1991.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  1992.     }
  1993.     /**
  1994.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  1995.      *
  1996.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  1997.      */
  1998.     protected function getFosRest_ParamFetcherListenerService()
  1999.     {
  2000.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())), false);
  2001.     }
  2002.     /**
  2003.      * Gets the private 'fos_rest.serializer.symfony' shared service.
  2004.      *
  2005.      * @return \FOS\RestBundle\Serializer\SymfonySerializerAdapter
  2006.      */
  2007.     protected function getFosRest_Serializer_SymfonyService()
  2008.     {
  2009.         return $this->privates['fos_rest.serializer.symfony'] = new \FOS\RestBundle\Serializer\SymfonySerializerAdapter(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2010.     }
  2011.     /**
  2012.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2013.      *
  2014.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2015.      */
  2016.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2017.     {
  2018.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2019.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2020.     }
  2021.     /**
  2022.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2023.      *
  2024.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2025.      */
  2026.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2027.     {
  2028.         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())));
  2029.     }
  2030.     /**
  2031.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2032.      *
  2033.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2034.      */
  2035.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2036.     {
  2037.         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()));
  2038.     }
  2039.     /**
  2040.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2041.      *
  2042.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2043.      */
  2044.     protected function getLiipImagine_Filter_ConfigurationService()
  2045.     {
  2046.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2047.     }
  2048.     /**
  2049.      * Gets the private 'locale_aware_listener' shared service.
  2050.      *
  2051.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2052.      */
  2053.     protected function getLocaleAwareListenerService()
  2054.     {
  2055.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2056.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2057.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2058.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2059.     }
  2060.     /**
  2061.      * Gets the private 'locale_listener' shared service.
  2062.      *
  2063.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2064.      */
  2065.     protected function getLocaleListenerService()
  2066.     {
  2067.         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()), false, []);
  2068.     }
  2069.     /**
  2070.      * Gets the private 'mime_types' shared service.
  2071.      *
  2072.      * @return \Symfony\Component\Mime\MimeTypes
  2073.      */
  2074.     protected function getMimeTypesService()
  2075.     {
  2076.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2077.         $instance->setDefault($instance);
  2078.         return $instance;
  2079.     }
  2080.     /**
  2081.      * Gets the private 'monolog.handler.console' shared service.
  2082.      *
  2083.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2084.      */
  2085.     protected function getMonolog_Handler_ConsoleService()
  2086.     {
  2087.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2088.     }
  2089.     /**
  2090.      * Gets the private 'monolog.handler.main' shared service.
  2091.      *
  2092.      * @return \Monolog\Handler\StreamHandler
  2093.      */
  2094.     protected function getMonolog_Handler_MainService()
  2095.     {
  2096.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2097.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2098.         return $instance;
  2099.     }
  2100.     /**
  2101.      * Gets the private 'monolog.logger' shared service.
  2102.      *
  2103.      * @return \Symfony\Bridge\Monolog\Logger
  2104.      */
  2105.     protected function getMonolog_LoggerService()
  2106.     {
  2107.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2108.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2109.         $instance->useMicrosecondTimestamps(true);
  2110.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2111.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2112.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2113.         return $instance;
  2114.     }
  2115.     /**
  2116.      * Gets the private 'monolog.logger.cache' shared service.
  2117.      *
  2118.      * @return \Symfony\Bridge\Monolog\Logger
  2119.      */
  2120.     protected function getMonolog_Logger_CacheService()
  2121.     {
  2122.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2123.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2124.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2125.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2126.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2127.         return $instance;
  2128.     }
  2129.     /**
  2130.      * Gets the private 'monolog.logger.request' shared service.
  2131.      *
  2132.      * @return \Symfony\Bridge\Monolog\Logger
  2133.      */
  2134.     protected function getMonolog_Logger_RequestService()
  2135.     {
  2136.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2137.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2138.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2139.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2140.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2141.         return $instance;
  2142.     }
  2143.     /**
  2144.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2145.      *
  2146.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2147.      */
  2148.     protected function getNelmioCors_CorsListenerService()
  2149.     {
  2150.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'parameter_bag' shared service.
  2154.      *
  2155.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2156.      */
  2157.     protected function getParameterBagService()
  2158.     {
  2159.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2160.     }
  2161.     /**
  2162.      * Gets the private 'profiler_listener' shared service.
  2163.      *
  2164.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2165.      */
  2166.     protected function getProfilerListenerService()
  2167.     {
  2168.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2169.     }
  2170.     /**
  2171.      * Gets the private 'property_accessor' shared service.
  2172.      *
  2173.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2174.      */
  2175.     protected function getPropertyAccessorService()
  2176.     {
  2177.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2178.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2179.     }
  2180.     /**
  2181.      * Gets the private 'property_info' shared service.
  2182.      *
  2183.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2184.      */
  2185.     protected function getPropertyInfoService()
  2186.     {
  2187.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2188.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2189.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2190.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2191.         }, 3), new RewindableGenerator(function () {
  2192.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2193.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2194.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2195.         }, 3), new RewindableGenerator(function () {
  2196.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2197.         }, 1), new RewindableGenerator(function () {
  2198.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2199.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2200.         }, 2), new RewindableGenerator(function () {
  2201.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2202.         }, 1));
  2203.     }
  2204.     /**
  2205.      * Gets the private 'router.expression_language_provider' shared service.
  2206.      *
  2207.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2208.      */
  2209.     protected function getRouter_ExpressionLanguageProviderService()
  2210.     {
  2211.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2212.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2213.         ], [
  2214.             'env' => 'Closure',
  2215.         ]));
  2216.     }
  2217.     /**
  2218.      * Gets the private 'router.request_context' shared service.
  2219.      *
  2220.      * @return \Symfony\Component\Routing\RequestContext
  2221.      */
  2222.     protected function getRouter_RequestContextService()
  2223.     {
  2224.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2225.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2226.         return $instance;
  2227.     }
  2228.     /**
  2229.      * Gets the private 'router_listener' shared service.
  2230.      *
  2231.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2232.      */
  2233.     protected function getRouterListenerService()
  2234.     {
  2235.         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);
  2236.     }
  2237.     /**
  2238.      * Gets the private 'security.firewall.map' shared service.
  2239.      *
  2240.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2241.      */
  2242.     protected function getSecurity_Firewall_MapService()
  2243.     {
  2244.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  2245.             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)/')));
  2246.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2247.         }, 2));
  2248.     }
  2249.     /**
  2250.      * Gets the private 'security.logout_url_generator' shared service.
  2251.      *
  2252.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2253.      */
  2254.     protected function getSecurity_LogoutUrlGeneratorService()
  2255.     {
  2256.         $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()));
  2257.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the private 'security.role_hierarchy' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2264.      */
  2265.     protected function getSecurity_RoleHierarchyService()
  2266.     {
  2267.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2268.     }
  2269.     /**
  2270.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2271.      *
  2272.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2273.      */
  2274.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2275.     {
  2276.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2277.     }
  2278.     /**
  2279.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2280.      *
  2281.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2282.      */
  2283.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2284.     {
  2285.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2286.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2287.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2288.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.symfony'] ?? $this->getFosRest_Serializer_SymfonyService()), [], ''NULL'validationErrors'), -50'fos_rest.request_body');
  2289.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2290.     }
  2291.     /**
  2292.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2293.      *
  2294.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2295.      */
  2296.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2297.     {
  2298.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($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()));
  2299.     }
  2300.     /**
  2301.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2302.      *
  2303.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2304.      */
  2305.     protected function getSensioFrameworkExtra_View_ListenerService()
  2306.     {
  2307.         $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))));
  2308.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2309.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2310.         ], [
  2311.             'twig' => '?',
  2312.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2313.         return $instance;
  2314.     }
  2315.     /**
  2316.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2317.      *
  2318.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2319.      */
  2320.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2321.     {
  2322.         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()))]));
  2323.     }
  2324.     /**
  2325.      * Gets the private 'session_listener' shared service.
  2326.      *
  2327.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2328.      */
  2329.     protected function getSessionListenerService()
  2330.     {
  2331.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2332.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2333.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2334.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2335.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2336.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2337.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2338.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2339.         ], [
  2340.             'initialized_session' => '?',
  2341.             'logger' => '?',
  2342.             'request_stack' => '?',
  2343.             'session' => '?',
  2344.             'session_collector' => '?',
  2345.             'session_factory' => '?',
  2346.             'session_storage' => '?',
  2347.         ]), true$this->parameters['session.storage.options']);
  2348.     }
  2349.     /**
  2350.      * Gets the private 'shivas_versioning.cache.version' shared service.
  2351.      *
  2352.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2353.      */
  2354.     protected function getShivasVersioning_Cache_VersionService()
  2355.     {
  2356.         return $this->privates['shivas_versioning.cache.version'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9LI1NFQ7ye'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2357.     }
  2358.     /**
  2359.      * Gets the private 'snc_redis.logger' shared service.
  2360.      *
  2361.      * @return \Snc\RedisBundle\Logger\RedisLogger
  2362.      */
  2363.     protected function getSncRedis_LoggerService()
  2364.     {
  2365.         $a = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  2366.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2367.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2368.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2369.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2370.         return $this->privates['snc_redis.logger'] = new \Snc\RedisBundle\Logger\RedisLogger($a);
  2371.     }
  2372.     /**
  2373.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  2374.      *
  2375.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  2376.      */
  2377.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  2378.     {
  2379.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($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()));
  2380.     }
  2381.     /**
  2382.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  2383.      *
  2384.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  2385.      */
  2386.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  2387.     {
  2388.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($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()));
  2389.     }
  2390.     /**
  2391.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  2392.      *
  2393.      * @return \Gedmo\Blameable\BlameableListener
  2394.      */
  2395.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  2396.     {
  2397.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  2398.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2399.         return $instance;
  2400.     }
  2401.     /**
  2402.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  2403.      *
  2404.      * @return \Gedmo\Loggable\LoggableListener
  2405.      */
  2406.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  2407.     {
  2408.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  2409.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2410.         return $instance;
  2411.     }
  2412.     /**
  2413.      * Gets the private 'translator.default' shared service.
  2414.      *
  2415.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2416.      */
  2417.     protected function getTranslator_DefaultService()
  2418.     {
  2419.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2420.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2421.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2422.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2423.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2424.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2425.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2426.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2427.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2428.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2429.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2430.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2431.         ], [
  2432.             'translation.loader.csv' => '?',
  2433.             'translation.loader.dat' => '?',
  2434.             'translation.loader.ini' => '?',
  2435.             'translation.loader.json' => '?',
  2436.             'translation.loader.mo' => '?',
  2437.             'translation.loader.php' => '?',
  2438.             'translation.loader.po' => '?',
  2439.             'translation.loader.qt' => '?',
  2440.             'translation.loader.res' => '?',
  2441.             'translation.loader.xliff' => '?',
  2442.             'translation.loader.yml' => '?',
  2443.         ]), 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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\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/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\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/vich/uploader-bundle/translations/messages.bg.yaml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\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/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\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/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.de.yml'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml'), => (\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')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\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/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\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/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.fi.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\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/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\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/payum/payum-bundle/Resources/translations/PayumBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/DataTablesCDN.hu.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\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/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\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).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\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/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/PayumBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations/validators.nl.yml'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\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/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\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')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\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/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\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')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\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/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\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/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml'), => (\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')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations/messages.ky.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')], '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')], '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')], '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')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/shivas/versioning-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/winzou/state-machine-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/flux-se/payum-stripe-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/omines/datatables-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/payum/payum-bundle/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'vendor/sensio/framework-extra-bundle/src/translations'11 => 'vendor/doctrine/doctrine-bundle/translations'12 => 'vendor/doctrine/doctrine-migrations-bundle/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/symfony/debug-bundle/translations'18 => 'vendor/symfony/maker-bundle/src/translations'19 => 'vendor/knplabs/knp-menu-bundle/src/translations'20 => 'vendor/shivas/versioning-bundle/translations'21 => 'vendor/stof/doctrine-extensions-bundle/src/translations'22 => 'vendor/winzou/state-machine-bundle/translations'23 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'24 => 'vendor/knplabs/knp-gaufrette-bundle/translations'25 => 'vendor/liip/imagine-bundle/translations'26 => 'vendor/friendsofsymfony/rest-bundle/translations'27 => 'vendor/nelmio/cors-bundle/translations'28 => 'vendor/tetranz/select2entity-bundle/translations'29 => 'vendor/snc/redis-bundle/translations'30 => 'vendor/flux-se/payum-stripe-bundle/src/translations'31 => 'vendor/twig/extra-bundle/translations'32 => 'vendor/symfony/webpack-encore-bundle/src/translations'33 => 'vendor/symfony/swiftmailer-bundle/translations']]], []);
  2444.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2445.         $instance->setFallbackLocales([=> 'en']);
  2446.         return $instance;
  2447.     }
  2448.     /**
  2449.      * Gets the private 'validator.builder' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2452.      */
  2453.     protected function getValidator_BuilderService()
  2454.     {
  2455.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2456.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2457.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2458.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2459.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2460.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2461.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2462.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2463.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2464.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2465.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2466.         ], [
  2467.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2468.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2469.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2470.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2471.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2472.             'doctrine.orm.validator.unique' => '?',
  2473.             'security.validator.user_password' => '?',
  2474.             'validator.expression' => '?',
  2475.         ])));
  2476.         if ($this->has('translator')) {
  2477.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2478.         }
  2479.         $instance->setTranslationDomain('validators');
  2480.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/payum/payum-bundle/Resources/config/validation.xml')]);
  2481.         $instance->enableAnnotationMapping(true);
  2482.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2483.         $instance->addMethodMapping('loadValidatorMetadata');
  2484.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  2485.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2486.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2487.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2488.         return $instance;
  2489.     }
  2490.     /**
  2491.      * Gets the private 'var_dumper.html_dumper' shared service.
  2492.      *
  2493.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2494.      */
  2495.     protected function getVarDumper_HtmlDumperService()
  2496.     {
  2497.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2498.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2499.         return $instance;
  2500.     }
  2501.     /**
  2502.      * Gets the private 'var_dumper.server_connection' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\VarDumper\Server\Connection
  2505.      */
  2506.     protected function getVarDumper_ServerConnectionService()
  2507.     {
  2508.         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()]);
  2509.     }
  2510.     /**
  2511.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2512.      *
  2513.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2514.      */
  2515.     protected function getVichUploader_MetadataReaderService()
  2516.     {
  2517.         $a = new \Metadata\Driver\FileLocator([]);
  2518.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2519.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2520.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2521.     }
  2522.     /**
  2523.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2524.      *
  2525.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2526.      */
  2527.     protected function getVichUploader_PropertyMappingFactoryService()
  2528.     {
  2529.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  2530.     }
  2531.     /**
  2532.      * Gets the private 'vich_uploader.storage.gaufrette' shared service.
  2533.      *
  2534.      * @return \Vich\UploaderBundle\Storage\GaufretteStorage
  2535.      */
  2536.     protected function getVichUploader_Storage_GaufretteService($lazyLoad true)
  2537.     {
  2538.         if ($lazyLoad) {
  2539.             return $this->privates['vich_uploader.storage.gaufrette'] = $this->createProxy('GaufretteStorage_f99e4b3', function () {
  2540.                 return \GaufretteStorage_f99e4b3::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2541.                     $wrappedInstance $this->getVichUploader_Storage_GaufretteService(false);
  2542.                     $proxy->setProxyInitializer(null);
  2543.                     return true;
  2544.                 });
  2545.             });
  2546.         }
  2547.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/GaufretteStorage.php';
  2550.         return new \Vich\UploaderBundle\Storage\GaufretteStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->services['knp_gaufrette.filesystem_map'] ?? $this->getKnpGaufrette_FilesystemMapService()), 'gaufrette');
  2551.     }
  2552.     /**
  2553.      * Gets the private 'web_profiler.csp.handler' shared service.
  2554.      *
  2555.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2556.      */
  2557.     protected function getWebProfiler_Csp_HandlerService()
  2558.     {
  2559.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2560.     }
  2561.     /**
  2562.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2563.      *
  2564.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2565.      */
  2566.     protected function getWebProfiler_DebugToolbarService()
  2567.     {
  2568.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2572.      *
  2573.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2574.      */
  2575.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2576.     {
  2577.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2578.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2579.         ], [
  2580.             '_default' => '?',
  2581.         ]), '_default');
  2582.     }
  2583.     /**
  2584.      * Gets the public 'cache_clearer' alias.
  2585.      *
  2586.      * @return object The ".container.private.cache_clearer" service.
  2587.      */
  2588.     protected function getCacheClearerService()
  2589.     {
  2590.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2591.         return $this->get('.container.private.cache_clearer');
  2592.     }
  2593.     /**
  2594.      * Gets the public 'filesystem' alias.
  2595.      *
  2596.      * @return object The ".container.private.filesystem" service.
  2597.      */
  2598.     protected function getFilesystemService()
  2599.     {
  2600.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2601.         return $this->get('.container.private.filesystem');
  2602.     }
  2603.     /**
  2604.      * Gets the public 'serializer' alias.
  2605.      *
  2606.      * @return object The ".container.private.serializer" service.
  2607.      */
  2608.     protected function getSerializerService()
  2609.     {
  2610.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2611.         return $this->get('.container.private.serializer');
  2612.     }
  2613.     /**
  2614.      * Gets the public 'security.csrf.token_manager' alias.
  2615.      *
  2616.      * @return object The ".container.private.security.csrf.token_manager" service.
  2617.      */
  2618.     protected function getSecurity_Csrf_TokenManagerService()
  2619.     {
  2620.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2621.         return $this->get('.container.private.security.csrf.token_manager');
  2622.     }
  2623.     /**
  2624.      * Gets the public 'form.factory' alias.
  2625.      *
  2626.      * @return object The ".container.private.form.factory" service.
  2627.      */
  2628.     protected function getForm_FactoryService()
  2629.     {
  2630.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2631.         return $this->get('.container.private.form.factory');
  2632.     }
  2633.     /**
  2634.      * Gets the public 'form.type.file' alias.
  2635.      *
  2636.      * @return object The ".container.private.form.type.file" service.
  2637.      */
  2638.     protected function getForm_Type_FileService()
  2639.     {
  2640.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2641.         return $this->get('.container.private.form.type.file');
  2642.     }
  2643.     /**
  2644.      * Gets the public 'profiler' alias.
  2645.      *
  2646.      * @return object The ".container.private.profiler" service.
  2647.      */
  2648.     protected function getProfilerService()
  2649.     {
  2650.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2651.         return $this->get('.container.private.profiler');
  2652.     }
  2653.     /**
  2654.      * Gets the public 'security.authorization_checker' alias.
  2655.      *
  2656.      * @return object The ".container.private.security.authorization_checker" service.
  2657.      */
  2658.     protected function getSecurity_AuthorizationCheckerService()
  2659.     {
  2660.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2661.         return $this->get('.container.private.security.authorization_checker');
  2662.     }
  2663.     /**
  2664.      * Gets the public 'security.token_storage' alias.
  2665.      *
  2666.      * @return object The ".container.private.security.token_storage" service.
  2667.      */
  2668.     protected function getSecurity_TokenStorageService()
  2669.     {
  2670.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2671.         return $this->get('.container.private.security.token_storage');
  2672.     }
  2673.     /**
  2674.      * Gets the public 'twig' alias.
  2675.      *
  2676.      * @return object The ".container.private.twig" service.
  2677.      */
  2678.     protected function getTwigService()
  2679.     {
  2680.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2681.         return $this->get('.container.private.twig');
  2682.     }
  2683.     /**
  2684.      * Gets the public 'security.password_encoder' alias.
  2685.      *
  2686.      * @return object The ".container.private.security.password_encoder" service.
  2687.      */
  2688.     protected function getSecurity_PasswordEncoderService()
  2689.     {
  2690.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2691.         return $this->get('.container.private.security.password_encoder');
  2692.     }
  2693.     /**
  2694.      * Gets the public 'session' alias.
  2695.      *
  2696.      * @return object The ".container.private.session" service.
  2697.      */
  2698.     protected function getSessionService()
  2699.     {
  2700.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2701.         return $this->get('.container.private.session');
  2702.     }
  2703.     /**
  2704.      * Gets the public 'validator' alias.
  2705.      *
  2706.      * @return object The ".container.private.validator" service.
  2707.      */
  2708.     protected function getValidatorService()
  2709.     {
  2710.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2711.         return $this->get('.container.private.validator');
  2712.     }
  2713.     /**
  2714.      * @return array|bool|float|int|string|\UnitEnum|null
  2715.      */
  2716.     public function getParameter(string $name)
  2717.     {
  2718.         if (isset($this->buildParameters[$name])) {
  2719.             return $this->buildParameters[$name];
  2720.         }
  2721.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2722.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2723.         }
  2724.         if (isset($this->loadedDynamicParameters[$name])) {
  2725.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2726.         }
  2727.         return $this->parameters[$name];
  2728.     }
  2729.     public function hasParameter(string $name): bool
  2730.     {
  2731.         if (isset($this->buildParameters[$name])) {
  2732.             return true;
  2733.         }
  2734.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2735.     }
  2736.     public function setParameter(string $name$value): void
  2737.     {
  2738.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2739.     }
  2740.     public function getParameterBag(): ParameterBagInterface
  2741.     {
  2742.         if (null === $this->parameterBag) {
  2743.             $parameters $this->parameters;
  2744.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2745.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2746.             }
  2747.             foreach ($this->buildParameters as $name => $value) {
  2748.                 $parameters[$name] = $value;
  2749.             }
  2750.             $this->parameterBag = new FrozenParameterBag($parameters);
  2751.         }
  2752.         return $this->parameterBag;
  2753.     }
  2754.     private $loadedDynamicParameters = [
  2755.         'kernel.runtime_environment' => false,
  2756.         'kernel.build_dir' => false,
  2757.         'kernel.cache_dir' => false,
  2758.         'ac_api_url' => false,
  2759.         'ac_api_key' => false,
  2760.         'kernel.secret' => false,
  2761.         'debug.container.dump' => false,
  2762.         'serializer.mapping.cache.file' => false,
  2763.         'session.save_path' => false,
  2764.         'validator.mapping.cache.file' => false,
  2765.         'profiler.storage.dsn' => false,
  2766.         'doctrine.orm.proxy_dir' => false,
  2767.         'nelmio_cors.defaults' => false,
  2768.     ];
  2769.     private $dynamicParameters = [];
  2770.     private function getDynamicParameter(string $name)
  2771.     {
  2772.         switch ($name) {
  2773.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2774.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2775.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2776.             case 'ac_api_url'$value $this->getEnv('ACTIVECAMPAIGN_API_URL'); break;
  2777.             case 'ac_api_key'$value $this->getEnv('ACTIVECAMPAIGN_API_KEY'); break;
  2778.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2779.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2780.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2781.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2782.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2783.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2784.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2785.             case 'nelmio_cors.defaults'$value = [
  2786.                 'allow_origin' => [
  2787.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2788.                 ],
  2789.                 'allow_credentials' => false,
  2790.                 'allow_headers' => [
  2791.                     => 'content-type',
  2792.                     => 'authorization',
  2793.                 ],
  2794.                 'expose_headers' => [
  2795.                     => 'Link',
  2796.                 ],
  2797.                 'allow_methods' => [
  2798.                     => 'GET',
  2799.                     => 'OPTIONS',
  2800.                     => 'POST',
  2801.                     => 'PUT',
  2802.                     => 'PATCH',
  2803.                     => 'DELETE',
  2804.                 ],
  2805.                 'max_age' => 3600,
  2806.                 'hosts' => [
  2807.                 ],
  2808.                 'origin_regex' => true,
  2809.                 'forced_allow_origin_value' => NULL,
  2810.             ]; break;
  2811.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2812.         }
  2813.         $this->loadedDynamicParameters[$name] = true;
  2814.         return $this->dynamicParameters[$name] = $value;
  2815.     }
  2816.     protected function getDefaultParameters(): array
  2817.     {
  2818.         return [
  2819.             'kernel.project_dir' => \dirname(__DIR__4),
  2820.             'kernel.environment' => 'dev',
  2821.             'kernel.debug' => true,
  2822.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2823.             'kernel.bundles' => [
  2824.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2825.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2826.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2827.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2828.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2829.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2830.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2831.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2832.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2833.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2834.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2835.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2836.                 'DataTablesBundle' => 'Omines\\DataTablesBundle\\DataTablesBundle',
  2837.                 'ShivasVersioningBundle' => 'Shivas\\VersioningBundle\\ShivasVersioningBundle',
  2838.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2839.                 'winzouStateMachineBundle' => 'winzou\\Bundle\\StateMachineBundle\\winzouStateMachineBundle',
  2840.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2841.                 'KnpGaufretteBundle' => 'Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle',
  2842.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2843.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2844.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  2845.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2846.                 'TetranzSelect2EntityBundle' => 'Tetranz\\Select2EntityBundle\\TetranzSelect2EntityBundle',
  2847.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  2848.                 'PayumBundle' => 'Payum\\Bundle\\PayumBundle\\PayumBundle',
  2849.                 'FluxSEPayumStripeBundle' => 'FluxSE\\PayumStripeBundle\\FluxSEPayumStripeBundle',
  2850.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2851.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2852.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2853.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2854.             ],
  2855.             'kernel.bundles_metadata' => [
  2856.                 'FrameworkBundle' => [
  2857.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2858.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2859.                 ],
  2860.                 'SensioFrameworkExtraBundle' => [
  2861.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2862.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2863.                 ],
  2864.                 'DoctrineBundle' => [
  2865.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2866.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2867.                 ],
  2868.                 'DoctrineMigrationsBundle' => [
  2869.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2870.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2871.                 ],
  2872.                 'SecurityBundle' => [
  2873.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2874.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2875.                 ],
  2876.                 'TwigBundle' => [
  2877.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2878.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2879.                 ],
  2880.                 'WebProfilerBundle' => [
  2881.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2882.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2883.                 ],
  2884.                 'MonologBundle' => [
  2885.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2886.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2887.                 ],
  2888.                 'DebugBundle' => [
  2889.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2890.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2891.                 ],
  2892.                 'MakerBundle' => [
  2893.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2894.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2895.                 ],
  2896.                 'KnpMenuBundle' => [
  2897.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  2898.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2899.                 ],
  2900.                 'FOSUserBundle' => [
  2901.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  2902.                     'namespace' => 'FOS\\UserBundle',
  2903.                 ],
  2904.                 'DataTablesBundle' => [
  2905.                     'path' => (\dirname(__DIR__4).'/vendor/omines/datatables-bundle/src'),
  2906.                     'namespace' => 'Omines\\DataTablesBundle',
  2907.                 ],
  2908.                 'ShivasVersioningBundle' => [
  2909.                     'path' => (\dirname(__DIR__4).'/vendor/shivas/versioning-bundle'),
  2910.                     'namespace' => 'Shivas\\VersioningBundle',
  2911.                 ],
  2912.                 'StofDoctrineExtensionsBundle' => [
  2913.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  2914.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2915.                 ],
  2916.                 'winzouStateMachineBundle' => [
  2917.                     'path' => (\dirname(__DIR__4).'/vendor/winzou/state-machine-bundle'),
  2918.                     'namespace' => 'winzou\\Bundle\\StateMachineBundle',
  2919.                 ],
  2920.                 'FOSCKEditorBundle' => [
  2921.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2922.                     'namespace' => 'FOS\\CKEditorBundle',
  2923.                 ],
  2924.                 'KnpGaufretteBundle' => [
  2925.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-gaufrette-bundle'),
  2926.                     'namespace' => 'Knp\\Bundle\\GaufretteBundle',
  2927.                 ],
  2928.                 'VichUploaderBundle' => [
  2929.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  2930.                     'namespace' => 'Vich\\UploaderBundle',
  2931.                 ],
  2932.                 'LiipImagineBundle' => [
  2933.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  2934.                     'namespace' => 'Liip\\ImagineBundle',
  2935.                 ],
  2936.                 'FOSRestBundle' => [
  2937.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  2938.                     'namespace' => 'FOS\\RestBundle',
  2939.                 ],
  2940.                 'NelmioCorsBundle' => [
  2941.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  2942.                     'namespace' => 'Nelmio\\CorsBundle',
  2943.                 ],
  2944.                 'TetranzSelect2EntityBundle' => [
  2945.                     'path' => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle'),
  2946.                     'namespace' => 'Tetranz\\Select2EntityBundle',
  2947.                 ],
  2948.                 'SncRedisBundle' => [
  2949.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle'),
  2950.                     'namespace' => 'Snc\\RedisBundle',
  2951.                 ],
  2952.                 'PayumBundle' => [
  2953.                     'path' => (\dirname(__DIR__4).'/vendor/payum/payum-bundle'),
  2954.                     'namespace' => 'Payum\\Bundle\\PayumBundle',
  2955.                 ],
  2956.                 'FluxSEPayumStripeBundle' => [
  2957.                     'path' => (\dirname(__DIR__4).'/vendor/flux-se/payum-stripe-bundle/src'),
  2958.                     'namespace' => 'FluxSE\\PayumStripeBundle',
  2959.                 ],
  2960.                 'SymfonyCastsResetPasswordBundle' => [
  2961.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  2962.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  2963.                 ],
  2964.                 'TwigExtraBundle' => [
  2965.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2966.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2967.                 ],
  2968.                 'WebpackEncoreBundle' => [
  2969.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2970.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2971.                 ],
  2972.                 'SwiftmailerBundle' => [
  2973.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2974.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2975.                 ],
  2976.             ],
  2977.             'kernel.charset' => 'UTF-8',
  2978.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2979.             'container.dumper.inline_class_loader' => true,
  2980.             'env(DATABASE_URL)' => '',
  2981.             'locale' => 'en',
  2982.             'event_dispatcher.event_aliases' => [
  2983.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2984.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2985.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2986.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2987.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2988.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2989.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2990.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2991.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2992.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2993.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2994.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2995.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2996.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2997.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2998.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2999.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3000.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3001.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3002.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3003.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3004.             ],
  3005.             'fragment.renderer.hinclude.global_template' => NULL,
  3006.             'fragment.path' => '/_fragment',
  3007.             'kernel.http_method_override' => true,
  3008.             'kernel.trusted_hosts' => [
  3009.             ],
  3010.             'kernel.default_locale' => 'en',
  3011.             'kernel.enabled_locales' => [
  3012.             ],
  3013.             'kernel.error_controller' => 'error_controller',
  3014.             'debug.file_link_format' => NULL,
  3015.             'asset.request_context.base_path' => NULL,
  3016.             'asset.request_context.secure' => NULL,
  3017.             'translator.logging' => false,
  3018.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3019.             'debug.error_handler.throw_at' => -1,
  3020.             'router.request_context.host' => 'localhost',
  3021.             'router.request_context.scheme' => 'http',
  3022.             'router.request_context.base_url' => '',
  3023.             'router.resource' => 'kernel::loadRoutes',
  3024.             'request_listener.http_port' => 80,
  3025.             'request_listener.https_port' => 443,
  3026.             'session.metadata.storage_key' => '_sf2_meta',
  3027.             'session.storage.options' => [
  3028.                 'cache_limiter' => '0',
  3029.                 'cookie_secure' => 'auto',
  3030.                 'cookie_httponly' => true,
  3031.                 'cookie_samesite' => 'lax',
  3032.                 'gc_probability' => 0,
  3033.             ],
  3034.             'session.metadata.update_threshold' => 0,
  3035.             'form.type_extension.csrf.enabled' => true,
  3036.             'form.type_extension.csrf.field_name' => '_token',
  3037.             'validator.translation_domain' => 'validators',
  3038.             'profiler_listener.only_exceptions' => false,
  3039.             'profiler_listener.only_main_requests' => false,
  3040.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3041.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3042.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3043.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3044.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3045.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3046.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3047.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3048.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3049.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3050.             'doctrine.entity_managers' => [
  3051.                 'default' => 'doctrine.orm.default_entity_manager',
  3052.             ],
  3053.             'doctrine.default_entity_manager' => 'default',
  3054.             'doctrine.dbal.connection_factory.types' => [
  3055.                 'uuid' => [
  3056.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  3057.                 ],
  3058.             ],
  3059.             'doctrine.connections' => [
  3060.                 'default' => 'doctrine.dbal.default_connection',
  3061.             ],
  3062.             'doctrine.default_connection' => 'default',
  3063.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3064.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3065.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3066.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3067.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3068.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3069.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3070.             'doctrine.orm.cache.memcache_port' => 11211,
  3071.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3072.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3073.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3074.             'doctrine.orm.cache.memcached_port' => 11211,
  3075.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3076.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3077.             'doctrine.orm.cache.redis_host' => 'localhost',
  3078.             'doctrine.orm.cache.redis_port' => 6379,
  3079.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3080.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3081.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3082.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3083.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3084.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3085.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3086.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3087.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3088.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3089.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3090.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3091.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3092.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3093.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3094.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3095.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3096.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3097.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3098.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3099.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3100.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3101.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3102.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3103.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3104.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3105.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3106.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3107.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3108.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3109.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3110.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3111.             'doctrine.migrations.preferred_em' => NULL,
  3112.             'doctrine.migrations.preferred_connection' => NULL,
  3113.             'security.role_hierarchy.roles' => [
  3114.                 'ROLE_RESOURCE_USER' => [
  3115.                     => 'ROLE_USER',
  3116.                 ],
  3117.                 'ROLE_RESOURCE_ADMIN' => [
  3118.                     => 'ROLE_RESOURCE_USER',
  3119.                     => 'ROLE_ACTION_ADMIN',
  3120.                 ],
  3121.                 'ROLE_DOCUMENT_ADMIN' => [
  3122.                     => 'ROLE_USER',
  3123.                 ],
  3124.                 'ROLE_VOUCHER_USER' => [
  3125.                     => 'ROLE_USER',
  3126.                 ],
  3127.                 'ROLE_VOUCHER_ADMIN' => [
  3128.                     => 'ROLE_VOUCHER_USER',
  3129.                 ],
  3130.                 'ROLE_EVENT_VENUE' => [
  3131.                     => 'ROLE_USER',
  3132.                 ],
  3133.                 'ROLE_EVENT_USER' => [
  3134.                     => 'ROLE_EVENT_VENUE',
  3135.                 ],
  3136.                 'ROLE_EVENT_ADMIN' => [
  3137.                     => 'ROLE_EVENT_USER',
  3138.                     => 'ROLE_ACTION_ADMIN',
  3139.                 ],
  3140.                 'ROLE_ADMIN' => [
  3141.                     => 'ROLE_RESOURCE_ADMIN',
  3142.                     => 'ROLE_VOUCHER_ADMIN',
  3143.                     => 'ROLE_EVENT_ADMIN',
  3144.                     => 'ROLE_DOCUMENT_ADMIN',
  3145.                 ],
  3146.                 'ROLE_SUPER_ADMIN' => [
  3147.                     => 'ROLE_ADMIN',
  3148.                 ],
  3149.             ],
  3150.             'security.access.denied_url' => NULL,
  3151.             'security.authentication.manager.erase_credentials' => true,
  3152.             'security.authentication.session_strategy.strategy' => 'migrate',
  3153.             'security.access.always_authenticate_before_granting' => false,
  3154.             'security.authentication.hide_user_not_found' => true,
  3155.             'security.firewalls' => [
  3156.                 => 'dev',
  3157.                 => 'main',
  3158.             ],
  3159.             'security.main._indexed_authenticators' => [
  3160.             ],
  3161.             'twig.form.resources' => [
  3162.                 => '@VichUploader/Form/fields.html.twig',
  3163.                 => 'form_div_layout.html.twig',
  3164.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3165.                 => 'form/fields.html.twig',
  3166.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3167.                 => '@TetranzSelect2Entity/Form/fields.html.twig',
  3168.             ],
  3169.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3170.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3171.             'web_profiler.debug_toolbar.mode' => 2,
  3172.             'monolog.use_microseconds' => true,
  3173.             'monolog.swift_mailer.handlers' => [
  3174.             ],
  3175.             'monolog.handlers_to_channels' => [
  3176.                 'monolog.handler.console' => [
  3177.                     'type' => 'exclusive',
  3178.                     'elements' => [
  3179.                         => 'event',
  3180.                         => 'doctrine',
  3181.                         => 'console',
  3182.                     ],
  3183.                 ],
  3184.                 'monolog.handler.main' => [
  3185.                     'type' => 'exclusive',
  3186.                     'elements' => [
  3187.                         => 'event',
  3188.                     ],
  3189.                 ],
  3190.             ],
  3191.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3192.             'knp_menu.renderer.list.options' => [
  3193.             ],
  3194.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3195.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3196.             'knp_menu.renderer.twig.options' => [
  3197.             ],
  3198.             'knp_menu.renderer.twig.template' => 'base/menu.html.twig',
  3199.             'knp_menu.default_renderer' => 'twig',
  3200.             'fos_user.backend_type_orm' => true,
  3201.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3202.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3203.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3204.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3205.             'fos_user.registration.confirmation.from_email' => [
  3206.                 'noreply@seewhen.com' => 'Seewhen',
  3207.             ],
  3208.             'fos_user.resetting.email.from_email' => [
  3209.                 'noreply@seewhen.com' => 'Seewhen',
  3210.             ],
  3211.             'fos_user.storage' => 'orm',
  3212.             'fos_user.firewall_name' => 'main',
  3213.             'fos_user.model_manager_name' => NULL,
  3214.             'fos_user.model.user.class' => 'App\\Entity\\User',
  3215.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3216.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3217.             'fos_user.profile.form.validation_groups' => [
  3218.                 => 'Profile',
  3219.                 => 'Default',
  3220.             ],
  3221.             'fos_user.registration.confirmation.enabled' => false,
  3222.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  3223.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3224.             'fos_user.registration.form.validation_groups' => [
  3225.                 => 'Registration',
  3226.                 => 'Default',
  3227.             ],
  3228.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3229.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3230.             'fos_user.change_password.form.validation_groups' => [
  3231.                 => 'ChangePassword',
  3232.                 => 'Default',
  3233.             ],
  3234.             'fos_user.resetting.retry_ttl' => 7200,
  3235.             'fos_user.resetting.token_ttl' => 86400,
  3236.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3237.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3238.             'fos_user.resetting.form.validation_groups' => [
  3239.                 => 'ResetPassword',
  3240.                 => 'Default',
  3241.             ],
  3242.             'datatables.config' => [
  3243.                 'options' => [
  3244.                     'lengthMenu' => [
  3245.                         => 10,
  3246.                         => 25,
  3247.                         => 50,
  3248.                         => 100,
  3249.                         => 250,
  3250.                         => 500,
  3251.                         => 1000,
  3252.                         => 2500,
  3253.                     ],
  3254.                     'pageLength' => 50,
  3255.                     'dom' => '<\'row\'<\'col-sm-12 col-md-6\'l><\'col-sm-12 col-md-6\'f>><\'row\'<\'col-sm-12\'tr>><\'row\'<\'col-sm-12 col-md-5\'i><\'col-sm-12 col-md-7\'p>>',
  3256.                 ],
  3257.                 'template_parameters' => [
  3258.                     'className' => 'table table-hover dataTable',
  3259.                     'columnFilter' => NULL,
  3260.                 ],
  3261.                 'translation_domain' => 'messages',
  3262.                 'language_from_cdn' => true,
  3263.                 'persist_state' => 'fragment',
  3264.                 'method' => 'POST',
  3265.                 'template' => '@DataTables/datatable_html.html.twig',
  3266.             ],
  3267.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3268.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3269.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3270.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  3271.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3272.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  3273.             'stof_doctrine_extensions.default_locale' => 'en_GB',
  3274.             'stof_doctrine_extensions.translation_fallback' => false,
  3275.             'stof_doctrine_extensions.persist_default_translation' => false,
  3276.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3277.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3278.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3279.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3280.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3281.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3282.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3283.             'sm.configs' => [
  3284.                 'resource_booking' => [
  3285.                     'class' => 'App\\Entity\\Booking',
  3286.                     'property_path' => 'state',
  3287.                     'graph' => 'bookings',
  3288.                     'states' => [
  3289.                         => 'enquiry',
  3290.                         => 'processing',
  3291.                         => 'cancelled',
  3292.                         => 'approved',
  3293.                         => 'expired',
  3294.                         => 'rejected',
  3295.                         => 'waiting',
  3296.                     ],
  3297.                     'transitions' => [
  3298.                         'process' => [
  3299.                             'from' => [
  3300.                                 => 'enquiry',
  3301.                                 => 'process',
  3302.                             ],
  3303.                             'to' => 'processing',
  3304.                         ],
  3305.                         'approve' => [
  3306.                             'from' => [
  3307.                                 => 'enquiry',
  3308.                                 => 'processing',
  3309.                                 => 'waiting',
  3310.                             ],
  3311.                             'to' => 'approved',
  3312.                         ],
  3313.                         'cancel' => [
  3314.                             'from' => [
  3315.                                 => 'processing',
  3316.                                 => 'approved',
  3317.                                 => 'enquiry',
  3318.                                 => 'waiting',
  3319.                             ],
  3320.                             'to' => 'cancelled',
  3321.                         ],
  3322.                         'expire' => [
  3323.                             'from' => [
  3324.                                 => 'processing',
  3325.                                 => 'enquiry',
  3326.                                 => 'rejected',
  3327.                                 => 'waiting',
  3328.                             ],
  3329.                             'to' => 'expired',
  3330.                         ],
  3331.                         'reject' => [
  3332.                             'from' => [
  3333.                                 => 'processing',
  3334.                                 => 'enquiry',
  3335.                             ],
  3336.                             'to' => 'rejected',
  3337.                         ],
  3338.                         'wait' => [
  3339.                             'from' => [
  3340.                                 => 'enquiry',
  3341.                                 => 'processing',
  3342.                                 => 'rejected',
  3343.                             ],
  3344.                             'to' => 'waiting',
  3345.                         ],
  3346.                         'move' => [
  3347.                             'from' => [
  3348.                                 => 'waiting',
  3349.                             ],
  3350.                             'to' => 'processing',
  3351.                         ],
  3352.                     ],
  3353.                     'callbacks' => [
  3354.                         'guard' => [
  3355.                             'guard_on_submitting' => [
  3356.                                 'on' => 'approve',
  3357.                                 'do' => [
  3358.                                     => '@app.booking_processor',
  3359.                                     => 'canApprove',
  3360.                                 ],
  3361.                                 'args' => [
  3362.                                     => 'object',
  3363.                                 ],
  3364.                                 'disabled' => false,
  3365.                                 'priority' => 0,
  3366.                             ],
  3367.                         ],
  3368.                         'before' => [
  3369.                             'approve_booking' => [
  3370.                                 'on' => 'approve',
  3371.                                 'do' => [
  3372.                                     => '@app.booking_processor',
  3373.                                     => 'preapproveBooking',
  3374.                                 ],
  3375.                                 'args' => [
  3376.                                     => 'object',
  3377.                                 ],
  3378.                                 'disabled' => false,
  3379.                                 'priority' => 0,
  3380.                             ],
  3381.                         ],
  3382.                         'after' => [
  3383.                             'process_booking' => [
  3384.                                 'on' => 'process',
  3385.                                 'do' => [
  3386.                                     => '@app.booking_processor',
  3387.                                     => 'processBooking',
  3388.                                 ],
  3389.                                 'args' => [
  3390.                                     => 'object',
  3391.                                 ],
  3392.                                 'disabled' => false,
  3393.                                 'priority' => 0,
  3394.                             ],
  3395.                             'approve_booking' => [
  3396.                                 'on' => 'approve',
  3397.                                 'do' => [
  3398.                                     => '@app.booking_processor',
  3399.                                     => 'approveBooking',
  3400.                                 ],
  3401.                                 'args' => [
  3402.                                     => 'object',
  3403.                                 ],
  3404.                                 'disabled' => false,
  3405.                                 'priority' => 0,
  3406.                             ],
  3407.                             'cancel_booking' => [
  3408.                                 'on' => 'cancel',
  3409.                                 'do' => [
  3410.                                     => '@app.booking_processor',
  3411.                                     => 'cancelBooking',
  3412.                                 ],
  3413.                                 'args' => [
  3414.                                     => 'object',
  3415.                                 ],
  3416.                                 'disabled' => false,
  3417.                                 'priority' => 0,
  3418.                             ],
  3419.                             'reject_booking' => [
  3420.                                 'on' => 'reject',
  3421.                                 'do' => [
  3422.                                     => '@app.booking_processor',
  3423.                                     => 'rejectBooking',
  3424.                                 ],
  3425.                                 'args' => [
  3426.                                     => 'object',
  3427.                                 ],
  3428.                                 'disabled' => false,
  3429.                                 'priority' => 0,
  3430.                             ],
  3431.                             'expire_booking' => [
  3432.                                 'on' => 'expire',
  3433.                                 'do' => [
  3434.                                     => '@app.booking_processor',
  3435.                                     => 'expireBooking',
  3436.                                 ],
  3437.                                 'args' => [
  3438.                                     => 'object',
  3439.                                 ],
  3440.                                 'disabled' => false,
  3441.                                 'priority' => 0,
  3442.                             ],
  3443.                             'waiting_booking' => [
  3444.                                 'on' => 'wait',
  3445.                                 'do' => [
  3446.                                     => '@app.booking_processor',
  3447.                                     => 'waitingBooking',
  3448.                                 ],
  3449.                                 'args' => [
  3450.                                     => 'object',
  3451.                                 ],
  3452.                                 'disabled' => false,
  3453.                                 'priority' => 0,
  3454.                             ],
  3455.                             'move_booking' => [
  3456.                                 'on' => 'move',
  3457.                                 'do' => [
  3458.                                     => '@app.booking_processor',
  3459.                                     => 'moveBooking',
  3460.                                 ],
  3461.                                 'args' => [
  3462.                                     => 'object',
  3463.                                 ],
  3464.                                 'disabled' => false,
  3465.                                 'priority' => 0,
  3466.                             ],
  3467.                         ],
  3468.                     ],
  3469.                     'state_machine_class' => 'SM\\StateMachine\\StateMachine',
  3470.                 ],
  3471.                 'event_booking' => [
  3472.                     'class' => 'App\\Entity\\EBooking',
  3473.                     'property_path' => 'status',
  3474.                     'graph' => 'ebookings',
  3475.                     'states' => [
  3476.                         => 'new',
  3477.                         => 'awaiting',
  3478.                         => 'confirmed',
  3479.                         => 'cancelled',
  3480.                         => 'archieved',
  3481.                     ],
  3482.                     'transitions' => [
  3483.                         'process' => [
  3484.                             'from' => [
  3485.                                 => 'new',
  3486.                             ],
  3487.                             'to' => 'awaiting',
  3488.                         ],
  3489.                         'confirm' => [
  3490.                             'from' => [
  3491.                                 => 'awaiting',
  3492.                             ],
  3493.                             'to' => 'confirmed',
  3494.                         ],
  3495.                         'cancel' => [
  3496.                             'from' => [
  3497.                                 => 'new',
  3498.                                 => 'awaiting',
  3499.                                 => 'confirmed',
  3500.                             ],
  3501.                             'to' => 'cancelled',
  3502.                         ],
  3503.                         'archieve' => [
  3504.                             'from' => [
  3505.                                 => 'confirmed',
  3506.                             ],
  3507.                             'to' => 'archieved',
  3508.                         ],
  3509.                     ],
  3510.                     'callbacks' => [
  3511.                         'guard' => [
  3512.                         ],
  3513.                         'before' => [
  3514.                         ],
  3515.                         'after' => [
  3516.                             'process_booking' => [
  3517.                                 'on' => 'process',
  3518.                                 'do' => [
  3519.                                     => '@app.ebooking_processor',
  3520.                                     => 'processBooking',
  3521.                                 ],
  3522.                                 'args' => [
  3523.                                     => 'object',
  3524.                                 ],
  3525.                                 'disabled' => false,
  3526.                                 'priority' => 0,
  3527.                             ],
  3528.                             'confirm_booking' => [
  3529.                                 'on' => 'confirm',
  3530.                                 'do' => [
  3531.                                     => '@app.ebooking_processor',
  3532.                                     => 'confirmBooking',
  3533.                                 ],
  3534.                                 'args' => [
  3535.                                     => 'object',
  3536.                                 ],
  3537.                                 'disabled' => false,
  3538.                                 'priority' => 0,
  3539.                             ],
  3540.                             'cancel_booking' => [
  3541.                                 'on' => 'cancel',
  3542.                                 'do' => [
  3543.                                     => '@app.ebooking_processor',
  3544.                                     => 'cancelBooking',
  3545.                                 ],
  3546.                                 'args' => [
  3547.                                     => 'object',
  3548.                                 ],
  3549.                                 'disabled' => false,
  3550.                                 'priority' => 0,
  3551.                             ],
  3552.                             'archieve_booking' => [
  3553.                                 'on' => 'archieve',
  3554.                                 'do' => [
  3555.                                     => '@app.ebooking_processor',
  3556.                                     => 'archieveBooking',
  3557.                                 ],
  3558.                                 'args' => [
  3559.                                     => 'object',
  3560.                                 ],
  3561.                                 'disabled' => false,
  3562.                                 'priority' => 0,
  3563.                             ],
  3564.                         ],
  3565.                     ],
  3566.                     'state_machine_class' => 'SM\\StateMachine\\StateMachine',
  3567.                 ],
  3568.                 'event_attendee' => [
  3569.                     'class' => 'App\\Entity\\Attendee',
  3570.                     'property_path' => 'status',
  3571.                     'graph' => 'attendees',
  3572.                     'states' => [
  3573.                         => 'new',
  3574.                         => 'reminded',
  3575.                         => 'visited',
  3576.                         => 'noshow',
  3577.                         => 'cancelled',
  3578.                         => 'moved',
  3579.                     ],
  3580.                     'transitions' => [
  3581.                         'remind' => [
  3582.                             'from' => [
  3583.                                 => 'new',
  3584.                                 => 'reminded',
  3585.                             ],
  3586.                             'to' => 'reminded',
  3587.                         ],
  3588.                         'visit' => [
  3589.                             'from' => [
  3590.                                 => 'new',
  3591.                                 => 'reminded',
  3592.                             ],
  3593.                             'to' => 'visited',
  3594.                         ],
  3595.                         'noshow' => [
  3596.                             'from' => [
  3597.                                 => 'new',
  3598.                                 => 'reminded',
  3599.                             ],
  3600.                             'to' => 'noshow',
  3601.                         ],
  3602.                         'cancel' => [
  3603.                             'from' => [
  3604.                                 => 'new',
  3605.                                 => 'reminded',
  3606.                             ],
  3607.                             'to' => 'cancelled',
  3608.                         ],
  3609.                         'move' => [
  3610.                             'from' => [
  3611.                                 => 'new',
  3612.                                 => 'reminded',
  3613.                                 => 'nonshow',
  3614.                             ],
  3615.                             'to' => 'moved',
  3616.                         ],
  3617.                     ],
  3618.                     'callbacks' => [
  3619.                         'guard' => [
  3620.                         ],
  3621.                         'before' => [
  3622.                         ],
  3623.                         'after' => [
  3624.                             'remind_attendee' => [
  3625.                                 'on' => 'remind',
  3626.                                 'do' => [
  3627.                                     => '@app.attendee_processor',
  3628.                                     => 'remindAttendee',
  3629.                                 ],
  3630.                                 'args' => [
  3631.                                     => 'object',
  3632.                                 ],
  3633.                                 'disabled' => false,
  3634.                                 'priority' => 0,
  3635.                             ],
  3636.                             'visit_attendee' => [
  3637.                                 'on' => 'visit',
  3638.                                 'do' => [
  3639.                                     => '@app.attendee_processor',
  3640.                                     => 'visitEvent',
  3641.                                 ],
  3642.                                 'args' => [
  3643.                                     => 'object',
  3644.                                 ],
  3645.                                 'disabled' => false,
  3646.                                 'priority' => 0,
  3647.                             ],
  3648.                             'noshow_attendee' => [
  3649.                                 'on' => 'noshow',
  3650.                                 'do' => [
  3651.                                     => '@app.attendee_processor',
  3652.                                     => 'noShowEvent',
  3653.                                 ],
  3654.                                 'args' => [
  3655.                                     => 'object',
  3656.                                 ],
  3657.                                 'disabled' => false,
  3658.                                 'priority' => 0,
  3659.                             ],
  3660.                             'cancel_attendee' => [
  3661.                                 'on' => 'cancel',
  3662.                                 'do' => [
  3663.                                     => '@app.attendee_processor',
  3664.                                     => 'cancelAttendee',
  3665.                                 ],
  3666.                                 'args' => [
  3667.                                     => 'object',
  3668.                                 ],
  3669.                                 'disabled' => false,
  3670.                                 'priority' => 0,
  3671.                             ],
  3672.                             'move_attendee' => [
  3673.                                 'on' => 'move',
  3674.                                 'do' => [
  3675.                                     => '@app.attendee_processor',
  3676.                                     => 'moveAttendee',
  3677.                                 ],
  3678.                                 'args' => [
  3679.                                     => 'object',
  3680.                                 ],
  3681.                                 'disabled' => false,
  3682.                                 'priority' => 0,
  3683.                             ],
  3684.                         ],
  3685.                     ],
  3686.                     'state_machine_class' => 'SM\\StateMachine\\StateMachine',
  3687.                 ],
  3688.             ],
  3689.             'sm.callback.class' => 'winzou\\Bundle\\StateMachineBundle\\Callback\\ContainerAwareCallback',
  3690.             'knp_gaufrette.filesystem_map.class' => 'Knp\\Bundle\\GaufretteBundle\\FilesystemMap',
  3691.             'knp_gaufrette.stream_wrapper.protocol' => 'gaufrette',
  3692.             'knp_gaufrette.stream_wrapper.filesystems' => [
  3693.             ],
  3694.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3695.             'vich_uploader.mappings' => [
  3696.                 'event_image' => [
  3697.                     'uri_prefix' => '/',
  3698.                     'upload_destination' => 'event_image_fs',
  3699.                     'inject_on_load' => false,
  3700.                     'delete_on_update' => true,
  3701.                     'delete_on_remove' => true,
  3702.                     'namer' => [
  3703.                         'service' => NULL,
  3704.                         'options' => NULL,
  3705.                     ],
  3706.                     'directory_namer' => [
  3707.                         'service' => NULL,
  3708.                         'options' => NULL,
  3709.                     ],
  3710.                     'db_driver' => 'orm',
  3711.                 ],
  3712.             ],
  3713.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3714.             'liip_imagine.resolvers' => [
  3715.                 'eventtype_image' => [
  3716.                     'web_path' => [
  3717.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3718.                         'cache_prefix' => 'eimages/cache',
  3719.                     ],
  3720.                 ],
  3721.                 'default' => [
  3722.                     'web_path' => [
  3723.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3724.                         'cache_prefix' => 'media/cache',
  3725.                     ],
  3726.                 ],
  3727.             ],
  3728.             'liip_imagine.loaders' => [
  3729.                 'stream.event_images' => [
  3730.                     'stream' => [
  3731.                         'wrapper' => 'gaufrette://event_image_fs/',
  3732.                         'context' => NULL,
  3733.                     ],
  3734.                 ],
  3735.                 'default' => [
  3736.                     'filesystem' => [
  3737.                         'locator' => 'filesystem',
  3738.                         'data_root' => [
  3739.                             => (\dirname(__DIR__4).'/public'),
  3740.                         ],
  3741.                         'allow_unresolvable_data_roots' => false,
  3742.                         'bundle_resources' => [
  3743.                             'enabled' => false,
  3744.                             'access_control_type' => 'blacklist',
  3745.                             'access_control_list' => [
  3746.                             ],
  3747.                         ],
  3748.                     ],
  3749.                 ],
  3750.             ],
  3751.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3752.             'liip_imagine.jpegoptim.stripAll' => true,
  3753.             'liip_imagine.jpegoptim.max' => NULL,
  3754.             'liip_imagine.jpegoptim.progressive' => true,
  3755.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3756.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3757.             'liip_imagine.optipng.level' => 7,
  3758.             'liip_imagine.optipng.stripAll' => true,
  3759.             'liip_imagine.optipng.tempDir' => NULL,
  3760.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3761.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3762.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3763.             'liip_imagine.cwebp.tempDir' => NULL,
  3764.             'liip_imagine.cwebp.q' => 75,
  3765.             'liip_imagine.cwebp.alphaQ' => 100,
  3766.             'liip_imagine.cwebp.m' => 4,
  3767.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3768.             'liip_imagine.cwebp.alphaMethod' => 1,
  3769.             'liip_imagine.cwebp.exact' => false,
  3770.             'liip_imagine.cwebp.metadata' => [
  3771.                 => 'none',
  3772.             ],
  3773.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3774.             'liip_imagine.cache.resolver.default' => 'eventtype_image',
  3775.             'liip_imagine.default_image' => NULL,
  3776.             'liip_imagine.filter_sets' => [
  3777.                 'form_thumb' => [
  3778.                     'quality' => 75,
  3779.                     'jpeg_quality' => NULL,
  3780.                     'png_compression_level' => NULL,
  3781.                     'png_compression_filter' => NULL,
  3782.                     'format' => NULL,
  3783.                     'animated' => false,
  3784.                     'cache' => 'eventtype_image',
  3785.                     'data_loader' => NULL,
  3786.                     'default_image' => NULL,
  3787.                     'filters' => [
  3788.                         'thumbnail' => [
  3789.                             'size' => [
  3790.                                 => 150,
  3791.                                 => 115,
  3792.                             ],
  3793.                             'mode' => 'outbound',
  3794.                         ],
  3795.                         'auto_rotate' => [
  3796.                         ],
  3797.                     ],
  3798.                     'post_processors' => [
  3799.                     ],
  3800.                 ],
  3801.                 'fe' => [
  3802.                     'quality' => 100,
  3803.                     'jpeg_quality' => 80,
  3804.                     'png_compression_level' => NULL,
  3805.                     'png_compression_filter' => NULL,
  3806.                     'format' => 'jpeg',
  3807.                     'animated' => false,
  3808.                     'cache' => 'eventtype_image',
  3809.                     'data_loader' => NULL,
  3810.                     'default_image' => NULL,
  3811.                     'filters' => [
  3812.                         'downscale' => [
  3813.                             'max' => [
  3814.                                 => 400,
  3815.                                 => 305,
  3816.                             ],
  3817.                             'mode' => 'outbound',
  3818.                         ],
  3819.                         'auto_rotate' => [
  3820.                         ],
  3821.                     ],
  3822.                     'post_processors' => [
  3823.                     ],
  3824.                 ],
  3825.                 'fe_event_show' => [
  3826.                     'quality' => 100,
  3827.                     'jpeg_quality' => 80,
  3828.                     'png_compression_level' => NULL,
  3829.                     'png_compression_filter' => NULL,
  3830.                     'format' => 'jpeg',
  3831.                     'animated' => false,
  3832.                     'cache' => 'eventtype_image',
  3833.                     'data_loader' => NULL,
  3834.                     'default_image' => NULL,
  3835.                     'filters' => [
  3836.                         'downscale' => [
  3837.                             'max' => [
  3838.                                 => 580,
  3839.                                 => 327,
  3840.                             ],
  3841.                             'mode' => 'outbound',
  3842.                         ],
  3843.                         'auto_rotate' => [
  3844.                         ],
  3845.                     ],
  3846.                     'post_processors' => [
  3847.                     ],
  3848.                 ],
  3849.                 'fe_event_list' => [
  3850.                     'quality' => 100,
  3851.                     'jpeg_quality' => 80,
  3852.                     'png_compression_level' => NULL,
  3853.                     'png_compression_filter' => NULL,
  3854.                     'format' => 'jpeg',
  3855.                     'animated' => false,
  3856.                     'cache' => 'eventtype_image',
  3857.                     'data_loader' => NULL,
  3858.                     'default_image' => NULL,
  3859.                     'filters' => [
  3860.                         'thumbnail' => [
  3861.                             'size' => [
  3862.                                 => 580,
  3863.                                 => 327,
  3864.                             ],
  3865.                             'mode' => 'outbound',
  3866.                         ],
  3867.                         'auto_rotate' => [
  3868.                         ],
  3869.                     ],
  3870.                     'post_processors' => [
  3871.                     ],
  3872.                 ],
  3873.             ],
  3874.             'liip_imagine.binary.loader.default' => 'stream.event_images',
  3875.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3876.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3877.             'liip_imagine.webp.generate' => false,
  3878.             'liip_imagine.webp.options' => [
  3879.                 'quality' => 100,
  3880.                 'cache' => NULL,
  3881.                 'data_loader' => NULL,
  3882.                 'post_processors' => [
  3883.                 ],
  3884.             ],
  3885.             'fos_rest.format_listener.rules' => NULL,
  3886.             'nelmio_cors.map' => [
  3887.                 '^/' => [
  3888.                 ],
  3889.             ],
  3890.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3891.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3892.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3893.             'tetranz_select2_entity.config' => [
  3894.                 'minimum_input_length' => 1,
  3895.                 'scroll' => false,
  3896.                 'page_limit' => 10,
  3897.                 'allow_clear' => false,
  3898.                 'allow_add' => [
  3899.                     'enabled' => false,
  3900.                     'new_tag_text' => ' (NEW)',
  3901.                     'new_tag_prefix' => '__',
  3902.                     'tag_separators' => '[",", " "]',
  3903.                 ],
  3904.                 'delay' => 250,
  3905.                 'language' => 'en',
  3906.                 'theme' => 'default',
  3907.                 'cache' => true,
  3908.                 'cache_timeout' => 60000,
  3909.                 'width' => NULL,
  3910.                 'object_manager' => NULL,
  3911.                 'render_html' => false,
  3912.             ],
  3913.             'snc_redis.client.class' => 'Predis\\Client',
  3914.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  3915.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  3916.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  3917.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  3918.             'snc_redis.phpredis_client.class' => 'Redis',
  3919.             'snc_redis.phpredis_connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Phpredis\\Client',
  3920.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  3921.             'snc_redis.phpredis_clusterclient_connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Phpredis\\ClientCluster',
  3922.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  3923.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  3924.             'snc_redis.doctrine_cache_phpredis.class' => 'Symfony\\Component\\Cache\\Adapter\\RedisAdapter',
  3925.             'snc_redis.doctrine_cache_predis.class' => 'Symfony\\Component\\Cache\\Adapter\\RedisAdapter',
  3926.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  3927.             'snc_redis.swiftmailer_spool.class' => 'Snc\\RedisBundle\\SwiftMailer\\RedisSpool',
  3928.             'payum.capture_path' => 'payum_capture_do',
  3929.             'payum.notify_path' => 'payum_notify_do',
  3930.             'payum.authorize_path' => 'payum_authorize_do',
  3931.             'payum.refund_path' => 'payum_refund_do',
  3932.             'payum.cancel_path' => 'payum_cancel_do',
  3933.             'payum.payout_path' => 'payum_payout_do',
  3934.             'payum.available_gateway_factories' => [
  3935.             ],
  3936.             'payum.storage.doctrine.orm.class' => 'Payum\\Core\\Bridge\\Doctrine\\Storage\\DoctrineStorage',
  3937.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  3938.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  3939.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  3940.             'swiftmailer.mailer.default.transport.smtp.host' => 'localhost',
  3941.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  3942.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  3943.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  3944.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  3945.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  3946.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  3947.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  3948.             ],
  3949.             'swiftmailer.mailer.default.spool.enabled' => false,
  3950.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3951.             'swiftmailer.mailer.default.single_address' => NULL,
  3952.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3953.             'swiftmailer.spool.enabled' => false,
  3954.             'swiftmailer.delivery.enabled' => true,
  3955.             'swiftmailer.single_address' => NULL,
  3956.             'swiftmailer.mailers' => [
  3957.                 'default' => 'swiftmailer.mailer.default',
  3958.             ],
  3959.             'swiftmailer.default_mailer' => 'default',
  3960.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3961.             'data_collector.templates' => [
  3962.                 'data_collector.request' => [
  3963.                     => 'request',
  3964.                     => '@WebProfiler/Collector/request.html.twig',
  3965.                 ],
  3966.                 'data_collector.time' => [
  3967.                     => 'time',
  3968.                     => '@WebProfiler/Collector/time.html.twig',
  3969.                 ],
  3970.                 'data_collector.memory' => [
  3971.                     => 'memory',
  3972.                     => '@WebProfiler/Collector/memory.html.twig',
  3973.                 ],
  3974.                 'data_collector.validator' => [
  3975.                     => 'validator',
  3976.                     => '@WebProfiler/Collector/validator.html.twig',
  3977.                 ],
  3978.                 'data_collector.ajax' => [
  3979.                     => 'ajax',
  3980.                     => '@WebProfiler/Collector/ajax.html.twig',
  3981.                 ],
  3982.                 'data_collector.form' => [
  3983.                     => 'form',
  3984.                     => '@WebProfiler/Collector/form.html.twig',
  3985.                 ],
  3986.                 'data_collector.exception' => [
  3987.                     => 'exception',
  3988.                     => '@WebProfiler/Collector/exception.html.twig',
  3989.                 ],
  3990.                 'data_collector.logger' => [
  3991.                     => 'logger',
  3992.                     => '@WebProfiler/Collector/logger.html.twig',
  3993.                 ],
  3994.                 'data_collector.events' => [
  3995.                     => 'events',
  3996.                     => '@WebProfiler/Collector/events.html.twig',
  3997.                 ],
  3998.                 'data_collector.router' => [
  3999.                     => 'router',
  4000.                     => '@WebProfiler/Collector/router.html.twig',
  4001.                 ],
  4002.                 'data_collector.cache' => [
  4003.                     => 'cache',
  4004.                     => '@WebProfiler/Collector/cache.html.twig',
  4005.                 ],
  4006.                 'data_collector.translation' => [
  4007.                     => 'translation',
  4008.                     => '@WebProfiler/Collector/translation.html.twig',
  4009.                 ],
  4010.                 'data_collector.security' => [
  4011.                     => 'security',
  4012.                     => '@Security/Collector/security.html.twig',
  4013.                 ],
  4014.                 'data_collector.twig' => [
  4015.                     => 'twig',
  4016.                     => '@WebProfiler/Collector/twig.html.twig',
  4017.                 ],
  4018.                 'data_collector.http_client' => [
  4019.                     => 'http_client',
  4020.                     => '@WebProfiler/Collector/http_client.html.twig',
  4021.                 ],
  4022.                 'data_collector.doctrine' => [
  4023.                     => 'db',
  4024.                     => '@Doctrine/Collector/db.html.twig',
  4025.                 ],
  4026.                 'doctrine_migrations.migrations_collector' => [
  4027.                     => 'doctrine_migrations',
  4028.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4029.                 ],
  4030.                 'swiftmailer.data_collector' => [
  4031.                     => 'swiftmailer',
  4032.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  4033.                 ],
  4034.                 'data_collector.dump' => [
  4035.                     => 'dump',
  4036.                     => '@Debug/Profiler/dump.html.twig',
  4037.                 ],
  4038.                 'mailer.data_collector' => [
  4039.                     => 'mailer',
  4040.                     => '@WebProfiler/Collector/mailer.html.twig',
  4041.                 ],
  4042.                 'notifier.data_collector' => [
  4043.                     => 'notifier',
  4044.                     => '@WebProfiler/Collector/notifier.html.twig',
  4045.                 ],
  4046.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4047.                     => 'vich_uploader.mapping_collector',
  4048.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4049.                 ],
  4050.                 'snc_redis.data_collector' => [
  4051.                     => 'redis',
  4052.                     => '@SncRedis/Collector/redis.html.twig',
  4053.                 ],
  4054.                 'payum.profiler.payum_collector' => [
  4055.                     => 'payum',
  4056.                     => '@Payum/Profiler/payum.html.twig',
  4057.                 ],
  4058.                 'data_collector.config' => [
  4059.                     => 'config',
  4060.                     => '@WebProfiler/Collector/config.html.twig',
  4061.                 ],
  4062.             ],
  4063.             'console.command.ids' => [
  4064.             ],
  4065.         ];
  4066.     }
  4067.     protected function throw($message)
  4068.     {
  4069.         throw new RuntimeException($message);
  4070.     }
  4071. }