var\cache\dev\ContainerCTaQxQV\ProjectBiz_KernelDevDebugContainer.php line 1641

Open in your IDE?
  1. <?php
  2. namespace ContainerCTaQxQV;
  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 ProjectBiz_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.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.session' => 'get_Container_Private_SessionService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'citibiz.access_control_listener' => 'getCitibiz_AccessControlListenerService',
  43.             'citibiz.column_definition_repository' => 'getCitibiz_ColumnDefinitionRepositoryService',
  44.             'citibiz.database.datetime_factory' => 'getCitibiz_Database_DatetimeFactoryService',
  45.             'citibiz.generic_repository_factory' => 'getCitibiz_GenericRepositoryFactoryService',
  46.             'citibiz.repository_configuration_manager' => 'getCitibiz_RepositoryConfigurationManagerService',
  47.             'citibiz.repository_configuration_provider' => 'getCitibiz_RepositoryConfigurationProviderService',
  48.             'citibiz.security_context_wrapper' => 'getCitibiz_SecurityContextWrapperService',
  49.             'citibiz.standard_log_header' => 'getCitibiz_StandardLogHeaderService',
  50.             'citibiz.table_helper' => 'getCitibiz_TableHelperService',
  51.             'doctrine' => 'getDoctrineService',
  52.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'miscellaneous_collector' => 'getMiscellaneousCollectorService',
  57.             'mobile_detect' => 'getMobileDetectService',
  58.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  59.             'project_biz.portal.database_schema_cache' => 'getProjectBiz_Portal_DatabaseSchemaCacheService',
  60.             'projectbiz.menu.menu_helper' => 'getProjectbiz_Menu_MenuHelperService',
  61.             'projectbiz.portal.access_chain_listener' => 'getProjectbiz_Portal_AccessChainListenerService',
  62.             'projectbiz.portal.build_table.twig_extension' => 'getProjectbiz_Portal_BuildTable_TwigExtensionService',
  63.             'projectbiz.portal.filter_response' => 'getProjectbiz_Portal_FilterResponseService',
  64.             'projectbiz.portal.menu_view' => 'getProjectbiz_Portal_MenuViewService',
  65.             'projectbiz.portal.menu_view.twig_extension' => 'getProjectbiz_Portal_MenuView_TwigExtensionService',
  66.             'projectbiz.portal.multi_table_access_chain_listener' => 'getProjectbiz_Portal_MultiTableAccessChainListenerService',
  67.             'projectbiz.portal.table_view' => 'getProjectbiz_Portal_TableViewService',
  68.             'projectbiz.portal.table_view.twig_extension' => 'getProjectbiz_Portal_TableView_TwigExtensionService',
  69.             'projectbiz.portal.twig.body_class_extension' => 'getProjectbiz_Portal_Twig_BodyClassExtensionService',
  70.             'projectbiz.portal.twig.custom_notification_extension' => 'getProjectbiz_Portal_Twig_CustomNotificationExtensionService',
  71.             'projectbiz.portal.twig.php_extension' => 'getProjectbiz_Portal_Twig_PhpExtensionService',
  72.             'projectbiz.portal.unified_options_listener' => 'getProjectbiz_Portal_UnifiedOptionsListenerService',
  73.             'request_stack' => 'getRequestStackService',
  74.             'router' => 'getRouterService',
  75.             'translator' => 'getTranslatorService',
  76.             'cache_clearer' => 'getCacheClearerService',
  77.             'filesystem' => 'getFilesystemService',
  78.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  79.             'form.factory' => 'getForm_FactoryService',
  80.             'form.type.file' => 'getForm_Type_FileService',
  81.             'profiler' => 'getProfilerService',
  82.             'twig' => 'getTwigService',
  83.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  84.             'security.token_storage' => 'getSecurity_TokenStorageService',
  85.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  86.             'session' => 'getSessionService',
  87.             'validator' => 'getValidatorService',
  88.         ];
  89.         $this->fileMap = [
  90.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  91.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  92.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  93.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  94.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  95.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  96.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  97.             'Mopa\\Bundle\\BootstrapBundle\\Command\\BootstrapSymlinkLessCommand' => 'getBootstrapSymlinkLessCommandService',
  98.             'Mopa\\Bundle\\BootstrapBundle\\Command\\BootstrapSymlinkSassCommand' => 'getBootstrapSymlinkSassCommandService',
  99.             'Mopa\\Bundle\\BootstrapBundle\\Command\\InstallFontCommand' => 'getInstallFontCommandService',
  100.             'ProjectBiz\\CitiBizBundle\\Controller\\MpmController' => 'getMpmControllerService',
  101.             'ProjectBiz\\CitiBizBundle\\Controller\\SpmController' => 'getSpmControllerService',
  102.             'ProjectBiz\\Controller\\BauPortalDebug\\SpmDebugController' => 'getSpmDebugControllerService',
  103.             'ProjectBiz\\Controller\\BauPortal\\CockpitController' => 'getCockpitControllerService',
  104.             'ProjectBiz\\Controller\\BauPortal\\ExcelController' => 'getExcelControllerService',
  105.             'ProjectBiz\\Controller\\BauPortal\\WelcomeController' => 'getWelcomeControllerService',
  106.             'ProjectBiz\\DatabaseBundle\\Build\\RepositoryConfigurationManagerCompilerPass' => 'getRepositoryConfigurationManagerCompilerPassService',
  107.             'ProjectBiz\\DatabaseBundle\\Database\\DateTime' => 'getDateTimeService',
  108.             'ProjectBiz\\DatabaseBundle\\Database\\RepositoryEvents' => 'getRepositoryEventsService',
  109.             'ProjectBiz\\DatabaseBundle\\Database\\TableInfo' => 'getTableInfoService',
  110.             'ProjectBiz\\DatabaseBundle\\Database\\TableInfoInterface' => 'getTableInfoInterfaceService',
  111.             'ProjectBiz\\DatabaseBundle\\ProjectBizDatabaseBundle' => 'getProjectBizDatabaseBundleService',
  112.             'ProjectBiz\\DatabaseBundle\\Service\\RepositoryConfigurationManager' => 'getRepositoryConfigurationManagerService',
  113.             'ProjectBiz\\DatabaseBundle\\Type\\TextType' => 'getTextTypeService',
  114.             'ProjectBiz\\ImportExportBundle\\Controller\\ExportController' => 'getExportControllerService',
  115.             'ProjectBiz\\ImportExportBundle\\Controller\\ImportController' => 'getImportControllerService',
  116.             'ProjectBiz\\ImportExportBundle\\Controller\\ImportExportBaseController' => 'getImportExportBaseControllerService',
  117.             'ProjectBiz\\ImportExportBundle\\Controller\\ImportExportController' => 'getImportExportControllerService',
  118.             'ProjectBiz\\MenuBundle\\Menu\\MenuItemContainer' => 'getMenuItemContainerService',
  119.             'ProjectBiz\\PortalBundle\\Controller\\APIController' => 'getAPIControllerService',
  120.             'ProjectBiz\\PortalBundle\\Controller\\AboutController' => 'getAboutControllerService',
  121.             'ProjectBiz\\PortalBundle\\Controller\\AccountController' => 'getAccountControllerService',
  122.             'ProjectBiz\\PortalBundle\\Controller\\AdminController' => 'getAdminControllerService',
  123.             'ProjectBiz\\PortalBundle\\Controller\\AttachmentController' => 'getAttachmentControllerService',
  124.             'ProjectBiz\\PortalBundle\\Controller\\AutoIncrementController' => 'getAutoIncrementControllerService',
  125.             'ProjectBiz\\PortalBundle\\Controller\\BaseController' => 'getBaseControllerService',
  126.             'ProjectBiz\\PortalBundle\\Controller\\CustomNotificationController' => 'getCustomNotificationControllerService',
  127.             'ProjectBiz\\PortalBundle\\Controller\\DSGVOController' => 'getDSGVOControllerService',
  128.             'ProjectBiz\\PortalBundle\\Controller\\DeleteController' => 'getDeleteControllerService',
  129.             'ProjectBiz\\PortalBundle\\Controller\\FileUploadController' => 'getFileUploadControllerService',
  130.             'ProjectBiz\\PortalBundle\\Controller\\FormEditController' => 'getFormEditControllerService',
  131.             'ProjectBiz\\PortalBundle\\Controller\\FormsController' => 'getFormsControllerService',
  132.             'ProjectBiz\\PortalBundle\\Controller\\GenericController' => 'getGenericControllerService',
  133.             'ProjectBiz\\PortalBundle\\Controller\\GenericEditController' => 'getGenericEditControllerService',
  134.             'ProjectBiz\\PortalBundle\\Controller\\ImageUploadController' => 'getImageUploadControllerService',
  135.             'ProjectBiz\\PortalBundle\\Controller\\IndividualMailController' => 'getIndividualMailControllerService',
  136.             'ProjectBiz\\PortalBundle\\Controller\\ListingController' => 'getListingControllerService',
  137.             'ProjectBiz\\PortalBundle\\Controller\\ListingRefsController' => 'getListingRefsControllerService',
  138.             'ProjectBiz\\PortalBundle\\Controller\\LoginController' => 'getLoginControllerService',
  139.             'ProjectBiz\\PortalBundle\\Controller\\MaindocumentController' => 'getMaindocumentControllerService',
  140.             'ProjectBiz\\PortalBundle\\Controller\\ManSortController' => 'getManSortControllerService',
  141.             'ProjectBiz\\PortalBundle\\Controller\\MobileController' => 'getMobileControllerService',
  142.             'ProjectBiz\\PortalBundle\\Controller\\NoteController' => 'getNoteControllerService',
  143.             'ProjectBiz\\PortalBundle\\Controller\\OpticalCodeController' => 'getOpticalCodeControllerService',
  144.             'ProjectBiz\\PortalBundle\\Controller\\PagesController' => 'getPagesControllerService',
  145.             'ProjectBiz\\PortalBundle\\Controller\\ProjectroomController' => 'getProjectroomControllerService',
  146.             'ProjectBiz\\PortalBundle\\Controller\\SearchController' => 'getSearchControllerService',
  147.             'ProjectBiz\\PortalBundle\\Controller\\SitemapController' => 'getSitemapControllerService',
  148.             'ProjectBiz\\PortalBundle\\Controller\\TableController' => 'getTableControllerService',
  149.             'ProjectBiz\\PortalBundle\\Controller\\TestController' => 'getTestControllerService',
  150.             'ProjectBiz\\PortalBundle\\Controller\\ToolsController' => 'getToolsControllerService',
  151.             'ProjectBiz\\PortalBundle\\Controller\\UserManagementController' => 'getUserManagementControllerService',
  152.             'ProjectBiz\\PortalBundle\\Controller\\ViewManagementController' => 'getViewManagementControllerService',
  153.             'ProjectBiz\\PortalBundle\\Controller\\WelcomeController' => 'getWelcomeController2Service',
  154.             'ProjectBiz\\PortalBundle\\View\\TableView\\Accessor\\ColumnContextMenuAccessor' => 'getColumnContextMenuAccessorService',
  155.             'ProjectBiz\\PortalBundle\\View\\TableView\\Accessor\\ContextMenuAccessor' => 'getContextMenuAccessorService',
  156.             'ProjectBiz\\WatchDogBundle\\Command\\WatchDogBuildCommand' => 'getWatchDogBuildCommandService',
  157.             'ProjectBiz\\WatchDogBundle\\Command\\WatchDogBuildOnRequestCommand' => 'getWatchDogBuildOnRequestCommandService',
  158.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  159.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  160.             'cache.app_clearer' => 'getCache_AppClearerService',
  161.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  162.             'cache.system_clearer' => 'getCache_SystemClearerService',
  163.             'cache_warmer' => 'getCacheWarmerService',
  164.             'citibiz.api_authenticator' => 'getCitibiz_ApiAuthenticatorService',
  165.             'citibiz.filter_and_sorting_helper' => 'getCitibiz_FilterAndSortingHelperService',
  166.             'citibiz.form.directory_selection_controller' => 'getCitibiz_Form_DirectorySelectionControllerService',
  167.             'citibiz.form.type.columm_selection' => 'getCitibiz_Form_Type_ColummSelectionService',
  168.             'citibiz.form.type.custom_password' => 'getCitibiz_Form_Type_CustomPasswordService',
  169.             'citibiz.form.type.datetime' => 'getCitibiz_Form_Type_DatetimeService',
  170.             'citibiz.form.type.euro' => 'getCitibiz_Form_Type_EuroService',
  171.             'citibiz.form.type.extended_file' => 'getCitibiz_Form_Type_ExtendedFileService',
  172.             'citibiz.form.type.filter' => 'getCitibiz_Form_Type_FilterService',
  173.             'citibiz.form.type.filter_columns' => 'getCitibiz_Form_Type_FilterColumnsService',
  174.             'citibiz.form.type.filter_field' => 'getCitibiz_Form_Type_FilterFieldService',
  175.             'citibiz.form.type.generic_table' => 'getCitibiz_Form_Type_GenericTableService',
  176.             'citibiz.form.type.link' => 'getCitibiz_Form_Type_LinkService',
  177.             'citibiz.form.type.log' => 'getCitibiz_Form_Type_LogService',
  178.             'citibiz.form.type.password_recovery' => 'getCitibiz_Form_Type_PasswordRecoveryService',
  179.             'citibiz.form.type.rights' => 'getCitibiz_Form_Type_RightsService',
  180.             'citibiz.form.type.table_selection' => 'getCitibiz_Form_Type_TableSelectionService',
  181.             'citibiz.form.type.user_credentials' => 'getCitibiz_Form_Type_UserCredentialsService',
  182.             'citibiz.form.type.user_registration' => 'getCitibiz_Form_Type_UserRegistrationService',
  183.             'citibiz.form.type.user_selection' => 'getCitibiz_Form_Type_UserSelectionService',
  184.             'citibiz.form.type.user_validation' => 'getCitibiz_Form_Type_UserValidationService',
  185.             'citibiz.form_helper' => 'getCitibiz_FormHelperService',
  186.             'citibiz.generic_repository' => 'getCitibiz_GenericRepositoryService',
  187.             'citibiz.monolog_flashbag_handler' => 'getCitibiz_MonologFlashbagHandlerService',
  188.             'citibiz.portal.api_contoller' => 'getCitibiz_Portal_ApiContollerService',
  189.             'citibiz.portal.custom_notification_contoller' => 'getCitibiz_Portal_CustomNotificationContollerService',
  190.             'citibiz.portal.version_command' => 'getCitibiz_Portal_VersionCommandService',
  191.             'citibiz.roles_helper' => 'getCitibiz_RolesHelperService',
  192.             'citibiz.route_helper' => 'getCitibiz_RouteHelperService',
  193.             'citibiz.view_management_context_manager' => 'getCitibiz_ViewManagementContextManagerService',
  194.             'citibiz.view_management_context_provider' => 'getCitibiz_ViewManagementContextProviderService',
  195.             'citibiz.view_management_helper' => 'getCitibiz_ViewManagementHelperService',
  196.             'console.command_loader' => 'getConsole_CommandLoaderService',
  197.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  198.             'error_controller' => 'getErrorControllerService',
  199.             'project_biz.notifications_helper' => 'getProjectBiz_NotificationsHelperService',
  200.             'projectbiz.bau_portal.cockpit_controller' => 'getProjectbiz_BauPortal_CockpitControllerService',
  201.             'projectbiz.bau_portal.excel_controller' => 'getProjectbiz_BauPortal_ExcelControllerService',
  202.             'projectbiz.citibiz.picture.file_repo' => 'getProjectbiz_Citibiz_Picture_FileRepoService',
  203.             'projectbiz.config' => 'getProjectbiz_ConfigService',
  204.             'projectbiz.database.criteria_builder' => 'getProjectbiz_Database_CriteriaBuilderService',
  205.             'projectbiz.database.generic_repository_options' => 'getProjectbiz_Database_GenericRepositoryOptionsService',
  206.             'projectbiz.database.table_descriptor' => 'getProjectbiz_Database_TableDescriptorService',
  207.             'projectbiz.database.table_prefix_subscriber' => 'getProjectbiz_Database_TablePrefixSubscriberService',
  208.             'projectbiz.dsgvo' => 'getProjectbiz_DsgvoService',
  209.             'projectbiz.form.compound_data_source_type' => 'getProjectbiz_Form_CompoundDataSourceTypeService',
  210.             'projectbiz.form.constant_data_source_type' => 'getProjectbiz_Form_ConstantDataSourceTypeService',
  211.             'projectbiz.form.custom_form_type' => 'getProjectbiz_Form_CustomFormTypeService',
  212.             'projectbiz.form.data_source_factory' => 'getProjectbiz_Form_DataSourceFactoryService',
  213.             'projectbiz.form.entity_data_source_type' => 'getProjectbiz_Form_EntityDataSourceTypeService',
  214.             'projectbiz.form.form_data_source_type' => 'getProjectbiz_Form_FormDataSourceTypeService',
  215.             'projectbiz.form.form_descriptor_factory' => 'getProjectbiz_Form_FormDescriptorFactoryService',
  216.             'projectbiz.form.form_factory' => 'getProjectbiz_Form_FormFactoryService',
  217.             'projectbiz.form.layout_factory' => 'getProjectbiz_Form_LayoutFactoryService',
  218.             'projectbiz.form.legacy_form_type' => 'getProjectbiz_Form_LegacyFormTypeService',
  219.             'projectbiz.form.merge_data_source_type' => 'getProjectbiz_Form_MergeDataSourceTypeService',
  220.             'projectbiz.form.report_controller' => 'getProjectbiz_Form_ReportControllerService',
  221.             'projectbiz.form.report_factory' => 'getProjectbiz_Form_ReportFactoryService',
  222.             'projectbiz.form.table_data_source_type' => 'getProjectbiz_Form_TableDataSourceTypeService',
  223.             'projectbiz.form.table_form_type' => 'getProjectbiz_Form_TableFormTypeService',
  224.             'projectbiz.form.template_layout_type' => 'getProjectbiz_Form_TemplateLayoutTypeService',
  225.             'projectbiz.form.user_data_source_type' => 'getProjectbiz_Form_UserDataSourceTypeService',
  226.             'projectbiz.image' => 'getProjectbiz_ImageService',
  227.             'projectbiz.import_export.data_transformer_factory' => 'getProjectbiz_ImportExport_DataTransformerFactoryService',
  228.             'projectbiz.import_export.data_transformers.date' => 'getProjectbiz_ImportExport_DataTransformers_DateService',
  229.             'projectbiz.import_export.data_transformers.datetime' => 'getProjectbiz_ImportExport_DataTransformers_DatetimeService',
  230.             'projectbiz.import_export.data_transformers.euro' => 'getProjectbiz_ImportExport_DataTransformers_EuroService',
  231.             'projectbiz.import_export.data_transformers.identity' => 'getProjectbiz_ImportExport_DataTransformers_IdentityService',
  232.             'projectbiz.import_export.data_transformers.integer' => 'getProjectbiz_ImportExport_DataTransformers_IntegerService',
  233.             'projectbiz.import_export.data_transformers.number' => 'getProjectbiz_ImportExport_DataTransformers_NumberService',
  234.             'projectbiz.import_export.data_transformers.percent' => 'getProjectbiz_ImportExport_DataTransformers_PercentService',
  235.             'projectbiz.import_export.form.import' => 'getProjectbiz_ImportExport_Form_ImportService',
  236.             'projectbiz.import_export.form.review' => 'getProjectbiz_ImportExport_Form_ReviewService',
  237.             'projectbiz.import_export.form.select_interface' => 'getProjectbiz_ImportExport_Form_SelectInterfaceService',
  238.             'projectbiz.import_export.tool' => 'getProjectbiz_ImportExport_ToolService',
  239.             'projectbiz.import_export.view_management_context_provider' => 'getProjectbiz_ImportExport_ViewManagementContextProviderService',
  240.             'projectbiz.mail_trigger.tool' => 'getProjectbiz_MailTrigger_ToolService',
  241.             'projectbiz.mailer.mail_notifier' => 'getProjectbiz_Mailer_MailNotifierService',
  242.             'projectbiz.menu.menu_item' => 'getProjectbiz_Menu_MenuItemService',
  243.             'projectbiz.portal.attachment_controller' => 'getProjectbiz_Portal_AttachmentControllerService',
  244.             'projectbiz.portal.base_controller' => 'getProjectbiz_Portal_BaseControllerService',
  245.             'projectbiz.portal.cache_clear' => 'getProjectbiz_Portal_CacheClearService',
  246.             'projectbiz.portal.check_database_command' => 'getProjectbiz_Portal_CheckDatabaseCommandService',
  247.             'projectbiz.portal.check_dsgvo_constraints_command' => 'getProjectbiz_Portal_CheckDsgvoConstraintsCommandService',
  248.             'projectbiz.portal.check_requirements_command' => 'getProjectbiz_Portal_CheckRequirementsCommandService',
  249.             'projectbiz.portal.command' => 'getProjectbiz_Portal_CommandService',
  250.             'projectbiz.portal.command_listener' => 'getProjectbiz_Portal_CommandListenerService',
  251.             'projectbiz.portal.create_version_command' => 'getProjectbiz_Portal_CreateVersionCommandService',
  252.             'projectbiz.portal.database_config_manager' => 'getProjectbiz_Portal_DatabaseConfigManagerService',
  253.             'projectbiz.portal.delete_controller' => 'getProjectbiz_Portal_DeleteControllerService',
  254.             'projectbiz.portal.delete_old_records_command' => 'getProjectbiz_Portal_DeleteOldRecordsCommandService',
  255.             'projectbiz.portal.dsgvo_controller' => 'getProjectbiz_Portal_DsgvoControllerService',
  256.             'projectbiz.portal.export' => 'getProjectbiz_Portal_ExportService',
  257.             'projectbiz.portal.file_upload_controller' => 'getProjectbiz_Portal_FileUploadControllerService',
  258.             'projectbiz.portal.filter' => 'getProjectbiz_Portal_FilterService',
  259.             'projectbiz.portal.flash_bag_helper' => 'getProjectbiz_Portal_FlashBagHelperService',
  260.             'projectbiz.portal.form.type.note' => 'getProjectbiz_Portal_Form_Type_NoteService',
  261.             'projectbiz.portal.form_edit_controller' => 'getProjectbiz_Portal_FormEditControllerService',
  262.             'projectbiz.portal.formatter' => 'getProjectbiz_Portal_FormatterService',
  263.             'projectbiz.portal.generic_controller' => 'getProjectbiz_Portal_GenericControllerService',
  264.             'projectbiz.portal.generic_edit_controller' => 'getProjectbiz_Portal_GenericEditControllerService',
  265.             'projectbiz.portal.generic_refs_controller' => 'getProjectbiz_Portal_GenericRefsControllerService',
  266.             'projectbiz.portal.global_context_provider' => 'getProjectbiz_Portal_GlobalContextProviderService',
  267.             'projectbiz.portal.image_upload_controller' => 'getProjectbiz_Portal_ImageUploadControllerService',
  268.             'projectbiz.portal.individual_mail' => 'getProjectbiz_Portal_IndividualMailService',
  269.             'projectbiz.portal.individual_mail_controller' => 'getProjectbiz_Portal_IndividualMailControllerService',
  270.             'projectbiz.portal.injector' => 'getProjectbiz_Portal_InjectorService',
  271.             'projectbiz.portal.mail_link_generator' => 'getProjectbiz_Portal_MailLinkGeneratorService',
  272.             'projectbiz.portal.maindocument_controller' => 'getProjectbiz_Portal_MaindocumentControllerService',
  273.             'projectbiz.portal.man_sort_controller' => 'getProjectbiz_Portal_ManSortControllerService',
  274.             'projectbiz.portal.mobile_controller' => 'getProjectbiz_Portal_MobileControllerService',
  275.             'projectbiz.portal.note_controller' => 'getProjectbiz_Portal_NoteControllerService',
  276.             'projectbiz.portal.note_database_config_check' => 'getProjectbiz_Portal_NoteDatabaseConfigCheckService',
  277.             'projectbiz.portal.notification_center' => 'getProjectbiz_Portal_NotificationCenterService',
  278.             'projectbiz.portal.optical_code_controller' => 'getProjectbiz_Portal_OpticalCodeControllerService',
  279.             'projectbiz.portal.projectroom_controller' => 'getProjectbiz_Portal_ProjectroomControllerService',
  280.             'projectbiz.portal.repository_table_builder' => 'getProjectbiz_Portal_RepositoryTableBuilderService',
  281.             'projectbiz.portal.search_controller' => 'getProjectbiz_Portal_SearchControllerService',
  282.             'projectbiz.portal.sitemap_controller' => 'getProjectbiz_Portal_SitemapControllerService',
  283.             'projectbiz.portal.test_controller' => 'getProjectbiz_Portal_TestControllerService',
  284.             'projectbiz.portal.tool_manager' => 'getProjectbiz_Portal_ToolManagerService',
  285.             'projectbiz.portal.truncate_unencrypted_tables_command' => 'getProjectbiz_Portal_TruncateUnencryptedTablesCommandService',
  286.             'projectbiz.portal.user_interaction.event_dispatcher' => 'getProjectbiz_Portal_UserInteraction_EventDispatcherService',
  287.             'projectbiz.portal.xhr.auto_increment' => 'getProjectbiz_Portal_Xhr_AutoIncrementService',
  288.             'projectbiz.user.locale_controller' => 'getProjectbiz_User_LocaleControllerService',
  289.             'projectbiz.user.user_provider' => 'getProjectbiz_User_UserProviderService',
  290.             'projectbiz.watch_dog.tool' => 'getProjectbiz_WatchDog_ToolService',
  291.             'projectbiz.watchdog' => 'getProjectbiz_WatchdogService',
  292.             'projectbiz.watchdog.controller' => 'getProjectbiz_Watchdog_ControllerService',
  293.             'projectbiz.watchdog.database_config' => 'getProjectbiz_Watchdog_DatabaseConfigService',
  294.             'routing.loader' => 'getRouting_LoaderService',
  295.             'services_resetter' => 'getServicesResetterService',
  296.             'spm_debug_controller' => 'getSpmDebugController2Service',
  297.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  298.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  299.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  300.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  301.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  302.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  303.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  304.         ];
  305.         $this->aliases = [
  306.             'ProjectBiz\\DatabaseBundle\\Database\\DatabaseSchemaCache' => 'project_biz.portal.database_schema_cache',
  307.             'ProjectBiz\\DatabaseBundle\\Database\\DateTimeFactory' => 'citibiz.database.datetime_factory',
  308.             'ProjectBiz\\DatabaseBundle\\Database\\GenericRepository' => 'citibiz.generic_repository',
  309.             'ProjectBiz\\DatabaseBundle\\Database\\GenericRepositoryFactory' => 'citibiz.generic_repository_factory',
  310.             'ProjectBiz\\DatabaseBundle\\Database\\GenericRepositoryOptions' => 'projectbiz.database.generic_repository_options',
  311.             'ProjectBiz\\DatabaseBundle\\Database\\TableDescriptor' => 'projectbiz.database.table_descriptor',
  312.             'ProjectBiz\\DatabaseBundle\\DoctrineExtensions\\TablePrefixSubscriber' => 'projectbiz.database.table_prefix_subscriber',
  313.             'ProjectBiz\\Kernel' => 'kernel',
  314.             'ProjectBiz\\PortalBundle\\Service\\NotificationsHelper' => 'project_biz.notifications_helper',
  315.             'ProjectBiz\\UserBundle\\Service\\SecurityContextWrapper' => 'citibiz.security_context_wrapper',
  316.             'database_connection' => 'doctrine.dbal.default_connection',
  317.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  318.             'mailer' => 'swiftmailer.mailer.default',
  319.         ];
  320.         $this->privates['service_container'] = function () {
  321.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'HttpKernelInterface.php';
  322.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'KernelInterface.php';
  323.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'RebootableInterface.php';
  324.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'TerminableInterface.php';
  325.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Kernel.php';
  326.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Kernel'.\DIRECTORY_SEPARATOR.'MicroKernelTrait.php';
  327.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'ProjectBiz'.\DIRECTORY_SEPARATOR.'Kernel.php';
  328.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ResetInterface.php';
  329.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'DataCollectorInterface.php';
  330.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'DataCollector.php';
  331.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'debug-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'MiscellaneousCollector.php';
  332.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventSubscriberInterface.php';
  333.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ResponseListener.php';
  334.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'StreamedResponseListener.php';
  335.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'LocaleListener.php';
  336.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ValidateRequestListener.php';
  337.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'DisallowRobotsIndexingListener.php';
  338.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ErrorListener.php';
  339.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ParameterBagInterface.php';
  340.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ParameterBag.php';
  341.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'FrozenParameterBag.php';
  342.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'container'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'ContainerInterface.php';
  343.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ContainerBagInterface.php';
  344.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ParameterBag'.\DIRECTORY_SEPARATOR.'ContainerBag.php';
  345.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'RunnerInterface.php';
  346.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'Runner'.\DIRECTORY_SEPARATOR.'Symfony'.\DIRECTORY_SEPARATOR.'HttpKernelRunner.php';
  347.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'Runner'.\DIRECTORY_SEPARATOR.'Symfony'.\DIRECTORY_SEPARATOR.'ResponseRunner.php';
  348.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'RuntimeInterface.php';
  349.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'GenericRuntime.php';
  350.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'runtime'.\DIRECTORY_SEPARATOR.'SymfonyRuntime.php';
  351.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'HttpKernel.php';
  352.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolverInterface.php';
  353.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'TraceableControllerResolver.php';
  354.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolver.php';
  355.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ContainerControllerResolver.php';
  356.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ControllerResolver.php';
  357.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ArgumentResolverInterface.php';
  358.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'TraceableArgumentResolver.php';
  359.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Controller'.\DIRECTORY_SEPARATOR.'ArgumentResolver.php';
  360.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'ControllerMetadata'.\DIRECTORY_SEPARATOR.'ArgumentMetadataFactoryInterface.php';
  361.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'ControllerMetadata'.\DIRECTORY_SEPARATOR.'ArgumentMetadataFactory.php';
  362.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'RequestStack.php';
  363.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'config'.\DIRECTORY_SEPARATOR.'ConfigCacheFactoryInterface.php';
  364.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'config'.\DIRECTORY_SEPARATOR.'ResourceCheckerConfigCacheFactory.php';
  365.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'LocaleAwareListener.php';
  366.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'CacheItemPoolInterface.php';
  367.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'AdapterInterface.php';
  368.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache-contracts'.\DIRECTORY_SEPARATOR.'CacheInterface.php';
  369.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'PruneableInterface.php';
  370.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'ResettableInterface.php';
  371.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'TraceableAdapter.php';
  372.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerAwareInterface.php';
  373.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerAwareTrait.php';
  374.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Traits'.\DIRECTORY_SEPARATOR.'AbstractAdapterTrait.php';
  375.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache-contracts'.\DIRECTORY_SEPARATOR.'CacheTrait.php';
  376.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Traits'.\DIRECTORY_SEPARATOR.'ContractsTrait.php';
  377.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'AbstractAdapter.php';
  378.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Traits'.\DIRECTORY_SEPARATOR.'FilesystemCommonTrait.php';
  379.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Traits'.\DIRECTORY_SEPARATOR.'FilesystemTrait.php';
  380.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'FilesystemAdapter.php';
  381.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Marshaller'.\DIRECTORY_SEPARATOR.'MarshallerInterface.php';
  382.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Marshaller'.\DIRECTORY_SEPARATOR.'DefaultMarshaller.php';
  383.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'asset'.\DIRECTORY_SEPARATOR.'Packages.php';
  384.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'asset'.\DIRECTORY_SEPARATOR.'PackageInterface.php';
  385.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'asset'.\DIRECTORY_SEPARATOR.'Package.php';
  386.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'asset'.\DIRECTORY_SEPARATOR.'PathPackage.php';
  387.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'asset'.\DIRECTORY_SEPARATOR.'VersionStrategy'.\DIRECTORY_SEPARATOR.'VersionStrategyInterface.php';
  388.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'asset'.\DIRECTORY_SEPARATOR.'VersionStrategy'.\DIRECTORY_SEPARATOR.'JsonManifestVersionStrategy.php';
  389.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'asset'.\DIRECTORY_SEPARATOR.'Context'.\DIRECTORY_SEPARATOR.'ContextInterface.php';
  390.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'asset'.\DIRECTORY_SEPARATOR.'Context'.\DIRECTORY_SEPARATOR.'RequestStackContext.php';
  391.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation-contracts'.\DIRECTORY_SEPARATOR.'TranslatorInterface.php';
  392.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation'.\DIRECTORY_SEPARATOR.'TranslatorBagInterface.php';
  393.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation-contracts'.\DIRECTORY_SEPARATOR.'LocaleAwareInterface.php';
  394.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation'.\DIRECTORY_SEPARATOR.'Translator.php';
  395.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'CacheWarmer'.\DIRECTORY_SEPARATOR.'WarmableInterface.php';
  396.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Translation'.\DIRECTORY_SEPARATOR.'Translator.php';
  397.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceProviderInterface.php';
  398.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceLocatorTrait.php';
  399.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'dependency-injection'.\DIRECTORY_SEPARATOR.'ServiceLocator.php';
  400.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation'.\DIRECTORY_SEPARATOR.'Formatter'.\DIRECTORY_SEPARATOR.'MessageFormatterInterface.php';
  401.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation'.\DIRECTORY_SEPARATOR.'Formatter'.\DIRECTORY_SEPARATOR.'IntlFormatterInterface.php';
  402.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation'.\DIRECTORY_SEPARATOR.'Formatter'.\DIRECTORY_SEPARATOR.'MessageFormatter.php';
  403.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation-contracts'.\DIRECTORY_SEPARATOR.'TranslatorTrait.php';
  404.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation'.\DIRECTORY_SEPARATOR.'IdentityTranslator.php';
  405.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'DebugHandlersListener.php';
  406.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'log'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'LoggerInterface.php';
  407.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'ResettableInterface.php';
  408.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Logger.php';
  409.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Log'.\DIRECTORY_SEPARATOR.'DebugLoggerInterface.php';
  410.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'monolog-bridge'.\DIRECTORY_SEPARATOR.'Logger.php';
  411.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'FileLinkFormatter.php';
  412.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'stopwatch'.\DIRECTORY_SEPARATOR.'Stopwatch.php';
  413.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'monolog-bridge'.\DIRECTORY_SEPARATOR.'Processor'.\DIRECTORY_SEPARATOR.'DebugProcessor.php';
  414.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RequestContext.php';
  415.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'RouterListener.php';
  416.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'annotations'.\DIRECTORY_SEPARATOR.'lib'.\DIRECTORY_SEPARATOR.'Doctrine'.\DIRECTORY_SEPARATOR.'Common'.\DIRECTORY_SEPARATOR.'Annotations'.\DIRECTORY_SEPARATOR.'Reader.php';
  417.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'annotations'.\DIRECTORY_SEPARATOR.'lib'.\DIRECTORY_SEPARATOR.'Doctrine'.\DIRECTORY_SEPARATOR.'Common'.\DIRECTORY_SEPARATOR.'Annotations'.\DIRECTORY_SEPARATOR.'AnnotationReader.php';
  418.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'annotations'.\DIRECTORY_SEPARATOR.'lib'.\DIRECTORY_SEPARATOR.'Doctrine'.\DIRECTORY_SEPARATOR.'Common'.\DIRECTORY_SEPARATOR.'Annotations'.\DIRECTORY_SEPARATOR.'PsrCachedReader.php';
  419.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Traits'.\DIRECTORY_SEPARATOR.'ProxyTrait.php';
  420.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'PhpArrayAdapter.php';
  421.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'SessionFactoryInterface.php';
  422.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'SessionFactory.php';
  423.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'SessionStorageFactoryInterface.php';
  424.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'NativeSessionStorageFactory.php';
  425.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'AbstractSessionHandler.php';
  426.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'StrictSessionHandler.php';
  427.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'SessionBagInterface.php';
  428.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'MetadataBag.php';
  429.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'AbstractSessionListener.php';
  430.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'SessionListener.php';
  431.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'ValidatorBuilder.php';
  432.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'Validation.php';
  433.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'ConstraintValidatorFactoryInterface.php';
  434.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'ContainerConstraintValidatorFactory.php';
  435.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'ObjectInitializerInterface.php';
  436.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'doctrine-bridge'.\DIRECTORY_SEPARATOR.'Validator'.\DIRECTORY_SEPARATOR.'DoctrineInitializer.php';
  437.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Loader'.\DIRECTORY_SEPARATOR.'LoaderInterface.php';
  438.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Loader'.\DIRECTORY_SEPARATOR.'AutoMappingTrait.php';
  439.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Loader'.\DIRECTORY_SEPARATOR.'PropertyInfoLoader.php';
  440.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'property-info'.\DIRECTORY_SEPARATOR.'PropertyTypeExtractorInterface.php';
  441.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'property-info'.\DIRECTORY_SEPARATOR.'PropertyDescriptionExtractorInterface.php';
  442.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'property-info'.\DIRECTORY_SEPARATOR.'PropertyAccessExtractorInterface.php';
  443.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'property-info'.\DIRECTORY_SEPARATOR.'PropertyListExtractorInterface.php';
  444.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'property-info'.\DIRECTORY_SEPARATOR.'PropertyInfoExtractorInterface.php';
  445.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'property-info'.\DIRECTORY_SEPARATOR.'PropertyInitializableExtractorInterface.php';
  446.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'property-info'.\DIRECTORY_SEPARATOR.'PropertyInfoExtractor.php';
  447.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'doctrine-bridge'.\DIRECTORY_SEPARATOR.'Validator'.\DIRECTORY_SEPARATOR.'DoctrineLoader.php';
  448.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ProfilerListener.php';
  449.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'LateDataCollectorInterface.php';
  450.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'RequestDataCollector.php';
  451.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'RouterDataCollector.php';
  452.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'RouterDataCollector.php';
  453.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'FormDataCollectorInterface.php';
  454.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'FormDataCollector.php';
  455.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'FormDataExtractorInterface.php';
  456.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'FormDataExtractor.php';
  457.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'ConnectionRegistry.php';
  458.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'ManagerRegistry.php';
  459.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'AbstractManagerRegistry.php';
  460.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'doctrine-bridge'.\DIRECTORY_SEPARATOR.'ManagerRegistry.php';
  461.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Registry.php';
  462.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'event-manager'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventManager.php';
  463.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'doctrine-bridge'.\DIRECTORY_SEPARATOR.'ContainerAwareEventManager.php';
  464.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Connection.php';
  465.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'ConnectionFactory.php';
  466.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Configuration.php';
  467.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Schema'.\DIRECTORY_SEPARATOR.'SchemaManagerFactory.php';
  468.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Schema'.\DIRECTORY_SEPARATOR.'LegacySchemaManagerFactory.php';
  469.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'Middleware.php';
  470.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Logging'.\DIRECTORY_SEPARATOR.'Middleware.php';
  471.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Middleware'.\DIRECTORY_SEPARATOR.'ConnectionNameAwareInterface.php';
  472.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Middleware'.\DIRECTORY_SEPARATOR.'DebugMiddleware.php';
  473.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'dbal'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Tools'.\DIRECTORY_SEPARATOR.'DsnParser.php';
  474.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'doctrine-bridge'.\DIRECTORY_SEPARATOR.'Middleware'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'DebugDataHolder.php';
  475.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Middleware'.\DIRECTORY_SEPARATOR.'BacktraceDebugDataHolder.php';
  476.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'Adapter'.\DIRECTORY_SEPARATOR.'ArrayAdapter.php';
  477.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'common'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Proxy'.\DIRECTORY_SEPARATOR.'Autoloader.php';
  478.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Proxy'.\DIRECTORY_SEPARATOR.'Autoloader.php';
  479.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'ObjectManager.php';
  480.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EntityManagerInterface.php';
  481.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EntityManager.php';
  482.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Configuration.php';
  483.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'MappingDriver.php';
  484.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'MappingDriver.php';
  485.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'MappingDriverChain.php';
  486.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'CompatibilityAnnotationDriver.php';
  487.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'ColocatedMappingDriver.php';
  488.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'ReflectionBasedDriver.php';
  489.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'AttributeDriver.php';
  490.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Driver'.\DIRECTORY_SEPARATOR.'AnnotationDriver.php';
  491.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'NamingStrategy.php';
  492.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'UnderscoreNamingStrategy.php';
  493.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'QuoteStrategy.php';
  494.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Internal'.\DIRECTORY_SEPARATOR.'SQLResultCasing.php';
  495.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'DefaultQuoteStrategy.php';
  496.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'EntityListenerResolver.php';
  497.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'EntityListenerServiceResolver.php';
  498.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'ContainerEntityListenerResolver.php';
  499.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'RepositoryFactory.php';
  500.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'RepositoryFactoryCompatibility.php';
  501.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Repository'.\DIRECTORY_SEPARATOR.'ContainerRepositoryFactory.php';
  502.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'ManagerConfigurator.php';
  503.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'HandlerInterface.php';
  504.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'Handler.php';
  505.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'AbstractHandler.php';
  506.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'ProcessableHandlerInterface.php';
  507.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'FormattableHandlerInterface.php';
  508.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'ProcessableHandlerTrait.php';
  509.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'FormattableHandlerTrait.php';
  510.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'AbstractProcessingHandler.php';
  511.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'StreamHandler.php';
  512.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Processor'.\DIRECTORY_SEPARATOR.'ProcessorInterface.php';
  513.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Processor'.\DIRECTORY_SEPARATOR.'PsrLogMessageProcessor.php';
  514.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'monolog-bridge'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'ConsoleHandler.php';
  515.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Profiler'.\DIRECTORY_SEPARATOR.'Profile.php';
  516.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'TokenStorageInterface.php';
  517.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'TokenStorage.php';
  518.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'AuthenticationTrustResolverInterface.php';
  519.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'AuthenticationTrustResolver.php';
  520.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'FirewallMapInterface.php';
  521.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'Security'.\DIRECTORY_SEPARATOR.'FirewallMap.php';
  522.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Logout'.\DIRECTORY_SEPARATOR.'LogoutUrlGenerator.php';
  523.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'RememberMe'.\DIRECTORY_SEPARATOR.'ResponseListener.php';
  524.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AccessDecisionManagerInterface.php';
  525.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'TraceableAccessDecisionManager.php';
  526.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AccessDecisionManager.php';
  527.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'Strategy'.\DIRECTORY_SEPARATOR.'AccessDecisionStrategyInterface.php';
  528.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'Strategy'.\DIRECTORY_SEPARATOR.'AffirmativeStrategy.php';
  529.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall.php';
  530.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'FirewallListener.php';
  531.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableFirewallListener.php';
  532.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'psr'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php';
  533.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher-contracts'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php';
  534.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventDispatcherInterface.php';
  535.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'EventDispatcher.php';
  536.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'FirewallListenerInterface.php';
  537.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'AbstractListener.php';
  538.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Firewall'.\DIRECTORY_SEPARATOR.'ContextListener.php';
  539.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle'.\DIRECTORY_SEPARATOR.'Csp'.\DIRECTORY_SEPARATOR.'ContentSecurityPolicyHandler.php';
  540.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle'.\DIRECTORY_SEPARATOR.'Csp'.\DIRECTORY_SEPARATOR.'NonceGenerator.php';
  541.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'WebDebugToolbarListener.php';
  542.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'persistence'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Persistence'.\DIRECTORY_SEPARATOR.'ObjectRepository.php';
  543.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'collections'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Selectable.php';
  544.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'orm'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EntityRepository.php';
  545.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Database'.\DIRECTORY_SEPARATOR.'TableHelperInterface.php';
  546.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Database'.\DIRECTORY_SEPARATOR.'TableHelper.php';
  547.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Database'.\DIRECTORY_SEPARATOR.'DatabaseSchemaCache.php';
  548.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Database'.\DIRECTORY_SEPARATOR.'GenericRepositoryFactoryInterface.php';
  549.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Database'.\DIRECTORY_SEPARATOR.'GenericRepositoryFactory.php';
  550.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'RepositoryConfigurationManager.php';
  551.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Database'.\DIRECTORY_SEPARATOR.'DateTimeFactory.php';
  552.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ResponseListener.php';
  553.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'LogHeaderInterface.php';
  554.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'StandardLogHeader.php';
  555.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'AccessControlListener.php';
  556.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'RepositoryConfigurationProviderInterface.php';
  557.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'RepositoryConfigurationProvider.php';
  558.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'UnifiedOptionsListener.php';
  559.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'AccessChainListener.php';
  560.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'MultiTableAccessChainListener.php';
  561.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'ExtensionInterface.php';
  562.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'AbstractExtension.php';
  563.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'BodyClassExtension.php';
  564.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'PHPExtension.php';
  565.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'CustomNotificationExtension.php';
  566.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'table-view'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'View'.\DIRECTORY_SEPARATOR.'TableView.php';
  567.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'View'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'TableViewExtension.php';
  568.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'View'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'BuildTableExtension.php';
  569.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'View'.\DIRECTORY_SEPARATOR.'View.php';
  570.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'View'.\DIRECTORY_SEPARATOR.'MenuView'.\DIRECTORY_SEPARATOR.'MenuView.php';
  571.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'View'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'MenuViewExtension.php';
  572.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mobiledetect'.\DIRECTORY_SEPARATOR.'mobiledetectlib'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'MobileDetect.php';
  573.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'LocaleListener.php';
  574.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'SecurityContextWrapper.php';
  575.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'SessionExpirationListener.php';
  576.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'UserRolesHelperInterface.php';
  577.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'UserRolesHelper.php';
  578.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Formatter'.\DIRECTORY_SEPARATOR.'RightsTypeFormatter.php';
  579.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'MenuHelperInterface.php';
  580.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'MenuHelper.php';
  581.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'MenuProviderInterface.php';
  582.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Service'.\DIRECTORY_SEPARATOR.'GenericMenuProvider.php';
  583.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'webpack-encore-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Asset'.\DIRECTORY_SEPARATOR.'EntrypointLookupCollectionInterface.php';
  584.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'webpack-encore-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Asset'.\DIRECTORY_SEPARATOR.'EntrypointLookupCollection.php';
  585.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'webpack-encore-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'EventListener'.\DIRECTORY_SEPARATOR.'ResetAssetsEventListener.php';
  586.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-client-contracts'.\DIRECTORY_SEPARATOR.'HttpClientInterface.php';
  587.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-client'.\DIRECTORY_SEPARATOR.'TraceableHttpClient.php';
  588.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-client'.\DIRECTORY_SEPARATOR.'HttpClient.php';
  589.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation'.\DIRECTORY_SEPARATOR.'DataCollectorTranslator.php';
  590.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RequestContextAwareInterface.php';
  591.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Matcher'.\DIRECTORY_SEPARATOR.'UrlMatcherInterface.php';
  592.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Generator'.\DIRECTORY_SEPARATOR.'UrlGeneratorInterface.php';
  593.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'RouterInterface.php';
  594.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Matcher'.\DIRECTORY_SEPARATOR.'RequestMatcherInterface.php';
  595.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'routing'.\DIRECTORY_SEPARATOR.'Router.php';
  596.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'service-contracts'.\DIRECTORY_SEPARATOR.'ServiceSubscriberInterface.php';
  597.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'.\DIRECTORY_SEPARATOR.'Routing'.\DIRECTORY_SEPARATOR.'Router.php';
  598.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'event-dispatcher'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableEventDispatcher.php';
  599.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Debug'.\DIRECTORY_SEPARATOR.'TraceableEventDispatcher.php';
  600.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'monolog'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Monolog'.\DIRECTORY_SEPARATOR.'Handler'.\DIRECTORY_SEPARATOR.'NullHandler.php';
  601.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Profiler'.\DIRECTORY_SEPARATOR.'Profiler.php';
  602.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Profiler'.\DIRECTORY_SEPARATOR.'ProfilerStorageInterface.php';
  603.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'Profiler'.\DIRECTORY_SEPARATOR.'FileProfilerStorage.php';
  604.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'TimeDataCollector.php';
  605.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'MemoryDataCollector.php';
  606.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'ValidatorDataCollector.php';
  607.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'AjaxDataCollector.php';
  608.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'ExceptionDataCollector.php';
  609.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'LoggerDataCollector.php';
  610.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'EventDataCollector.php';
  611.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'cache'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'CacheDataCollector.php';
  612.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'translation'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'TranslationDataCollector.php';
  613.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'SecurityDataCollector.php';
  614.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Role'.\DIRECTORY_SEPARATOR.'RoleHierarchyInterface.php';
  615.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Role'.\DIRECTORY_SEPARATOR.'RoleHierarchy.php';
  616.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'TwigDataCollector.php';
  617.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-client'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'HttpClientDataCollector.php';
  618.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'doctrine-bridge'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'DoctrineDataCollector.php';
  619.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'DoctrineDataCollector.php';
  620.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'swiftmailer-bundle'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'MessageDataCollector.php';
  621.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-kernel'.\DIRECTORY_SEPARATOR.'DataCollector'.\DIRECTORY_SEPARATOR.'ConfigDataCollector.php';
  622.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Cache'.\DIRECTORY_SEPARATOR.'CacheInterface.php';
  623.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Cache'.\DIRECTORY_SEPARATOR.'FilesystemCache.php';
  624.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'CoreExtension.php';
  625.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'EscaperExtension.php';
  626.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'OptimizerExtension.php';
  627.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'StagingExtension.php';
  628.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'ExtensionSet.php';
  629.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Template.php';
  630.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'TemplateWrapper.php';
  631.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Environment.php';
  632.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Loader'.\DIRECTORY_SEPARATOR.'LoaderInterface.php';
  633.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Loader'.\DIRECTORY_SEPARATOR.'ChainLoader.php';
  634.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Loader'.\DIRECTORY_SEPARATOR.'FilesystemLoader.php';
  635.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'TwigDatabaseLoader.php';
  636.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'CsrfExtension.php';
  637.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'ProfilerExtension.php';
  638.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'ProfilerExtension.php';
  639.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'TranslationExtension.php';
  640.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'AssetExtension.php';
  641.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'CodeExtension.php';
  642.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'RoutingExtension.php';
  643.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'YamlExtension.php';
  644.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'StopwatchExtension.php';
  645.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'HttpKernelExtension.php';
  646.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'HttpFoundationExtension.php';
  647.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'UrlHelper.php';
  648.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'FormExtension.php';
  649.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'LogoutUrlExtension.php';
  650.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'SecurityExtension.php';
  651.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-http'.\DIRECTORY_SEPARATOR.'Impersonate'.\DIRECTORY_SEPARATOR.'ImpersonateUrlGenerator.php';
  652.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'DoctrineExtension.php';
  653.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'DebugExtension.php';
  654.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'WebProfilerExtension.php';
  655.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'var-dumper'.\DIRECTORY_SEPARATOR.'Dumper'.\DIRECTORY_SEPARATOR.'DataDumperInterface.php';
  656.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'var-dumper'.\DIRECTORY_SEPARATOR.'Cloner'.\DIRECTORY_SEPARATOR.'DumperInterface.php';
  657.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'var-dumper'.\DIRECTORY_SEPARATOR.'Dumper'.\DIRECTORY_SEPARATOR.'AbstractDumper.php';
  658.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'var-dumper'.\DIRECTORY_SEPARATOR.'Dumper'.\DIRECTORY_SEPARATOR.'CliDumper.php';
  659.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'var-dumper'.\DIRECTORY_SEPARATOR.'Dumper'.\DIRECTORY_SEPARATOR.'HtmlDumper.php';
  660.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'RightsExtension.php';
  661.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'webpack-encore-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'EntryFilesTwigExtension.php';
  662.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'FormExtension.php';
  663.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'IconExtension.php';
  664.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'FlashExtension.php';
  665.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge'.\DIRECTORY_SEPARATOR.'AppVariable.php';
  666.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'RuntimeLoader'.\DIRECTORY_SEPARATOR.'RuntimeLoaderInterface.php';
  667.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'RuntimeLoader'.\DIRECTORY_SEPARATOR.'ContainerRuntimeLoader.php';
  668.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'extra-bundle'.\DIRECTORY_SEPARATOR.'MissingExtensionSuggestor.php';
  669.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bundle'.\DIRECTORY_SEPARATOR.'DependencyInjection'.\DIRECTORY_SEPARATOR.'Configurator'.\DIRECTORY_SEPARATOR.'EnvironmentConfigurator.php';
  670.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AuthorizationCheckerInterface.php';
  671.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authorization'.\DIRECTORY_SEPARATOR.'AuthorizationChecker.php';
  672.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core'.\DIRECTORY_SEPARATOR.'Authentication'.\DIRECTORY_SEPARATOR.'Token'.\DIRECTORY_SEPARATOR.'Storage'.\DIRECTORY_SEPARATOR.'UsageTrackingTokenStorage.php';
  673.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'SessionInterface.php';
  674.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'http-foundation'.\DIRECTORY_SEPARATOR.'Session'.\DIRECTORY_SEPARATOR.'Session.php';
  675.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'Mapping'.\DIRECTORY_SEPARATOR.'Factory'.\DIRECTORY_SEPARATOR.'MetadataFactoryInterface.php';
  676.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'Validator'.\DIRECTORY_SEPARATOR.'ValidatorInterface.php';
  677.             include_once \dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator'.\DIRECTORY_SEPARATOR.'Validator'.\DIRECTORY_SEPARATOR.'TraceableValidator.php';
  678.         };
  679.     }
  680.     public function compile(): void
  681.     {
  682.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  683.     }
  684.     public function isCompiled(): bool
  685.     {
  686.         return true;
  687.     }
  688.     public function getRemovedIds(): array
  689.     {
  690.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  691.     }
  692.     protected function load($file$lazyLoad true)
  693.     {
  694.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  695.             return $class::do($this$lazyLoad);
  696.         }
  697.         if ('.' === $file[-4]) {
  698.             $class substr($class0, -4);
  699.         } else {
  700.             $file .= '.php';
  701.         }
  702.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  703.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  704.     }
  705.     /**
  706.      * Gets the public '.container.private.profiler' shared service.
  707.      *
  708.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  709.      */
  710.     protected function get_Container_Private_ProfilerService()
  711.     {
  712.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  713.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  714.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  715.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  716.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  717.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  718.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  719.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  720.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  721.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  722.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  723.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  724.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  725.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  726.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  727.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  728.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  729.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  730.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  731.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  732.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  733.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  734.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  735.         if ($this->has('kernel')) {
  736.             $f->setKernel($b);
  737.         }
  738.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  739.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  740.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  741.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  742.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  743.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  744.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  745.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/ProjectBiz_KernelDevDebugContainer'), $c));
  746.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  747.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  748.         $instance->add($d);
  749.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  750.         $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())), new \Symfony\Component\Security\Core\Role\RoleHierarchy([]), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  751.         $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())));
  752.         $instance->add($e);
  753.         $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([])))));
  754.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  755.         $instance->add(($this->services['miscellaneous_collector'] ?? ($this->services['miscellaneous_collector'] = new \ProjectBiz\DebugBundle\DataCollector\MiscellaneousCollector($this))));
  756.         $instance->add($f);
  757.         return $instance;
  758.     }
  759.     /**
  760.      * Gets the public '.container.private.security.authorization_checker' shared service.
  761.      *
  762.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  763.      */
  764.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  765.     {
  766.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  767.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  768.             return $this->services['.container.private.security.authorization_checker'];
  769.         }
  770.         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()), $afalsefalsefalse);
  771.     }
  772.     /**
  773.      * Gets the public '.container.private.security.token_storage' shared service.
  774.      *
  775.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  776.      */
  777.     protected function get_Container_Private_Security_TokenStorageService()
  778.     {
  779.         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, [
  780.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  781.         ], [
  782.             'request_stack' => '?',
  783.         ]));
  784.     }
  785.     /**
  786.      * Gets the public '.container.private.session' shared service.
  787.      *
  788.      * @return \Symfony\Component\HttpFoundation\Session\Session
  789.      */
  790.     protected function get_Container_Private_SessionService()
  791.     {
  792.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  793.         if (isset($this->services['.container.private.session'])) {
  794.             return $this->services['.container.private.session'];
  795.         }
  796.         return $this->services['.container.private.session'] = $a->createSession();
  797.     }
  798.     /**
  799.      * Gets the public '.container.private.twig' shared service.
  800.      *
  801.      * @return \Twig\Environment
  802.      */
  803.     protected function get_Container_Private_TwigService()
  804.     {
  805.         $a = new \Twig\Loader\ChainLoader();
  806.         $b = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  807.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle/templates'), 'Doctrine');
  808.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle/templates'), '!Doctrine');
  809.         $b->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  810.         $b->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  811.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle/Resources/views'), 'Security');
  812.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle/Resources/views'), '!Security');
  813.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle/Resources/views'), 'WebProfiler');
  814.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle/Resources/views'), '!WebProfiler');
  815.         $b->addPath((\dirname(__DIR__4).'/templates/bundles/ProjectBizPortalBundle'), 'ProjectBizPortal');
  816.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), 'ProjectBizPortal');
  817.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), '!ProjectBizPortal');
  818.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), 'ProjectBizMenu');
  819.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), '!ProjectBizMenu');
  820.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  821.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  822.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'mailer-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), 'ProjectBizMailer');
  823.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'mailer-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), '!ProjectBizMailer');
  824.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), 'ProjectBizForm');
  825.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), '!ProjectBizForm');
  826.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), 'ProjectBizCitiBiz');
  827.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), '!ProjectBizCitiBiz');
  828.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'watch-dog-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), 'ProjectBizWatchDog');
  829.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'watch-dog-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), '!ProjectBizWatchDog');
  830.         $b->addPath((\dirname(__DIR__4).'/templates/bundles/ProjectBizDebugBundle'), 'ProjectBizDebug');
  831.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'debug-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), 'ProjectBizDebug');
  832.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'debug-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), '!ProjectBizDebug');
  833.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'import-export-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), 'ProjectBizImportExport');
  834.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'import-export-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/views'), '!ProjectBizImportExport');
  835.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/views'), 'MopaBootstrap');
  836.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/views'), '!MopaBootstrap');
  837.         $b->addPath((\dirname(__DIR__4).'/templates'));
  838.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Email'), 'email');
  839.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Email'), '!email');
  840.         $b->addPath((\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bridge/Resources/views/Form'));
  841.         $a->addLoader($b);
  842.         $a->addLoader(new \ProjectBiz\DatabaseTemplateBundle\Twig\TwigDatabaseLoader(($this->services['citibiz.generic_repository_factory'] ?? $this->getCitibiz_GenericRepositoryFactoryService())));
  843.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  844.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  845.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  846.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  847.         $f = ($this->services['router'] ?? $this->getRouterService());
  848.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  849.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  850.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  851.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  852.         $j = new \Symfony\Bridge\Twig\AppVariable();
  853.         $j->setEnvironment('dev');
  854.         $j->setDebug(true);
  855.         if ($this->has('.container.private.security.token_storage')) {
  856.             $j->setTokenStorage($h);
  857.         }
  858.         if ($this->has('request_stack')) {
  859.             $j->setRequestStack($g);
  860.         }
  861.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  862.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  863.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  864.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  865.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  866.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  867.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  868.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  869.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  870.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  871.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  872.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($d));
  873.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  874.         $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($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  875.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  876.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  877.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  878.         $instance->addExtension(($this->services['projectbiz.portal.twig.body_class_extension'] ?? ($this->services['projectbiz.portal.twig.body_class_extension'] = new \ProjectBiz\PortalBundle\Twig\BodyClassExtension($this))));
  879.         $instance->addExtension(($this->services['projectbiz.portal.twig.php_extension'] ?? ($this->services['projectbiz.portal.twig.php_extension'] = new \ProjectBiz\PortalBundle\Twig\PHPExtension())));
  880.         $instance->addExtension(($this->services['projectbiz.portal.twig.custom_notification_extension'] ?? ($this->services['projectbiz.portal.twig.custom_notification_extension'] = new \ProjectBiz\PortalBundle\Twig\CustomNotificationExtension($this))));
  881.         $instance->addExtension(($this->services['projectbiz.portal.table_view.twig_extension'] ?? $this->getProjectbiz_Portal_TableView_TwigExtensionService()));
  882.         $instance->addExtension(($this->services['projectbiz.portal.build_table.twig_extension'] ?? ($this->services['projectbiz.portal.build_table.twig_extension'] = new \ProjectBiz\PortalBundle\View\Twig\BuildTableExtension())));
  883.         $instance->addExtension(($this->services['projectbiz.portal.menu_view.twig_extension'] ?? $this->getProjectbiz_Portal_MenuView_TwigExtensionService()));
  884.         $instance->addExtension(new \ProjectBiz\UserBundle\Twig\RightsExtension(($this->privates['projectbiz.user.rights_type_formatter'] ?? $this->getProjectbiz_User_RightsTypeFormatterService())));
  885.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  886.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  887.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  888.         ], [
  889.             'webpack_encore.entrypoint_lookup_collection' => '?',
  890.             'webpack_encore.tag_renderer' => '?',
  891.         ])));
  892.         $instance->addExtension(new \Mopa\Bundle\BootstrapBundle\Twig\FormExtension());
  893.         $instance->addExtension(new \Mopa\Bundle\BootstrapBundle\Twig\IconExtension('glyphicons''icon'));
  894.         $instance->addExtension(new \Mopa\Bundle\BootstrapBundle\Twig\FlashExtension(['success' => 'success''error' => 'danger''danger' => 'danger''warning' => 'warning''warn' => 'warning''info' => 'info''notice' => 'info']));
  895.         $instance->addGlobal('app'$j);
  896.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  897.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  898.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  899.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  900.         ], [
  901.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  902.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  903.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  904.         ])));
  905.         $instance->addGlobal('portal''Currenta Portal');
  906.         $instance->addGlobal('navTitle''TESTPORTAL');
  907.         $instance->addGlobal('colors', ['navBg' => '#FFFFF']);
  908.         $instance->addGlobal('menu', ($this->services['projectbiz.menu.menu_helper'] ?? $this->getProjectbiz_Menu_MenuHelperService()));
  909.         $instance->addGlobal('datetime_format''d.m.Y H:i');
  910.         $instance->addGlobal('date_format''d.m.Y');
  911.         $instance->addGlobal('mobile_detect', ($this->services['mobile_detect'] ?? ($this->services['mobile_detect'] = new \Detection\MobileDetect())));
  912.         $instance->addGlobal('print_colors'true);
  913.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  914.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  915.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  916.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  917.         return $instance;
  918.     }
  919.     /**
  920.      * Gets the public '.container.private.validator' shared service.
  921.      *
  922.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  923.      */
  924.     protected function get_Container_Private_ValidatorService()
  925.     {
  926.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  927.     }
  928.     /**
  929.      * Gets the public 'cache.app' shared service.
  930.      *
  931.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  932.      */
  933.     protected function getCache_AppService()
  934.     {
  935.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gUMby6HyDD'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  936.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  937.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  938.     }
  939.     /**
  940.      * Gets the public 'cache.system' shared service.
  941.      *
  942.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  943.      */
  944.     protected function getCache_SystemService()
  945.     {
  946.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6rW3zlAcsR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  947.     }
  948.     /**
  949.      * Gets the public 'cache.validator_expression_language' shared service.
  950.      *
  951.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  952.      */
  953.     protected function getCache_ValidatorExpressionLanguageService()
  954.     {
  955.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XNYOBPIps3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  956.     }
  957.     /**
  958.      * Gets the public 'citibiz.access_control_listener' shared autowired service.
  959.      *
  960.      * @return \ProjectBiz\PortalBundle\EventListener\AccessControlListener
  961.      */
  962.     protected function getCitibiz_AccessControlListenerService()
  963.     {
  964.         return $this->services['citibiz.access_control_listener'] = new \ProjectBiz\PortalBundle\EventListener\AccessControlListener(($this->services['citibiz.generic_repository_factory'] ?? $this->getCitibiz_GenericRepositoryFactoryService()), ($this->services['citibiz.security_context_wrapper'] ?? $this->getCitibiz_SecurityContextWrapperService()), ($this->services['router'] ?? $this->getRouterService()), 'deny');
  965.     }
  966.     /**
  967.      * Gets the public 'citibiz.column_definition_repository' shared autowired service.
  968.      *
  969.      * @return \Doctrine\ORM\EntityRepository
  970.      */
  971.     protected function getCitibiz_ColumnDefinitionRepositoryService()
  972.     {
  973.         return $this->services['citibiz.column_definition_repository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('ProjectBiz\\DatabaseBundle\\Entity\\ColumnDefinition');
  974.     }
  975.     /**
  976.      * Gets the public 'citibiz.database.datetime_factory' shared autowired service.
  977.      *
  978.      * @return \ProjectBiz\DatabaseBundle\Database\DateTimeFactory
  979.      */
  980.     protected function getCitibiz_Database_DatetimeFactoryService()
  981.     {
  982.         return $this->services['citibiz.database.datetime_factory'] = new \ProjectBiz\DatabaseBundle\Database\DateTimeFactory('d.m.Y H:i');
  983.     }
  984.     /**
  985.      * Gets the public 'citibiz.generic_repository_factory' shared autowired service.
  986.      *
  987.      * @return \ProjectBiz\DatabaseBundle\Database\GenericRepositoryFactory
  988.      */
  989.     protected function getCitibiz_GenericRepositoryFactoryService($lazyLoad true)
  990.     {
  991.         $a = new \Symfony\Bridge\Monolog\Logger('portal');
  992.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  993.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  994.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  996.         return $this->services['citibiz.generic_repository_factory'] = new \ProjectBiz\DatabaseBundle\Database\GenericRepositoryFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['citibiz.security_context_wrapper'] ?? $this->getCitibiz_SecurityContextWrapperService()), ($this->services['citibiz.table_helper'] ?? $this->getCitibiz_TableHelperService()), $a, ($this->services['citibiz.repository_configuration_manager'] ?? $this->getCitibiz_RepositoryConfigurationManagerService()), 'Tab_', ($this->services['citibiz.database.datetime_factory'] ?? ($this->services['citibiz.database.datetime_factory'] = new \ProjectBiz\DatabaseBundle\Database\DateTimeFactory('d.m.Y H:i'))), $this'd.m.Y''d.m.Y H:i', ($this->services['project_biz.portal.database_schema_cache'] ?? $this->getProjectBiz_Portal_DatabaseSchemaCacheService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['citibiz.standard_log_header'] ?? $this->getCitibiz_StandardLogHeaderService()));
  997.     }
  998.     /**
  999.      * Gets the public 'citibiz.repository_configuration_manager' shared autowired service.
  1000.      *
  1001.      * @return \ProjectBiz\DatabaseBundle\Service\RepositoryConfigurationManager
  1002.      */
  1003.     protected function getCitibiz_RepositoryConfigurationManagerService()
  1004.     {
  1005.         $this->services['citibiz.repository_configuration_manager'] = $instance = new \ProjectBiz\DatabaseBundle\Service\RepositoryConfigurationManager();
  1006.         $instance->addConfigurationProvider(($this->services['citibiz.repository_configuration_provider'] ?? $this->getCitibiz_RepositoryConfigurationProviderService()));
  1007.         return $instance;
  1008.     }
  1009.     /**
  1010.      * Gets the public 'citibiz.repository_configuration_provider' shared autowired service.
  1011.      *
  1012.      * @return \ProjectBiz\PortalBundle\Service\RepositoryConfigurationProvider
  1013.      */
  1014.     protected function getCitibiz_RepositoryConfigurationProviderService()
  1015.     {
  1016.         return $this->services['citibiz.repository_configuration_provider'] = new \ProjectBiz\PortalBundle\Service\RepositoryConfigurationProvider(($this->services['citibiz.security_context_wrapper'] ?? $this->getCitibiz_SecurityContextWrapperService()));
  1017.     }
  1018.     /**
  1019.      * Gets the public 'citibiz.security_context_wrapper' shared service.
  1020.      *
  1021.      * @return \ProjectBiz\UserBundle\Service\SecurityContextWrapper
  1022.      */
  1023.     protected function getCitibiz_SecurityContextWrapperService()
  1024.     {
  1025.         return $this->services['citibiz.security_context_wrapper'] = new \ProjectBiz\UserBundle\Service\SecurityContextWrapper(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1026.     }
  1027.     /**
  1028.      * Gets the public 'citibiz.standard_log_header' shared autowired service.
  1029.      *
  1030.      * @return \ProjectBiz\PortalBundle\Service\StandardLogHeader
  1031.      */
  1032.     protected function getCitibiz_StandardLogHeaderService()
  1033.     {
  1034.         return $this->services['citibiz.standard_log_header'] = new \ProjectBiz\PortalBundle\Service\StandardLogHeader('Currenta Portal'1, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'd.m.Y H:i');
  1035.     }
  1036.     /**
  1037.      * Gets the public 'citibiz.table_helper' shared autowired service.
  1038.      *
  1039.      * @return \ProjectBiz\DatabaseBundle\Database\TableHelper
  1040.      */
  1041.     protected function getCitibiz_TableHelperService()
  1042.     {
  1043.         return $this->services['citibiz.table_helper'] = new \ProjectBiz\DatabaseBundle\Database\TableHelper(($this->services['citibiz.security_context_wrapper'] ?? $this->getCitibiz_SecurityContextWrapperService()), ($this->services['citibiz.repository_configuration_manager'] ?? $this->getCitibiz_RepositoryConfigurationManagerService()), ($this->services['project_biz.portal.database_schema_cache'] ?? $this->getProjectBiz_Portal_DatabaseSchemaCacheService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1044.     }
  1045.     /**
  1046.      * Gets the public 'doctrine' shared service.
  1047.      *
  1048.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1049.      */
  1050.     protected function getDoctrineService()
  1051.     {
  1052.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1053.     }
  1054.     /**
  1055.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1056.      *
  1057.      * @return \Doctrine\DBAL\Connection
  1058.      */
  1059.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1060.     {
  1061.         $a = new \Doctrine\DBAL\Configuration();
  1062.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1063.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1064.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1065.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1066.         $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))));
  1067.         $c->setConnectionName('default');
  1068.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1069.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1070.         $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '16''defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), ['enum' => 'string']);
  1071.         $instance->setNestTransactionsWithSavepoints(true);
  1072.         return $instance;
  1073.     }
  1074.     /**
  1075.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1076.      *
  1077.      * @return \Doctrine\ORM\EntityManager
  1078.      */
  1079.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1080.     {
  1081.         $a = new \Doctrine\ORM\Configuration();
  1082.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1083.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Entity'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Entity'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Entity'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Entity')], true);
  1084.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'ProjectBiz'.\DIRECTORY_SEPARATOR.'Entity')], true), 'ProjectBiz\\Entity');
  1085.         $b->addDriver($c'ProjectBiz\\DatabaseBundle\\Entity');
  1086.         $b->addDriver($c'ProjectBiz\\PortalBundle\\Entity');
  1087.         $b->addDriver($c'ProjectBiz\\UserBundle\\Entity');
  1088.         $b->addDriver($c'ProjectBiz\\CitiBizBundle\\Entity');
  1089.         $a->setEntityNamespaces(['ProjectBiz' => 'ProjectBiz\\Entity''ProjectBizDatabaseBundle' => 'ProjectBiz\\DatabaseBundle\\Entity''ProjectBizPortalBundle' => 'ProjectBiz\\PortalBundle\\Entity''ProjectBizUserBundle' => 'ProjectBiz\\UserBundle\\Entity''ProjectBizCitiBizBundle' => 'ProjectBiz\\CitiBizBundle\\Entity']);
  1090.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1091.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1092.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1093.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1094.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1095.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1096.         ], [
  1097.             'doctrine.ulid_generator' => '?',
  1098.             'doctrine.uuid_generator' => '?',
  1099.         ])));
  1100.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1101.         $a->setProxyNamespace('Proxies');
  1102.         $a->setAutoGenerateProxyClasses(true);
  1103.         $a->setSchemaIgnoreClasses([]);
  1104.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1105.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1106.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1107.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1108.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1109.         $a->setLazyGhostObjectEnabled(false);
  1110.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1111.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1112.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1113.         return $instance;
  1114.     }
  1115.     /**
  1116.      * Gets the public 'event_dispatcher' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1119.      */
  1120.     protected function getEventDispatcherService()
  1121.     {
  1122.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1123.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1124.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1125.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1126.         $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())));
  1127.         $instance->addListener('kernel.controller', [=> function () {
  1128.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1129.         }, => 'onKernelController'], 0);
  1130.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1131.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1132.         }, => 'checkPassport'], 1024);
  1133.         $instance->addListener('kernel.response', [=> function () {
  1134.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1135.         }, => 'onKernelResponse'], 0);
  1136.         $instance->addListener('kernel.response', [=> function () {
  1137.             return ($this->services['projectbiz.portal.filter_response'] ?? ($this->services['projectbiz.portal.filter_response'] = new \ProjectBiz\PortalBundle\EventListener\ResponseListener()));
  1138.         }, => 'onKernelResponse'], 0);
  1139.         $instance->addListener('kernel.controller', [=> function () {
  1140.             return ($this->services['citibiz.access_control_listener'] ?? $this->getCitibiz_AccessControlListenerService());
  1141.         }, => 'onKernelController'], 0);
  1142.         $instance->addListener('kernel.controller', [=> function () {
  1143.             return ($this->services['projectbiz.portal.unified_options_listener'] ?? $this->getProjectbiz_Portal_UnifiedOptionsListenerService());
  1144.         }, => 'onKernelController'], 32);
  1145.         $instance->addListener('kernel.controller', [=> function () {
  1146.             return ($this->services['projectbiz.portal.access_chain_listener'] ?? $this->getProjectbiz_Portal_AccessChainListenerService());
  1147.         }, => 'onKernelController'], 0);
  1148.         $instance->addListener('kernel.controller', [=> function () {
  1149.             return ($this->services['projectbiz.portal.multi_table_access_chain_listener'] ?? $this->getProjectbiz_Portal_MultiTableAccessChainListenerService());
  1150.         }, => 'onKernelController'], 0);
  1151.         $instance->addListener('console.command', [=> function () {
  1152.             return ($this->services['projectbiz.portal.command_listener'] ?? $this->load('getProjectbiz_Portal_CommandListenerService'));
  1153.         }, => 'onConsoleCommand'], 0);
  1154.         $instance->addListener('console.error', [=> function () {
  1155.             return ($this->services['projectbiz.portal.command_listener'] ?? $this->load('getProjectbiz_Portal_CommandListenerService'));
  1156.         }, => 'onConsoleError'], 0);
  1157.         $instance->addListener('kernel.request', [=> function () {
  1158.             return ($this->privates['citibiz.session_expiration_listener'] ?? $this->getCitibiz_SessionExpirationListenerService());
  1159.         }, => 'onKernelRequest'], 0);
  1160.         $instance->addListener('kernel.exception', [=> function () {
  1161.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1162.         }, => 'onKernelException'], 0);
  1163.         $instance->addListener('kernel.response', [=> function () {
  1164.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1165.         }, => 'onKernelResponse'], 0);
  1166.         $instance->addListener('kernel.response', [=> function () {
  1167.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1168.         }, => 'onKernelResponse'], -1024);
  1169.         $instance->addListener('kernel.request', [=> function () {
  1170.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1171.         }, => 'setDefaultLocale'], 100);
  1172.         $instance->addListener('kernel.request', [=> function () {
  1173.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1174.         }, => 'onKernelRequest'], 16);
  1175.         $instance->addListener('kernel.finish_request', [=> function () {
  1176.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1177.         }, => 'onKernelFinishRequest'], 0);
  1178.         $instance->addListener('kernel.request', [=> function () {
  1179.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1180.         }, => 'onKernelRequest'], 256);
  1181.         $instance->addListener('kernel.response', [=> function () {
  1182.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1183.         }, => 'onResponse'], -255);
  1184.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1185.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1186.         }, => 'onControllerArguments'], 0);
  1187.         $instance->addListener('kernel.exception', [=> function () {
  1188.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1189.         }, => 'logKernelException'], 0);
  1190.         $instance->addListener('kernel.exception', [=> function () {
  1191.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1192.         }, => 'onKernelException'], -128);
  1193.         $instance->addListener('kernel.response', [=> function () {
  1194.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1195.         }, => 'removeCspHeader'], -128);
  1196.         $instance->addListener('kernel.request', [=> function () {
  1197.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1198.         }, => 'onKernelRequest'], 15);
  1199.         $instance->addListener('kernel.finish_request', [=> function () {
  1200.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1201.         }, => 'onKernelFinishRequest'], -15);
  1202.         $instance->addListener('console.error', [=> function () {
  1203.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1204.         }, => 'onConsoleError'], -128);
  1205.         $instance->addListener('console.terminate', [=> function () {
  1206.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1207.         }, => 'onConsoleTerminate'], -128);
  1208.         $instance->addListener('console.error', [=> function () {
  1209.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1210.         }, => 'onConsoleError'], 0);
  1211.         $instance->addListener('kernel.request', [=> function () {
  1212.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1213.         }, => 'configure'], 2048);
  1214.         $instance->addListener('console.command', [=> function () {
  1215.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1216.         }, => 'configure'], 2048);
  1217.         $instance->addListener('kernel.request', [=> function () {
  1218.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1219.         }, => 'onKernelRequest'], 32);
  1220.         $instance->addListener('kernel.finish_request', [=> function () {
  1221.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1222.         }, => 'onKernelFinishRequest'], 0);
  1223.         $instance->addListener('kernel.exception', [=> function () {
  1224.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1225.         }, => 'onKernelException'], -64);
  1226.         $instance->addListener('kernel.request', [=> function () {
  1227.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1228.         }, => 'onKernelRequest'], 128);
  1229.         $instance->addListener('kernel.response', [=> function () {
  1230.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1231.         }, => 'onKernelResponse'], -1000);
  1232.         $instance->addListener('kernel.finish_request', [=> function () {
  1233.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1234.         }, => 'onFinishRequest'], 0);
  1235.         $instance->addListener('kernel.response', [=> function () {
  1236.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1237.         }, => 'onKernelResponse'], -100);
  1238.         $instance->addListener('kernel.exception', [=> function () {
  1239.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1240.         }, => 'onKernelException'], 0);
  1241.         $instance->addListener('kernel.terminate', [=> function () {
  1242.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1243.         }, => 'onKernelTerminate'], -1024);
  1244.         $instance->addListener('kernel.controller', [=> function () {
  1245.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1246.         }, => 'onKernelController'], 0);
  1247.         $instance->addListener('kernel.response', [=> function () {
  1248.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1249.         }, => 'onKernelResponse'], 0);
  1250.         $instance->addListener('console.command', [=> function () {
  1251.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1252.         }, => 'onCommand'], 255);
  1253.         $instance->addListener('console.terminate', [=> function () {
  1254.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1255.         }, => 'onTerminate'], -255);
  1256.         $instance->addListener('kernel.response', [=> function () {
  1257.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1258.         }, => 'onKernelResponse'], 0);
  1259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1260.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1261.         }, => 'checkPassport'], 0);
  1262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1263.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1264.         }, => 'onLoginSuccess'], 0);
  1265.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1266.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1267.         }, => 'onVoterVote'], 0);
  1268.         $instance->addListener('kernel.request', [=> function () {
  1269.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1270.         }, => 'configureLogoutUrlGenerator'], 8);
  1271.         $instance->addListener('kernel.request', [=> function () {
  1272.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1273.         }, => 'onKernelRequest'], 8);
  1274.         $instance->addListener('kernel.finish_request', [=> function () {
  1275.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1276.         }, => 'onKernelFinishRequest'], 0);
  1277.         $instance->addListener('kernel.response', [=> function () {
  1278.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1279.         }, => 'onKernelResponse'], -128);
  1280.         $instance->addListener('kernel.request', [=> function () {
  1281.             return ($this->privates['projectbiz.user.locale_listener'] ?? $this->getProjectbiz_User_LocaleListenerService());
  1282.         }, => 'onKernelRequest'], 0);
  1283.         $instance->addListener('security.authentication.failure', [=> function () {
  1284.             return ($this->privates['projectbiz.user.authentication_event_listener'] ?? $this->load('getProjectbiz_User_AuthenticationEventListenerService'));
  1285.         }, => 'onAuthenticationFailure'], 0);
  1286.         $instance->addListener('security.authentication.success', [=> function () {
  1287.             return ($this->privates['projectbiz.user.authentication_event_listener'] ?? $this->load('getProjectbiz_User_AuthenticationEventListenerService'));
  1288.         }, => 'onAuthenticationSuccess'], 0);
  1289.         $instance->addListener('kernel.exception', [=> function () {
  1290.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1291.         }, => 'onException'], 0);
  1292.         $instance->addListener('kernel.terminate', [=> function () {
  1293.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1294.         }, => 'onTerminate'], 0);
  1295.         $instance->addListener('console.error', [=> function () {
  1296.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1297.         }, => 'onException'], 0);
  1298.         $instance->addListener('console.terminate', [=> function () {
  1299.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1300.         }, => 'onTerminate'], 0);
  1301.         $instance->addListener('kernel.finish_request', [=> function () {
  1302.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1303.         }, => 'resetAssets'], 0);
  1304.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1305.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1306.         }, => 'checkPassport'], 512);
  1307.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1308.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1309.         }, => 'onLogout'], 0);
  1310.         return $instance;
  1311.     }
  1312.     /**
  1313.      * Gets the public 'http_kernel' shared service.
  1314.      *
  1315.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1316.      */
  1317.     protected function getHttpKernelService()
  1318.     {
  1319.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1320.         if (isset($this->services['http_kernel'])) {
  1321.             return $this->services['http_kernel'];
  1322.         }
  1323.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1324.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1325.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1326.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1327.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1328.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1329.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1330.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1331.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1332.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1333.         }, 8)), $b));
  1334.     }
  1335.     /**
  1336.      * Gets the public 'miscellaneous_collector' shared autowired service.
  1337.      *
  1338.      * @return \ProjectBiz\DebugBundle\DataCollector\MiscellaneousCollector
  1339.      */
  1340.     protected function getMiscellaneousCollectorService()
  1341.     {
  1342.         return $this->services['miscellaneous_collector'] = new \ProjectBiz\DebugBundle\DataCollector\MiscellaneousCollector($this);
  1343.     }
  1344.     /**
  1345.      * Gets the public 'mobile_detect' shared autowired service.
  1346.      *
  1347.      * @return \Detection\MobileDetect
  1348.      */
  1349.     protected function getMobileDetectService()
  1350.     {
  1351.         return $this->services['mobile_detect'] = new \Detection\MobileDetect();
  1352.     }
  1353.     /**
  1354.      * Gets the public 'monolog.logger.deprecation' shared service.
  1355.      *
  1356.      * @return \Symfony\Bridge\Monolog\Logger
  1357.      */
  1358.     protected function getMonolog_Logger_DeprecationService()
  1359.     {
  1360.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1361.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1362.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1363.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1364.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1365.         return $instance;
  1366.     }
  1367.     /**
  1368.      * Gets the public 'project_biz.portal.database_schema_cache' shared autowired service.
  1369.      *
  1370.      * @return \ProjectBiz\DatabaseBundle\Database\DatabaseSchemaCache
  1371.      */
  1372.     protected function getProjectBiz_Portal_DatabaseSchemaCacheService()
  1373.     {
  1374.         return $this->services['project_biz.portal.database_schema_cache'] = new \ProjectBiz\DatabaseBundle\Database\DatabaseSchemaCache(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['citibiz.column_definition_repository'] ?? $this->getCitibiz_ColumnDefinitionRepositoryService()), 'Tab_'$this->targetDir.'');
  1375.     }
  1376.     /**
  1377.      * Gets the public 'projectbiz.menu.menu_helper' shared service.
  1378.      *
  1379.      * @return \ProjectBiz\MenuBundle\Service\MenuHelper
  1380.      */
  1381.     protected function getProjectbiz_Menu_MenuHelperService()
  1382.     {
  1383.         $a = ($this->services['citibiz.security_context_wrapper'] ?? $this->getCitibiz_SecurityContextWrapperService());
  1384.         $this->services['projectbiz.menu.menu_helper'] = $instance = new \ProjectBiz\MenuBundle\Service\MenuHelper(($this->services['citibiz.generic_repository_factory'] ?? $this->getCitibiz_GenericRepositoryFactoryService()), $a, ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['mobile_detect'] ?? ($this->services['mobile_detect'] = new \Detection\MobileDetect())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), 'dev');
  1385.         $instance->addMenuProvider(new \ProjectBiz\MenuBundle\Service\GenericMenuProvider($instance$a));
  1386.         return $instance;
  1387.     }
  1388.     /**
  1389.      * Gets the public 'projectbiz.portal.access_chain_listener' shared autowired service.
  1390.      *
  1391.      * @return \ProjectBiz\PortalBundle\EventListener\AccessChainListener
  1392.      */
  1393.     protected function getProjectbiz_Portal_AccessChainListenerService()
  1394.     {
  1395.         return $this->services['projectbiz.portal.access_chain_listener'] = new \ProjectBiz\PortalBundle\EventListener\AccessChainListener(($this->services['citibiz.generic_repository_factory'] ?? $this->getCitibiz_GenericRepositoryFactoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1396.     }
  1397.     /**
  1398.      * Gets the public 'projectbiz.portal.build_table.twig_extension' shared autowired service.
  1399.      *
  1400.      * @return \ProjectBiz\PortalBundle\View\Twig\BuildTableExtension
  1401.      */
  1402.     protected function getProjectbiz_Portal_BuildTable_TwigExtensionService()
  1403.     {
  1404.         return $this->services['projectbiz.portal.build_table.twig_extension'] = new \ProjectBiz\PortalBundle\View\Twig\BuildTableExtension();
  1405.     }
  1406.     /**
  1407.      * Gets the public 'projectbiz.portal.filter_response' shared autowired service.
  1408.      *
  1409.      * @return \ProjectBiz\PortalBundle\EventListener\ResponseListener
  1410.      */
  1411.     protected function getProjectbiz_Portal_FilterResponseService()
  1412.     {
  1413.         return $this->services['projectbiz.portal.filter_response'] = new \ProjectBiz\PortalBundle\EventListener\ResponseListener();
  1414.     }
  1415.     /**
  1416.      * Gets the public 'projectbiz.portal.menu_view' shared autowired service.
  1417.      *
  1418.      * @return \ProjectBiz\PortalBundle\View\MenuView\MenuView
  1419.      */
  1420.     protected function getProjectbiz_Portal_MenuViewService()
  1421.     {
  1422.         return $this->services['projectbiz.portal.menu_view'] = new \ProjectBiz\PortalBundle\View\MenuView\MenuView();
  1423.     }
  1424.     /**
  1425.      * Gets the public 'projectbiz.portal.menu_view.twig_extension' shared autowired service.
  1426.      *
  1427.      * @return \ProjectBiz\PortalBundle\View\Twig\MenuViewExtension
  1428.      */
  1429.     protected function getProjectbiz_Portal_MenuView_TwigExtensionService()
  1430.     {
  1431.         return $this->services['projectbiz.portal.menu_view.twig_extension'] = new \ProjectBiz\PortalBundle\View\Twig\MenuViewExtension(($this->services['projectbiz.portal.menu_view'] ?? ($this->services['projectbiz.portal.menu_view'] = new \ProjectBiz\PortalBundle\View\MenuView\MenuView())), ($this->services['projectbiz.menu.menu_helper'] ?? $this->getProjectbiz_Menu_MenuHelperService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['project_biz.portal.database_schema_cache'] ?? $this->getProjectBiz_Portal_DatabaseSchemaCacheService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1432.     }
  1433.     /**
  1434.      * Gets the public 'projectbiz.portal.multi_table_access_chain_listener' shared autowired service.
  1435.      *
  1436.      * @return \ProjectBiz\PortalBundle\EventListener\MultiTableAccessChainListener
  1437.      */
  1438.     protected function getProjectbiz_Portal_MultiTableAccessChainListenerService()
  1439.     {
  1440.         return $this->services['projectbiz.portal.multi_table_access_chain_listener'] = new \ProjectBiz\PortalBundle\EventListener\MultiTableAccessChainListener(($this->services['citibiz.generic_repository_factory'] ?? $this->getCitibiz_GenericRepositoryFactoryService()));
  1441.     }
  1442.     /**
  1443.      * Gets the public 'projectbiz.portal.table_view' shared autowired service.
  1444.      *
  1445.      * @return \ProjectBiz\TableView\View\TableView
  1446.      */
  1447.     protected function getProjectbiz_Portal_TableViewService()
  1448.     {
  1449.         return $this->services['projectbiz.portal.table_view'] = new \ProjectBiz\TableView\View\TableView();
  1450.     }
  1451.     /**
  1452.      * Gets the public 'projectbiz.portal.table_view.twig_extension' shared autowired service.
  1453.      *
  1454.      * @return \ProjectBiz\PortalBundle\View\Twig\TableViewExtension
  1455.      */
  1456.     protected function getProjectbiz_Portal_TableView_TwigExtensionService()
  1457.     {
  1458.         return $this->services['projectbiz.portal.table_view.twig_extension'] = new \ProjectBiz\PortalBundle\View\Twig\TableViewExtension(($this->services['projectbiz.portal.table_view'] ?? ($this->services['projectbiz.portal.table_view'] = new \ProjectBiz\TableView\View\TableView())));
  1459.     }
  1460.     /**
  1461.      * Gets the public 'projectbiz.portal.twig.body_class_extension' shared autowired service.
  1462.      *
  1463.      * @return \ProjectBiz\PortalBundle\Twig\BodyClassExtension
  1464.      */
  1465.     protected function getProjectbiz_Portal_Twig_BodyClassExtensionService()
  1466.     {
  1467.         return $this->services['projectbiz.portal.twig.body_class_extension'] = new \ProjectBiz\PortalBundle\Twig\BodyClassExtension($this);
  1468.     }
  1469.     /**
  1470.      * Gets the public 'projectbiz.portal.twig.custom_notification_extension' shared autowired service.
  1471.      *
  1472.      * @return \ProjectBiz\PortalBundle\Twig\CustomNotificationExtension
  1473.      */
  1474.     protected function getProjectbiz_Portal_Twig_CustomNotificationExtensionService()
  1475.     {
  1476.         return $this->services['projectbiz.portal.twig.custom_notification_extension'] = new \ProjectBiz\PortalBundle\Twig\CustomNotificationExtension($this);
  1477.     }
  1478.     /**
  1479.      * Gets the public 'projectbiz.portal.twig.php_extension' shared autowired service.
  1480.      *
  1481.      * @return \ProjectBiz\PortalBundle\Twig\PHPExtension
  1482.      */
  1483.     protected function getProjectbiz_Portal_Twig_PhpExtensionService()
  1484.     {
  1485.         return $this->services['projectbiz.portal.twig.php_extension'] = new \ProjectBiz\PortalBundle\Twig\PHPExtension();
  1486.     }
  1487.     /**
  1488.      * Gets the public 'projectbiz.portal.unified_options_listener' shared autowired service.
  1489.      *
  1490.      * @return \ProjectBiz\PortalBundle\EventListener\UnifiedOptionsListener
  1491.      */
  1492.     protected function getProjectbiz_Portal_UnifiedOptionsListenerService()
  1493.     {
  1494.         return $this->services['projectbiz.portal.unified_options_listener'] = new \ProjectBiz\PortalBundle\EventListener\UnifiedOptionsListener(($this->services['router'] ?? $this->getRouterService()));
  1495.     }
  1496.     /**
  1497.      * Gets the public 'request_stack' shared service.
  1498.      *
  1499.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1500.      */
  1501.     protected function getRequestStackService()
  1502.     {
  1503.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1504.     }
  1505.     /**
  1506.      * Gets the public 'router' shared service.
  1507.      *
  1508.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1509.      */
  1510.     protected function getRouterService()
  1511.     {
  1512.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1513.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1514.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1515.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1516.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1517.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1518.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1519.         ], [
  1520.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1521.         ]))->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');
  1522.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1523.         return $instance;
  1524.     }
  1525.     /**
  1526.      * Gets the public 'translator' shared service.
  1527.      *
  1528.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1529.      */
  1530.     protected function getTranslatorService()
  1531.     {
  1532.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1533.     }
  1534.     /**
  1535.      * Gets the private '.debug.http_client' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1538.      */
  1539.     protected function get_Debug_HttpClientService()
  1540.     {
  1541.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1542.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1543.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1544.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1545.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1546.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1547.         $a->setLogger($b);
  1548.         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))));
  1549.     }
  1550.     /**
  1551.      * Gets the private '.service_locator.jXJDvZn' shared service.
  1552.      *
  1553.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1554.      */
  1555.     protected function get_ServiceLocator_JXJDvZnService()
  1556.     {
  1557.         return $this->privates['.service_locator.jXJDvZn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1558.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1559.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1560.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1561.         ], [
  1562.             'security.firewall.map.context.dev' => '?',
  1563.             'security.firewall.map.context.login' => '?',
  1564.             'security.firewall.map.context.main' => '?',
  1565.         ]);
  1566.     }
  1567.     /**
  1568.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1569.      *
  1570.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1571.      */
  1572.     protected function getResetAssetsEventListenerService()
  1573.     {
  1574.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1575.     }
  1576.     /**
  1577.      * Gets the private 'annotations.cache_adapter' shared service.
  1578.      *
  1579.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1580.      */
  1581.     protected function getAnnotations_CacheAdapterService()
  1582.     {
  1583.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1584.     }
  1585.     /**
  1586.      * Gets the private 'annotations.cached_reader' shared service.
  1587.      *
  1588.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1589.      */
  1590.     protected function getAnnotations_CachedReaderService()
  1591.     {
  1592.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1593.     }
  1594.     /**
  1595.      * Gets the private 'annotations.reader' shared service.
  1596.      *
  1597.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1598.      */
  1599.     protected function getAnnotations_ReaderService()
  1600.     {
  1601.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1602.         $instance->addGlobalIgnoredName('required'NULL);
  1603.         return $instance;
  1604.     }
  1605.     /**
  1606.      * Gets the private 'assets.packages' shared service.
  1607.      *
  1608.      * @return \Symfony\Component\Asset\Packages
  1609.      */
  1610.     protected function getAssets_PackagesService()
  1611.     {
  1612.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1613.         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 () {
  1614.             return new \EmptyIterator();
  1615.         }, 0));
  1616.     }
  1617.     /**
  1618.      * Gets the private 'cache.annotations' shared service.
  1619.      *
  1620.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1621.      */
  1622.     protected function getCache_AnnotationsService()
  1623.     {
  1624.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IjqshYxxtj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1625.     }
  1626.     /**
  1627.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1628.      *
  1629.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1630.      */
  1631.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1632.     {
  1633.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1634.     }
  1635.     /**
  1636.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1637.      *
  1638.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1639.      */
  1640.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1641.     {
  1642.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1643.     }
  1644.     /**
  1645.      * Gets the private 'cache.property_info' shared service.
  1646.      *
  1647.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1648.      */
  1649.     protected function getCache_PropertyInfoService()
  1650.     {
  1651.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Zn5ikyuP6t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1652.     }
  1653.     /**
  1654.      * Gets the private 'cache.security_expression_language' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1657.      */
  1658.     protected function getCache_SecurityExpressionLanguageService()
  1659.     {
  1660.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OMAe7dS9Ut'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1661.     }
  1662.     /**
  1663.      * Gets the private 'cache.serializer' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1666.      */
  1667.     protected function getCache_SerializerService()
  1668.     {
  1669.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('44qnQq+ci3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1670.     }
  1671.     /**
  1672.      * Gets the private 'cache.validator' shared service.
  1673.      *
  1674.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1675.      */
  1676.     protected function getCache_ValidatorService()
  1677.     {
  1678.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5ROfS3rB-n'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1679.     }
  1680.     /**
  1681.      * Gets the private 'cache.webpack_encore' shared service.
  1682.      *
  1683.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1684.      */
  1685.     protected function getCache_WebpackEncoreService()
  1686.     {
  1687.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NO8TE+pC77'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1688.     }
  1689.     /**
  1690.      * Gets the private 'citibiz.session_expiration_listener' shared service.
  1691.      *
  1692.      * @return \ProjectBiz\UserBundle\EventListener\SessionExpirationListener
  1693.      */
  1694.     protected function getCitibiz_SessionExpirationListenerService()
  1695.     {
  1696.         return $this->privates['citibiz.session_expiration_listener'] = new \ProjectBiz\UserBundle\EventListener\SessionExpirationListener(($this->services['citibiz.security_context_wrapper'] ?? $this->getCitibiz_SecurityContextWrapperService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), 1800true'dev');
  1697.     }
  1698.     /**
  1699.      * Gets the private 'config_cache_factory' shared service.
  1700.      *
  1701.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1702.      */
  1703.     protected function getConfigCacheFactoryService()
  1704.     {
  1705.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1706.             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)));
  1707.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1708.         }, 2));
  1709.     }
  1710.     /**
  1711.      * Gets the private 'data_collector.form' shared service.
  1712.      *
  1713.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1714.      */
  1715.     protected function getDataCollector_FormService()
  1716.     {
  1717.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1718.     }
  1719.     /**
  1720.      * Gets the private 'data_collector.request' shared service.
  1721.      *
  1722.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1723.      */
  1724.     protected function getDataCollector_RequestService()
  1725.     {
  1726.         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())));
  1727.     }
  1728.     /**
  1729.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1730.      *
  1731.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1732.      */
  1733.     protected function getDebug_DebugHandlersListenerService()
  1734.     {
  1735.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1736.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1737.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1738.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1739.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1740.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1741.     }
  1742.     /**
  1743.      * Gets the private 'debug.file_link_formatter' shared service.
  1744.      *
  1745.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1746.      */
  1747.     protected function getDebug_FileLinkFormatterService()
  1748.     {
  1749.         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 () {
  1750.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1751.         });
  1752.     }
  1753.     /**
  1754.      * Gets the private 'debug.log_processor' shared service.
  1755.      *
  1756.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1757.      */
  1758.     protected function getDebug_LogProcessorService()
  1759.     {
  1760.         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())));
  1761.     }
  1762.     /**
  1763.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1764.      *
  1765.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1766.      */
  1767.     protected function getDebug_Security_Access_DecisionManagerService()
  1768.     {
  1769.         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 () {
  1770.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1771.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1772.         }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1773.     }
  1774.     /**
  1775.      * Gets the private 'debug.security.firewall' shared service.
  1776.      *
  1777.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1778.      */
  1779.     protected function getDebug_Security_FirewallService()
  1780.     {
  1781.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1782.         if (isset($this->privates['debug.security.firewall'])) {
  1783.             return $this->privates['debug.security.firewall'];
  1784.         }
  1785.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1786.         if (isset($this->privates['debug.security.firewall'])) {
  1787.             return $this->privates['debug.security.firewall'];
  1788.         }
  1789.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1790.     }
  1791.     /**
  1792.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1793.      *
  1794.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1795.      */
  1796.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1797.     {
  1798.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1799.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1800.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1801.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1802.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1803.             'projectbiz.database.table_prefix_subscriber' => ['services''projectbiz.database.table_prefix_subscriber''getProjectbiz_Database_TablePrefixSubscriberService'true],
  1804.         ], [
  1805.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1806.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1807.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1808.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1809.             'projectbiz.database.table_prefix_subscriber' => '?',
  1810.         ]), [=> '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'=> 'projectbiz.database.table_prefix_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1811.     }
  1812.     /**
  1813.      * Gets the private 'exception_listener' shared service.
  1814.      *
  1815.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1816.      */
  1817.     protected function getExceptionListenerService()
  1818.     {
  1819.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1820.     }
  1821.     /**
  1822.      * Gets the private 'locale_aware_listener' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1825.      */
  1826.     protected function getLocaleAwareListenerService()
  1827.     {
  1828.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1829.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1830.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1831.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1832.     }
  1833.     /**
  1834.      * Gets the private 'locale_listener' shared service.
  1835.      *
  1836.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1837.      */
  1838.     protected function getLocaleListenerService()
  1839.     {
  1840.         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, []);
  1841.     }
  1842.     /**
  1843.      * Gets the private 'monolog.handler.console' shared service.
  1844.      *
  1845.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1846.      */
  1847.     protected function getMonolog_Handler_ConsoleService()
  1848.     {
  1849.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1850.     }
  1851.     /**
  1852.      * Gets the private 'monolog.handler.main' shared service.
  1853.      *
  1854.      * @return \Monolog\Handler\StreamHandler
  1855.      */
  1856.     protected function getMonolog_Handler_MainService()
  1857.     {
  1858.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).''.\DIRECTORY_SEPARATOR.'log/dev.log'), 'debug'trueNULLfalse);
  1859.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1860.         return $instance;
  1861.     }
  1862.     /**
  1863.      * Gets the private 'monolog.logger.cache' shared service.
  1864.      *
  1865.      * @return \Symfony\Bridge\Monolog\Logger
  1866.      */
  1867.     protected function getMonolog_Logger_CacheService()
  1868.     {
  1869.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1870.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1871.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1872.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1873.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1874.         return $instance;
  1875.     }
  1876.     /**
  1877.      * Gets the private 'monolog.logger.request' shared service.
  1878.      *
  1879.      * @return \Symfony\Bridge\Monolog\Logger
  1880.      */
  1881.     protected function getMonolog_Logger_RequestService()
  1882.     {
  1883.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1884.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1885.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1886.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1887.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1888.         return $instance;
  1889.     }
  1890.     /**
  1891.      * Gets the private 'monolog.logger.security' shared service.
  1892.      *
  1893.      * @return \Symfony\Bridge\Monolog\Logger
  1894.      */
  1895.     protected function getMonolog_Logger_SecurityService()
  1896.     {
  1897.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1898.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1899.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1900.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1901.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1902.         return $instance;
  1903.     }
  1904.     /**
  1905.      * Gets the private 'parameter_bag' shared service.
  1906.      *
  1907.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1908.      */
  1909.     protected function getParameterBagService()
  1910.     {
  1911.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1912.     }
  1913.     /**
  1914.      * Gets the private 'profiler_listener' shared service.
  1915.      *
  1916.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1917.      */
  1918.     protected function getProfilerListenerService()
  1919.     {
  1920.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1921.         if (isset($this->privates['profiler_listener'])) {
  1922.             return $this->privates['profiler_listener'];
  1923.         }
  1924.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  1925.     }
  1926.     /**
  1927.      * Gets the private 'projectbiz.user.locale_listener' shared service.
  1928.      *
  1929.      * @return \ProjectBiz\UserBundle\EventListener\LocaleListener
  1930.      */
  1931.     protected function getProjectbiz_User_LocaleListenerService()
  1932.     {
  1933.         return $this->privates['projectbiz.user.locale_listener'] = new \ProjectBiz\UserBundle\EventListener\LocaleListener('en', ($this->services['citibiz.security_context_wrapper'] ?? $this->getCitibiz_SecurityContextWrapperService()), ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1934.     }
  1935.     /**
  1936.      * Gets the private 'projectbiz.user.rights_type_formatter' shared service.
  1937.      *
  1938.      * @return \ProjectBiz\UserBundle\Formatter\RightsTypeFormatter
  1939.      */
  1940.     protected function getProjectbiz_User_RightsTypeFormatterService()
  1941.     {
  1942.         return $this->privates['projectbiz.user.rights_type_formatter'] = new \ProjectBiz\UserBundle\Formatter\RightsTypeFormatter(($this->privates['projectbiz.user.user_roles_helper'] ?? $this->getProjectbiz_User_UserRolesHelperService()));
  1943.     }
  1944.     /**
  1945.      * Gets the private 'projectbiz.user.user_roles_helper' shared service.
  1946.      *
  1947.      * @return \ProjectBiz\UserBundle\Service\UserRolesHelper
  1948.      */
  1949.     protected function getProjectbiz_User_UserRolesHelperService()
  1950.     {
  1951.         return $this->privates['projectbiz.user.user_roles_helper'] = new \ProjectBiz\UserBundle\Service\UserRolesHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['citibiz.generic_repository_factory'] ?? $this->getCitibiz_GenericRepositoryFactoryService()));
  1952.     }
  1953.     /**
  1954.      * Gets the private 'router.request_context' shared service.
  1955.      *
  1956.      * @return \Symfony\Component\Routing\RequestContext
  1957.      */
  1958.     protected function getRouter_RequestContextService()
  1959.     {
  1960.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1961.     }
  1962.     /**
  1963.      * Gets the private 'router_listener' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1966.      */
  1967.     protected function getRouterListenerService()
  1968.     {
  1969.         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);
  1970.     }
  1971.     /**
  1972.      * Gets the private 'security.context_listener.0' shared service.
  1973.      *
  1974.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1975.      */
  1976.     protected function getSecurity_ContextListener_0Service()
  1977.     {
  1978.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  1979.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  1980.             yield => ($this->services['projectbiz.user.user_provider'] ?? $this->load('getProjectbiz_User_UserProviderService'));
  1981.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  1982.     }
  1983.     /**
  1984.      * Gets the private 'security.event_dispatcher.main' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1987.      */
  1988.     protected function getSecurity_EventDispatcher_MainService()
  1989.     {
  1990.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1991.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1992.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1993.         }, => 'checkPassport'], 2048);
  1994.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1995.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1996.         }, => 'onSuccessfulLogin'], 0);
  1997.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1998.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1999.         }, => 'onLogout'], 64);
  2000.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2001.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2002.         }, => 'onLogout'], 0);
  2003.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2004.             return ($this->privates['security.logout.listener.legacy_handler.0'] ?? $this->load('getSecurity_Logout_Listener_LegacyHandler_0Service'));
  2005.         }, => 'onLogout'], 0);
  2006.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2007.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2008.         }, => 'preCheckCredentials'], 256);
  2009.         $instance->addListener('security.authentication.success', [=> function () {
  2010.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2011.         }, => 'postCheckCredentials'], 256);
  2012.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2013.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2014.         }, => 'checkPassport'], 1024);
  2015.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2016.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2017.         }, => 'checkPassport'], 0);
  2018.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2019.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2020.         }, => 'onLoginSuccess'], 0);
  2021.         $instance->addListener('security.authentication.success', [=> function () {
  2022.             return ($this->privates['projectbiz.user.authentication_event_listener'] ?? $this->load('getProjectbiz_User_AuthenticationEventListenerService'));
  2023.         }, => 'onAuthenticationSuccess'], 0);
  2024.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2025.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2026.         }, => 'checkPassport'], 512);
  2027.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2028.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2029.         }, => 'onLogout'], 0);
  2030.         return $instance;
  2031.     }
  2032.     /**
  2033.      * Gets the private 'security.firewall.map' shared service.
  2034.      *
  2035.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2036.      */
  2037.     protected function getSecurity_Firewall_MapService()
  2038.     {
  2039.         $a = ($this->privates['.service_locator.jXJDvZn'] ?? $this->get_ServiceLocator_JXJDvZnService());
  2040.         if (isset($this->privates['security.firewall.map'])) {
  2041.             return $this->privates['security.firewall.map'];
  2042.         }
  2043.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2044.             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)/')));
  2045.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.Fshf9Rv'] ?? ($this->privates['.security.request_matcher.Fshf9Rv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/currenta-portal/(compliance|login|register)/')));
  2046.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2047.         }, 3));
  2048.     }
  2049.     /**
  2050.      * Gets the private 'security.logout_url_generator' shared service.
  2051.      *
  2052.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2053.      */
  2054.     protected function getSecurity_LogoutUrlGeneratorService()
  2055.     {
  2056.         $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()));
  2057.         $instance->registerListener('main''_logout''logout''_csrf_token'NULLNULL);
  2058.         return $instance;
  2059.     }
  2060.     /**
  2061.      * Gets the private 'session.factory' shared service.
  2062.      *
  2063.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2064.      */
  2065.     protected function getSession_FactoryService()
  2066.     {
  2067.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2068.         if (isset($this->privates['session.factory'])) {
  2069.             return $this->privates['session.factory'];
  2070.         }
  2071.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  2072.     }
  2073.     /**
  2074.      * Gets the private 'session_listener' shared service.
  2075.      *
  2076.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2077.      */
  2078.     protected function getSessionListenerService()
  2079.     {
  2080.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2081.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2082.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  2083.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2084.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2085.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2086.         ], [
  2087.             'initialized_session' => '?',
  2088.             'logger' => '?',
  2089.             'session' => '?',
  2090.             'session_collector' => '?',
  2091.             'session_factory' => '?',
  2092.         ]), true$this->parameters['session.storage.options']);
  2093.     }
  2094.     /**
  2095.      * Gets the private 'translator.default' shared service.
  2096.      *
  2097.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2098.      */
  2099.     protected function getTranslator_DefaultService()
  2100.     {
  2101.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2102.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2103.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2104.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2105.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2106.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2107.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2108.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2109.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2110.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2111.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2112.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2113.         ], [
  2114.             'translation.loader.csv' => '?',
  2115.             'translation.loader.dat' => '?',
  2116.             'translation.loader.ini' => '?',
  2117.             'translation.loader.json' => '?',
  2118.             'translation.loader.mo' => '?',
  2119.             'translation.loader.php' => '?',
  2120.             'translation.loader.po' => '?',
  2121.             'translation.loader.qt' => '?',
  2122.             'translation.loader.res' => '?',
  2123.             'translation.loader.xliff' => '?',
  2124.             'translation.loader.yml' => '?',
  2125.         ]), 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).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.af.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.af.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ar.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ar.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.ar.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.ar.yml')], 'az' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.az.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.az.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.be.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.be.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.bg.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.bg.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.bs.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.bs.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ca.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ca.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.cs.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.cs.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.cy.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.cy.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.da.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.da.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.de.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.de.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.de.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.de.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.de.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.de.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.de.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.de.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.de.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'document-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.de.yml'), 10 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.de.yml'), 11 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.de.yml')], 'el' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.el.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.el.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.en.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.en.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.en.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.xliff'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.xliff'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.xliff'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.xliff'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.yml'), 10 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.xliff'), 11 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.yml'), 12 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.xliff'), 13 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.yml'), 14 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'document-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.xliff'), 15 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'document-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.yml'), 16 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.xliff'), 17 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.en.yml'), 18 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.en.yml')], 'es' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.es.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.es.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.es.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.es.yml')], 'et' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.et.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.et.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.eu.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.eu.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.fa.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.fa.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.fi.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.fi.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.fr.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.fr.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.fr.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.gl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.gl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.he.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.he.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.hr.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.hr.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.hu.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.hu.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.hy.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.hy.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.id.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.id.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.it.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.it.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.it.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.it.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.it.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.it.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.it.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.it.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'document-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.it.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.it.yml'), 10 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.it.yml')], 'ja' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ja.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ja.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.ja.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.lb.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.lb.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.lt.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.lt.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.lt.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.lv.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.lv.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.mk.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.mk.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.mn.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.mn.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.my.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.my.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.nb.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.nb.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.nl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.nl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.nl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.nn.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.nn.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.no.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.no.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.pl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.pl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.pl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.pt.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.pt.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.pt.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.pt_BR.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.pt_BR.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ro.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ro.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ru.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ru.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.ru.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sk.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sk.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.sk.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.sl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sq.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sq.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sr_Latn.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sr_Latn.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sv.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.sv.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.sv.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.sv.yml')], 'th' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.th.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.th.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.tl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.tl.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.tr.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.tr.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.tr.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.tr.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.tr.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.tr.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.tr.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.tr.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'document-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.tr.yml'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'.\DIRECTORY_SEPARATOR.'messages.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.uk.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.uk.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.uk.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'.\DIRECTORY_SEPARATOR.'pagination.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ur.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.ur.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.uz.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.uz.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.vi.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.vi.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.zh_CN.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.zh_CN.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.zh_TW.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'.\DIRECTORY_SEPARATOR.'validators.zh_TW.xlf'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'.\DIRECTORY_SEPARATOR.'security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'document-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), 10 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), 11 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'), 12 => (\dirname(__DIR__4).'/translations'), 13 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle/translations'), 14 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'monolog-bundle/translations'), 16 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bundle/translations'), 17 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'extra-bundle/translations'), 18 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle/translations'), 19 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle/translations'), 20 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'js-select2-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 21 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'mailer-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 23 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'webpack-encore-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 24 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'watch-dog-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 25 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'debug-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 26 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'import-export-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 27 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'pdf-writer-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 28 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'schedule-bundle'.\DIRECTORY_SEPARATOR.'src/translations')], 'cache_vary' => ['scanned_directories' => [=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'validator/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-core/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'document-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), 10 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src/Resources/translations'), 11 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle/Resources/translations'), 12 => 'translations'13 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle/translations'), 14 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle/translations'), 15 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'monolog-bundle/translations'), 16 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bundle/translations'), 17 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'extra-bundle/translations'), 18 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle/translations'), 19 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle/translations'), 20 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'js-select2-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 21 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'mailer-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 23 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'webpack-encore-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 24 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'watch-dog-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 25 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'debug-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 26 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'import-export-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 27 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'pdf-writer-bundle'.\DIRECTORY_SEPARATOR.'src/translations'), 28 => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'schedule-bundle'.\DIRECTORY_SEPARATOR.'src/translations')]]], []);
  2126.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2127.         $instance->setFallbackLocales([=> 'en']);
  2128.         return $instance;
  2129.     }
  2130.     /**
  2131.      * Gets the private 'validator.builder' shared service.
  2132.      *
  2133.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2134.      */
  2135.     protected function getValidator_BuilderService()
  2136.     {
  2137.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2138.         $a = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2139.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2140.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2141.         }, 2), new RewindableGenerator(function () {
  2142.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2143.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2144.         }, 2), new RewindableGenerator(function () {
  2145.             return new \EmptyIterator();
  2146.         }, 0), new RewindableGenerator(function () {
  2147.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2148.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2149.         }, 2), new RewindableGenerator(function () {
  2150.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2151.         }, 1));
  2152.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2153.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2154.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2155.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2156.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2157.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2158.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2159.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2160.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2161.         ], [
  2162.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2163.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2164.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2165.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2166.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2167.             'doctrine.orm.validator.unique' => '?',
  2168.             'security.validator.user_password' => '?',
  2169.             'validator.expression' => '?',
  2170.         ])));
  2171.         if ($this->has('translator')) {
  2172.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2173.         }
  2174.         $instance->setTranslationDomain('validators');
  2175.         $instance->addXmlMappings([=> (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'form/Resources/config/validation.xml')]);
  2176.         $instance->enableAnnotationMapping(true);
  2177.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2178.         $instance->addMethodMapping('loadValidatorMetadata');
  2179.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2180.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2181.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2182.         return $instance;
  2183.     }
  2184.     /**
  2185.      * Gets the private 'web_profiler.csp.handler' shared service.
  2186.      *
  2187.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2188.      */
  2189.     protected function getWebProfiler_Csp_HandlerService()
  2190.     {
  2191.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2192.     }
  2193.     /**
  2194.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2195.      *
  2196.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2197.      */
  2198.     protected function getWebProfiler_DebugToolbarService()
  2199.     {
  2200.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2201.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2202.             return $this->privates['web_profiler.debug_toolbar'];
  2203.         }
  2204.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  2205.     }
  2206.     /**
  2207.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2208.      *
  2209.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2210.      */
  2211.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2212.     {
  2213.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2214.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2215.         ], [
  2216.             '_default' => '?',
  2217.         ]), '_default');
  2218.     }
  2219.     /**
  2220.      * Gets the public 'cache_clearer' alias.
  2221.      *
  2222.      * @return object The ".container.private.cache_clearer" service.
  2223.      */
  2224.     protected function getCacheClearerService()
  2225.     {
  2226.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2227.         return $this->get('.container.private.cache_clearer');
  2228.     }
  2229.     /**
  2230.      * Gets the public 'filesystem' alias.
  2231.      *
  2232.      * @return object The ".container.private.filesystem" service.
  2233.      */
  2234.     protected function getFilesystemService()
  2235.     {
  2236.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2237.         return $this->get('.container.private.filesystem');
  2238.     }
  2239.     /**
  2240.      * Gets the public 'security.csrf.token_manager' alias.
  2241.      *
  2242.      * @return object The ".container.private.security.csrf.token_manager" service.
  2243.      */
  2244.     protected function getSecurity_Csrf_TokenManagerService()
  2245.     {
  2246.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2247.         return $this->get('.container.private.security.csrf.token_manager');
  2248.     }
  2249.     /**
  2250.      * Gets the public 'form.factory' alias.
  2251.      *
  2252.      * @return object The ".container.private.form.factory" service.
  2253.      */
  2254.     protected function getForm_FactoryService()
  2255.     {
  2256.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2257.         return $this->get('.container.private.form.factory');
  2258.     }
  2259.     /**
  2260.      * Gets the public 'form.type.file' alias.
  2261.      *
  2262.      * @return object The ".container.private.form.type.file" service.
  2263.      */
  2264.     protected function getForm_Type_FileService()
  2265.     {
  2266.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2267.         return $this->get('.container.private.form.type.file');
  2268.     }
  2269.     /**
  2270.      * Gets the public 'profiler' alias.
  2271.      *
  2272.      * @return object The ".container.private.profiler" service.
  2273.      */
  2274.     protected function getProfilerService()
  2275.     {
  2276.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2277.         return $this->get('.container.private.profiler');
  2278.     }
  2279.     /**
  2280.      * Gets the public 'twig' alias.
  2281.      *
  2282.      * @return object The ".container.private.twig" service.
  2283.      */
  2284.     protected function getTwigService()
  2285.     {
  2286.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2287.         return $this->get('.container.private.twig');
  2288.     }
  2289.     /**
  2290.      * Gets the public 'security.authorization_checker' alias.
  2291.      *
  2292.      * @return object The ".container.private.security.authorization_checker" service.
  2293.      */
  2294.     protected function getSecurity_AuthorizationCheckerService()
  2295.     {
  2296.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2297.         return $this->get('.container.private.security.authorization_checker');
  2298.     }
  2299.     /**
  2300.      * Gets the public 'security.token_storage' alias.
  2301.      *
  2302.      * @return object The ".container.private.security.token_storage" service.
  2303.      */
  2304.     protected function getSecurity_TokenStorageService()
  2305.     {
  2306.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2307.         return $this->get('.container.private.security.token_storage');
  2308.     }
  2309.     /**
  2310.      * Gets the public 'security.password_encoder' alias.
  2311.      *
  2312.      * @return object The ".container.private.security.password_encoder" service.
  2313.      */
  2314.     protected function getSecurity_PasswordEncoderService()
  2315.     {
  2316.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2317.         return $this->get('.container.private.security.password_encoder');
  2318.     }
  2319.     /**
  2320.      * Gets the public 'session' alias.
  2321.      *
  2322.      * @return object The ".container.private.session" service.
  2323.      */
  2324.     protected function getSessionService()
  2325.     {
  2326.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2327.         return $this->get('.container.private.session');
  2328.     }
  2329.     /**
  2330.      * Gets the public 'validator' alias.
  2331.      *
  2332.      * @return object The ".container.private.validator" service.
  2333.      */
  2334.     protected function getValidatorService()
  2335.     {
  2336.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2337.         return $this->get('.container.private.validator');
  2338.     }
  2339.     /**
  2340.      * @return array|bool|float|int|string|\UnitEnum|null
  2341.      */
  2342.     public function getParameter(string $name)
  2343.     {
  2344.         if (isset($this->buildParameters[$name])) {
  2345.             return $this->buildParameters[$name];
  2346.         }
  2347.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2348.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2349.         }
  2350.         if (isset($this->loadedDynamicParameters[$name])) {
  2351.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2352.         }
  2353.         return $this->parameters[$name];
  2354.     }
  2355.     public function hasParameter(string $name): bool
  2356.     {
  2357.         if (isset($this->buildParameters[$name])) {
  2358.             return true;
  2359.         }
  2360.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2361.     }
  2362.     public function setParameter(string $name$value): void
  2363.     {
  2364.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2365.     }
  2366.     public function getParameterBag(): ParameterBagInterface
  2367.     {
  2368.         if (null === $this->parameterBag) {
  2369.             $parameters $this->parameters;
  2370.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2371.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2372.             }
  2373.             foreach ($this->buildParameters as $name => $value) {
  2374.                 $parameters[$name] = $value;
  2375.             }
  2376.             $this->parameterBag = new FrozenParameterBag($parameters);
  2377.         }
  2378.         return $this->parameterBag;
  2379.     }
  2380.     private $loadedDynamicParameters = [
  2381.         'kernel.runtime_environment' => false,
  2382.         'kernel.build_dir' => false,
  2383.         'kernel.cache_dir' => false,
  2384.         'database.user' => false,
  2385.         'database.password' => false,
  2386.         'kernel.secret' => false,
  2387.         'debug.container.dump' => false,
  2388.         'validator.mapping.cache.file' => false,
  2389.         'profiler.storage.dsn' => false,
  2390.         'doctrine.orm.proxy_dir' => false,
  2391.         'swiftmailer.spool.default.memory.path' => false,
  2392.     ];
  2393.     private $dynamicParameters = [];
  2394.     private function getDynamicParameter(string $name)
  2395.     {
  2396.         switch ($name) {
  2397.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2398.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2399.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2400.             case 'database.user'$value $this->getEnv('resolve:DATABASE_USER'); break;
  2401.             case 'database.password'$value $this->getEnv('resolve:DATABASE_PASSWORD'); break;
  2402.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2403.             case 'debug.container.dump'$value = ($this->targetDir.''.'/ProjectBiz_KernelDevDebugContainer.xml'); break;
  2404.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2405.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2406.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2407.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2408.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2409.         }
  2410.         $this->loadedDynamicParameters[$name] = true;
  2411.         return $this->dynamicParameters[$name] = $value;
  2412.     }
  2413.     protected function getDefaultParameters(): array
  2414.     {
  2415.         return [
  2416.             'kernel.project_dir' => \dirname(__DIR__4),
  2417.             'kernel.environment' => 'dev',
  2418.             'kernel.debug' => true,
  2419.             'kernel.logs_dir' => (\dirname(__DIR__3).''.\DIRECTORY_SEPARATOR.'log'),
  2420.             'kernel.bundles' => [
  2421.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2422.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2423.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2424.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2425.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2426.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2427.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2428.                 'ProjectBizJsSelect2Bundle' => 'ProjectBiz\\JsSelect2Bundle\\ProjectBizJsSelect2Bundle',
  2429.                 'ProjectBizDatabaseBundle' => 'ProjectBiz\\DatabaseBundle\\ProjectBizDatabaseBundle',
  2430.                 'ProjectBizPortalBundle' => 'ProjectBiz\\PortalBundle\\ProjectBizPortalBundle',
  2431.                 'ProjectBizUserBundle' => 'ProjectBiz\\UserBundle\\ProjectBizUserBundle',
  2432.                 'ProjectBizMenuBundle' => 'ProjectBiz\\MenuBundle\\ProjectBizMenuBundle',
  2433.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2434.                 'ProjectBizMailerBundle' => 'ProjectBiz\\MailerBundle\\ProjectBizMailerBundle',
  2435.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2436.                 'ProjectBizFormBundle' => 'ProjectBiz\\FormBundle\\ProjectBizFormBundle',
  2437.                 'ProjectBizCitiBizBundle' => 'ProjectBiz\\CitiBizBundle\\ProjectBizCitiBizBundle',
  2438.                 'ProjectBizWatchDogBundle' => 'ProjectBiz\\WatchDogBundle\\ProjectBizWatchDogBundle',
  2439.                 'ProjectBizDocumentBundle' => 'ProjectBiz\\DocumentBundle\\ProjectBizDocumentBundle',
  2440.                 'ProjectBizDebugBundle' => 'ProjectBiz\\DebugBundle\\ProjectBizDebugBundle',
  2441.                 'ProjectBizDatabaseTemplateBundle' => 'ProjectBiz\\DatabaseTemplateBundle\\ProjectBizDatabaseTemplateBundle',
  2442.                 'ProjectBizImportExportBundle' => 'ProjectBiz\\ImportExportBundle\\ProjectBizImportExportBundle',
  2443.                 'ProjectBizPdfWriterBundle' => 'ProjectBiz\\PdfWriterBundle\\ProjectBizPdfWriterBundle',
  2444.                 'ProjectBizScheduleBundle' => 'ProjectBiz\\ScheduleBundle\\ProjectBizScheduleBundle',
  2445.                 'MopaBootstrapBundle' => 'Mopa\\Bundle\\BootstrapBundle\\MopaBootstrapBundle',
  2446.             ],
  2447.             'kernel.bundles_metadata' => [
  2448.                 'FrameworkBundle' => [
  2449.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'framework-bundle'),
  2450.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2451.                 ],
  2452.                 'DoctrineBundle' => [
  2453.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'doctrine'.\DIRECTORY_SEPARATOR.'doctrine-bundle'),
  2454.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2455.                 ],
  2456.                 'MonologBundle' => [
  2457.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'monolog-bundle'),
  2458.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2459.                 ],
  2460.                 'TwigBundle' => [
  2461.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'twig-bundle'),
  2462.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2463.                 ],
  2464.                 'TwigExtraBundle' => [
  2465.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'extra-bundle'),
  2466.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2467.                 ],
  2468.                 'SecurityBundle' => [
  2469.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'security-bundle'),
  2470.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2471.                 ],
  2472.                 'WebProfilerBundle' => [
  2473.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'web-profiler-bundle'),
  2474.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2475.                 ],
  2476.                 'ProjectBizJsSelect2Bundle' => [
  2477.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'js-select2-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2478.                     'namespace' => 'ProjectBiz\\JsSelect2Bundle',
  2479.                 ],
  2480.                 'ProjectBizDatabaseBundle' => [
  2481.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2482.                     'namespace' => 'ProjectBiz\\DatabaseBundle',
  2483.                 ],
  2484.                 'ProjectBizPortalBundle' => [
  2485.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'portal-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2486.                     'namespace' => 'ProjectBiz\\PortalBundle',
  2487.                 ],
  2488.                 'ProjectBizUserBundle' => [
  2489.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'user-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2490.                     'namespace' => 'ProjectBiz\\UserBundle',
  2491.                 ],
  2492.                 'ProjectBizMenuBundle' => [
  2493.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'menu-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2494.                     'namespace' => 'ProjectBiz\\MenuBundle',
  2495.                 ],
  2496.                 'SwiftmailerBundle' => [
  2497.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'swiftmailer-bundle'),
  2498.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2499.                 ],
  2500.                 'ProjectBizMailerBundle' => [
  2501.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'mailer-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2502.                     'namespace' => 'ProjectBiz\\MailerBundle',
  2503.                 ],
  2504.                 'WebpackEncoreBundle' => [
  2505.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'symfony'.\DIRECTORY_SEPARATOR.'webpack-encore-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2506.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2507.                 ],
  2508.                 'ProjectBizFormBundle' => [
  2509.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'form-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2510.                     'namespace' => 'ProjectBiz\\FormBundle',
  2511.                 ],
  2512.                 'ProjectBizCitiBizBundle' => [
  2513.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'puli-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2514.                     'namespace' => 'ProjectBiz\\CitiBizBundle',
  2515.                 ],
  2516.                 'ProjectBizWatchDogBundle' => [
  2517.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'watch-dog-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2518.                     'namespace' => 'ProjectBiz\\WatchDogBundle',
  2519.                 ],
  2520.                 'ProjectBizDocumentBundle' => [
  2521.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'document-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2522.                     'namespace' => 'ProjectBiz\\DocumentBundle',
  2523.                 ],
  2524.                 'ProjectBizDebugBundle' => [
  2525.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'debug-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2526.                     'namespace' => 'ProjectBiz\\DebugBundle',
  2527.                 ],
  2528.                 'ProjectBizDatabaseTemplateBundle' => [
  2529.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'database-template-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2530.                     'namespace' => 'ProjectBiz\\DatabaseTemplateBundle',
  2531.                 ],
  2532.                 'ProjectBizImportExportBundle' => [
  2533.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'import-export-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2534.                     'namespace' => 'ProjectBiz\\ImportExportBundle',
  2535.                 ],
  2536.                 'ProjectBizPdfWriterBundle' => [
  2537.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'pdf-writer-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2538.                     'namespace' => 'ProjectBiz\\PdfWriterBundle',
  2539.                 ],
  2540.                 'ProjectBizScheduleBundle' => [
  2541.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'project-biz'.\DIRECTORY_SEPARATOR.'schedule-bundle'.\DIRECTORY_SEPARATOR.'src'),
  2542.                     'namespace' => 'ProjectBiz\\ScheduleBundle',
  2543.                 ],
  2544.                 'MopaBootstrapBundle' => [
  2545.                     'path' => (\dirname(__DIR__4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'mopa'.\DIRECTORY_SEPARATOR.'bootstrap-bundle'),
  2546.                     'namespace' => 'Mopa\\Bundle\\BootstrapBundle',
  2547.                 ],
  2548.             ],
  2549.             'kernel.charset' => 'UTF-8',
  2550.             'kernel.container_class' => 'ProjectBiz_KernelDevDebugContainer',
  2551.             'citibiz.slug' => 'currenta-portal',
  2552.             'bin_path.jsx' => (\dirname(__DIR__4).'/node_modules/react-tools/bin/jsx'),
  2553.             'citibiz.version' => 1,
  2554.             'projectbiz.user.user_entity_class' => 'ProjectBiz\\UserBundle\\Entity\\User',
  2555.             'citibiz.upload_dir' => 'uploads',
  2556.             'projectbiz.user.admin_email' => 'bos@project-biz.de',
  2557.             'citibiz.portal' => 'Currenta Portal',
  2558.             'citibiz.navTitle' => 'TESTPORTAL',
  2559.             'citibiz.navBg' => '#FFFFF',
  2560.             'citibiz.datetime_format' => 'd.m.Y H:i',
  2561.             'citibiz.date_format' => 'd.m.Y',
  2562.             'projectbiz.print_colors' => true,
  2563.             'projectbiz.portal.max_view_columns' => 30,
  2564.             'projectbiz.portal.filter_blacklist' => 'sdx',
  2565.             'projectbiz.portal.header_columns' => 1,
  2566.             'projectbiz.portal.force_https_in_mails' => false,
  2567.             'citibiz.table_prefix' => 'Tab_',
  2568.             'citibiz.use_registration' => true,
  2569.             'projectbiz.user.validation_regex' => '/(^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z]).{8,32}$)?(^(?=.*\\d)(?=.*[a-z])(?=.*[@#$%^&+=]).{8,32}$)?(^(?=.*\\d)(?=.*[A-Z])(?=.*[@#$%^&+=]).{8,32}$)?(^(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%^&+=]).{8,32}$)/',
  2570.             'projectbiz.show_deleted_records_for_admins' => true,
  2571.             'function.cm_header' => true,
  2572.             'locale' => 'de',
  2573.             'citibiz.rights_after_registration' => 4096,
  2574.             'citibiz.login_after_registration' => true,
  2575.             'citibiz.max_validation_age' => 86400,
  2576.             'citibiz.max_recover_password_age' => 86400,
  2577.             'citibiz.email_sender' => 'noreply@city-biz.de',
  2578.             'citibiz.email_recover_password_subject' => 'Zurücksetzen Ihres Passworts',
  2579.             'citibiz.email_registration_subject' => 'Validierung ihrer Registrierung',
  2580.             'citibiz.access_control_default' => 'deny',
  2581.             'projectbiz.portal.items_per_page' => 100,
  2582.             'citibiz.max_idle_time' => 1800,
  2583.             'citibiz.guest_rights' => '2147483648',
  2584.             'citibiz.allow_guest' => true,
  2585.             'citibiz.token_factory.class' => 'ProjectBiz\\PortalBundle\\Service\\TokenFactory',
  2586.             'projectbiz.user.allowed_login_attempts' => 10,
  2587.             'citibiz.collapse_spm_mask' => '1280',
  2588.             'projectbiz.pdf_writer.java_bin' => '/usr/lib/jvm/java-11-openjdk-amd64/bin/java',
  2589.             'event_dispatcher.event_aliases' => [
  2590.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2591.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2592.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2593.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2594.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2595.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2596.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2597.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2598.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2599.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2600.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2601.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2602.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2603.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2604.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2605.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2606.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2607.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2608.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2609.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2610.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2611.             ],
  2612.             'fragment.renderer.hinclude.global_template' => NULL,
  2613.             'fragment.path' => '/_fragment',
  2614.             'kernel.http_method_override' => false,
  2615.             'kernel.trusted_hosts' => [
  2616.             ],
  2617.             'kernel.default_locale' => 'en',
  2618.             'kernel.enabled_locales' => [
  2619.             ],
  2620.             'kernel.error_controller' => 'error_controller',
  2621.             'debug.file_link_format' => NULL,
  2622.             'asset.request_context.base_path' => NULL,
  2623.             'asset.request_context.secure' => NULL,
  2624.             'translator.logging' => false,
  2625.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2626.             'debug.error_handler.throw_at' => -1,
  2627.             'router.request_context.host' => 'localhost',
  2628.             'router.request_context.scheme' => 'http',
  2629.             'router.request_context.base_url' => '',
  2630.             'router.resource' => 'kernel::loadRoutes',
  2631.             'request_listener.http_port' => 80,
  2632.             'request_listener.https_port' => 443,
  2633.             'session.metadata.storage_key' => '_sf2_meta',
  2634.             'session.storage.options' => [
  2635.                 'cache_limiter' => '0',
  2636.                 'cookie_secure' => 'auto',
  2637.                 'cookie_httponly' => true,
  2638.                 'cookie_samesite' => 'lax',
  2639.                 'gc_probability' => 1,
  2640.             ],
  2641.             'session.save_path' => NULL,
  2642.             'session.metadata.update_threshold' => 0,
  2643.             'form.type_extension.csrf.enabled' => true,
  2644.             'form.type_extension.csrf.field_name' => '_token',
  2645.             'validator.translation_domain' => 'validators',
  2646.             'profiler_listener.only_exceptions' => false,
  2647.             'profiler_listener.only_main_requests' => false,
  2648.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2649.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2650.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2651.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2652.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2653.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2654.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2655.             'doctrine.entity_managers' => [
  2656.                 'default' => 'doctrine.orm.default_entity_manager',
  2657.             ],
  2658.             'doctrine.default_entity_manager' => 'default',
  2659.             'doctrine.dbal.connection_factory.types' => [
  2660.                 'text' => [
  2661.                     'class' => 'ProjectBiz\\DatabaseBundle\\Type\\TextType',
  2662.                 ],
  2663.             ],
  2664.             'doctrine.connections' => [
  2665.                 'default' => 'doctrine.dbal.default_connection',
  2666.             ],
  2667.             'doctrine.default_connection' => 'default',
  2668.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2669.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2670.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2671.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2672.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2673.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2674.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2675.             'doctrine.orm.cache.memcache_port' => 11211,
  2676.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2677.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2678.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2679.             'doctrine.orm.cache.memcached_port' => 11211,
  2680.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2681.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2682.             'doctrine.orm.cache.redis_host' => 'localhost',
  2683.             'doctrine.orm.cache.redis_port' => 6379,
  2684.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2685.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2686.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2687.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2688.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2689.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2690.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2691.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2692.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2693.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2694.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2695.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2696.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2697.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2698.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2699.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2700.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2701.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2702.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2703.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2704.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2705.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2706.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2707.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2708.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2709.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2710.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2711.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2712.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2713.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2714.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2715.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2716.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2717.             'monolog.use_microseconds' => true,
  2718.             'monolog.swift_mailer.handlers' => [
  2719.             ],
  2720.             'monolog.handlers_to_channels' => [
  2721.                 'monolog.handler.console' => [
  2722.                     'type' => 'exclusive',
  2723.                     'elements' => [
  2724.                         => 'event',
  2725.                         => 'doctrine',
  2726.                         => 'console',
  2727.                     ],
  2728.                 ],
  2729.                 'monolog.handler.main' => [
  2730.                     'type' => 'exclusive',
  2731.                     'elements' => [
  2732.                         => 'event',
  2733.                     ],
  2734.                 ],
  2735.             ],
  2736.             'twig.form.resources' => [
  2737.                 => 'form_div_layout.html.twig',
  2738.                 => '@MopaBootstrap/Form/fields.html.twig',
  2739.                 => '@ProjectBizPortal/Form/fields.html.twig',
  2740.             ],
  2741.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2742.             'security.role_hierarchy.roles' => [
  2743.             ],
  2744.             'security.access.denied_url' => NULL,
  2745.             'security.authentication.manager.erase_credentials' => true,
  2746.             'security.authentication.session_strategy.strategy' => 'migrate',
  2747.             'security.access.always_authenticate_before_granting' => false,
  2748.             'security.authentication.hide_user_not_found' => true,
  2749.             'security.firewalls' => [
  2750.                 => 'dev',
  2751.                 => 'login',
  2752.                 => 'main',
  2753.             ],
  2754.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2755.             'web_profiler.debug_toolbar.mode' => 2,
  2756.             'citibiz.git_bin' => '/usr/local/bin/git',
  2757.             'citibiz.compliance' => true,
  2758.             'citibiz.require_cookie_acceptance_at_login' => false,
  2759.             'citibiz.console_error.send_email' => true,
  2760.             'citibiz.console_command.log' => true,
  2761.             'citibiz.active_after_registration' => true,
  2762.             'citibiz.registration_use_realname' => true,
  2763.             'citibiz.restrict_email_domains_on_registration' => false,
  2764.             'projectbiz.portal.default_listing_template' => '@ProjectBizPortal/Listing/index.html.twig',
  2765.             'projectbiz.dsgvo.use_encryption' => true,
  2766.             'projectbiz.dsgvo.default_storage_period' => 120,
  2767.             'projectbiz.admin_action_password' => 'Smoke&pbf',
  2768.             'projectbiz.antivirus.path' => NULL,
  2769.             'projectbiz.user.log_login' => false,
  2770.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2771.             'swiftmailer.mailer.default.spool.enabled' => true,
  2772.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2773.             'swiftmailer.mailer.default.single_address' => NULL,
  2774.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2775.             'swiftmailer.spool.enabled' => true,
  2776.             'swiftmailer.delivery.enabled' => true,
  2777.             'swiftmailer.single_address' => NULL,
  2778.             'swiftmailer.mailers' => [
  2779.                 'default' => 'swiftmailer.mailer.default',
  2780.             ],
  2781.             'swiftmailer.default_mailer' => 'default',
  2782.             'mopa_bootstrap.bootstrap.install_path' => 'Resources/public/bootstrap',
  2783.             'mopa_bootstrap.twig.extension.form.class' => 'Mopa\\Bundle\\BootstrapBundle\\Twig\\FormExtension',
  2784.             'mopa_bootstrap.twig.extension.icon.class' => 'Mopa\\Bundle\\BootstrapBundle\\Twig\\IconExtension',
  2785.             'mopa_bootstrap.twig.extension.flash.class' => 'Mopa\\Bundle\\BootstrapBundle\\Twig\\FlashExtension',
  2786.             'mopa_bootstrap.form.show_legend' => false,
  2787.             'mopa_bootstrap.form.show_child_legend' => false,
  2788.             'mopa_bootstrap.form.error_type' => 'block',
  2789.             'mopa_bootstrap.form.templating' => '@MopaBootstrap/Form/fields.html.twig',
  2790.             'mopa_bootstrap.form.layout' => 'horizontal',
  2791.             'mopa_bootstrap.form.horizontal_label_class' => 'col-sm-3',
  2792.             'mopa_bootstrap.form.horizontal_label_div_class' => NULL,
  2793.             'mopa_bootstrap.form.horizontal_label_offset_class' => 'col-sm-offset-3',
  2794.             'mopa_bootstrap.form.horizontal_input_wrapper_class' => 'col-sm-9',
  2795.             'mopa_bootstrap.form.date_wrapper_class.year' => 'col-xs-4',
  2796.             'mopa_bootstrap.form.date_wrapper_class.month' => 'col-xs-4',
  2797.             'mopa_bootstrap.form.date_wrapper_class.day' => 'col-xs-4',
  2798.             'mopa_bootstrap.form.render_fieldset' => true,
  2799.             'mopa_bootstrap.form.render_collection_item' => true,
  2800.             'mopa_bootstrap.form.legend_tag' => 'legend',
  2801.             'mopa_bootstrap.form.checkbox_label' => 'both',
  2802.             'mopa_bootstrap.form.render_optional_text' => true,
  2803.             'mopa_bootstrap.form.render_required_asterisk' => false,
  2804.             'mopa_bootstrap.form.tabs.class' => 'nav nav-tabs',
  2805.             'mopa_bootstrap.form.help_widget.popover' => [
  2806.                 'title' => NULL,
  2807.                 'content' => NULL,
  2808.                 'trigger' => 'hover',
  2809.                 'toggle' => 'popover',
  2810.                 'placement' => 'right',
  2811.                 'selector' => NULL,
  2812.             ],
  2813.             'mopa_bootstrap.form.help_label.tooltip' => [
  2814.                 'title' => NULL,
  2815.                 'text' => NULL,
  2816.                 'icon' => 'info-sign',
  2817.                 'placement' => 'top',
  2818.             ],
  2819.             'mopa_bootstrap.form.help_label.popover' => [
  2820.                 'title' => NULL,
  2821.                 'content' => NULL,
  2822.                 'text' => NULL,
  2823.                 'icon' => 'info-sign',
  2824.                 'placement' => 'top',
  2825.             ],
  2826.             'mopa_bootstrap.form.help_block.tooltip' => [
  2827.                 'title' => NULL,
  2828.                 'text' => NULL,
  2829.                 'icon' => 'info-sign',
  2830.                 'placement' => 'top',
  2831.             ],
  2832.             'mopa_bootstrap.form.help_block.popover' => [
  2833.                 'title' => NULL,
  2834.                 'content' => NULL,
  2835.                 'text' => NULL,
  2836.                 'icon' => 'info-sign',
  2837.                 'placement' => 'top',
  2838.             ],
  2839.             'mopa_bootstrap.form.collection.widget_remove_btn' => [
  2840.                 'attr' => [
  2841.                     'class' => 'btn btn-default',
  2842.                 ],
  2843.                 'wrapper_div' => [
  2844.                     'class' => 'form-group',
  2845.                 ],
  2846.                 'horizontal_wrapper_div' => [
  2847.                     'class' => 'col-sm-3 col-sm-offset-3',
  2848.                 ],
  2849.                 'label' => 'remove_item',
  2850.                 'translation_domain' => NULL,
  2851.                 'icon' => NULL,
  2852.                 'icon_inverted' => false,
  2853.             ],
  2854.             'mopa_bootstrap.form.collection.widget_add_btn' => [
  2855.                 'attr' => [
  2856.                     'class' => 'btn btn-default',
  2857.                 ],
  2858.                 'label' => 'add_item',
  2859.                 'translation_domain' => NULL,
  2860.                 'icon' => NULL,
  2861.                 'icon_inverted' => false,
  2862.             ],
  2863.             'mopa_bootstrap.icons.icon_set' => 'glyphicons',
  2864.             'mopa_bootstrap.icons.shortcut' => 'icon',
  2865.             'data_collector.templates' => [
  2866.                 'data_collector.request' => [
  2867.                     => 'request',
  2868.                     => '@WebProfiler/Collector/request.html.twig',
  2869.                 ],
  2870.                 'data_collector.time' => [
  2871.                     => 'time',
  2872.                     => '@WebProfiler/Collector/time.html.twig',
  2873.                 ],
  2874.                 'data_collector.memory' => [
  2875.                     => 'memory',
  2876.                     => '@WebProfiler/Collector/memory.html.twig',
  2877.                 ],
  2878.                 'data_collector.validator' => [
  2879.                     => 'validator',
  2880.                     => '@WebProfiler/Collector/validator.html.twig',
  2881.                 ],
  2882.                 'data_collector.ajax' => [
  2883.                     => 'ajax',
  2884.                     => '@WebProfiler/Collector/ajax.html.twig',
  2885.                 ],
  2886.                 'data_collector.form' => [
  2887.                     => 'form',
  2888.                     => '@WebProfiler/Collector/form.html.twig',
  2889.                 ],
  2890.                 'data_collector.exception' => [
  2891.                     => 'exception',
  2892.                     => '@WebProfiler/Collector/exception.html.twig',
  2893.                 ],
  2894.                 'data_collector.logger' => [
  2895.                     => 'logger',
  2896.                     => '@WebProfiler/Collector/logger.html.twig',
  2897.                 ],
  2898.                 'data_collector.events' => [
  2899.                     => 'events',
  2900.                     => '@WebProfiler/Collector/events.html.twig',
  2901.                 ],
  2902.                 'data_collector.router' => [
  2903.                     => 'router',
  2904.                     => '@WebProfiler/Collector/router.html.twig',
  2905.                 ],
  2906.                 'data_collector.cache' => [
  2907.                     => 'cache',
  2908.                     => '@WebProfiler/Collector/cache.html.twig',
  2909.                 ],
  2910.                 'data_collector.translation' => [
  2911.                     => 'translation',
  2912.                     => '@WebProfiler/Collector/translation.html.twig',
  2913.                 ],
  2914.                 'data_collector.security' => [
  2915.                     => 'security',
  2916.                     => '@Security/Collector/security.html.twig',
  2917.                 ],
  2918.                 'data_collector.twig' => [
  2919.                     => 'twig',
  2920.                     => '@WebProfiler/Collector/twig.html.twig',
  2921.                 ],
  2922.                 'data_collector.http_client' => [
  2923.                     => 'http_client',
  2924.                     => '@WebProfiler/Collector/http_client.html.twig',
  2925.                 ],
  2926.                 'data_collector.doctrine' => [
  2927.                     => 'db',
  2928.                     => '@Doctrine/Collector/db.html.twig',
  2929.                 ],
  2930.                 'swiftmailer.data_collector' => [
  2931.                     => 'swiftmailer',
  2932.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2933.                 ],
  2934.                 'miscellaneous_collector' => [
  2935.                     => 'projectbiz.miscellaneous_collector',
  2936.                     => 'bundles/ProjectBizDebugBundle/DataCollector/MiscellaneousCollector.html.twig',
  2937.                 ],
  2938.                 'data_collector.config' => [
  2939.                     => 'config',
  2940.                     => '@WebProfiler/Collector/config.html.twig',
  2941.                 ],
  2942.             ],
  2943.             'console.command.ids' => [
  2944.                 => 'ProjectBiz\\WatchDogBundle\\Command\\WatchDogBuildCommand',
  2945.                 => 'ProjectBiz\\WatchDogBundle\\Command\\WatchDogBuildOnRequestCommand',
  2946.             ],
  2947.         ];
  2948.     }
  2949.     protected function throw($message)
  2950.     {
  2951.         throw new RuntimeException($message);
  2952.     }
  2953. }