var\cache\dev\ContainerUD7odZK\ProjectBiz_KernelDevDebugContainer.php line 1139

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