var/cache/dev/ContainerLmijext/appDevDebugProjectContainer.php line 1176

Open in your IDE?
  1. <?php
  2. namespace ContainerLmijext;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class appDevDebugProjectContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  23.     {
  24.         $dir $this->targetDirs[0] = \dirname($containerDir);
  25.         for ($i 1$i <= 5; ++$i) {
  26.             $this->targetDirs[$i] = $dir = \dirname($dir);
  27.         }
  28.         $this->buildParameters $buildParameters;
  29.         $this->containerDir $containerDir;
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services = [];
  32.         $this->normalizedIds = [
  33.             'guzzlehttp\\clientinterface' => 'GuzzleHttp\\ClientInterface',
  34.             'knp\\component\\pager\\paginatorinterface' => 'Knp\\Component\\Pager\\PaginatorInterface',
  35.             'symfony\\bundle\\frameworkbundle\\controller\\redirectcontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController',
  36.             'symfony\\bundle\\frameworkbundle\\controller\\templatecontroller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController',
  37.             'symfonydev\\appbundle\\datafixtures\\init\\rolefixtures' => 'SymfonyDev\\AppBundle\\DataFixtures\\Init\\RoleFixtures',
  38.             'symfonydev\\appbundle\\datafixtures\\init\\userfixtures' => 'SymfonyDev\\AppBundle\\DataFixtures\\Init\\UserFixtures',
  39.             'symfonydev\\appbundle\\services\\apputil' => 'SymfonyDev\\AppBundle\\Services\\AppUtil',
  40.             'symfonydev\\appbundle\\services\\auspost\\auspost' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Auspost',
  41.             'symfonydev\\appbundle\\services\\auspost\\auspostclient' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostClient',
  42.             'symfonydev\\appbundle\\services\\auspost\\auspostmanager' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostManager',
  43.             'symfonydev\\appbundle\\services\\auspost\\dto\\addressdto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\AddressDto',
  44.             'symfonydev\\appbundle\\services\\auspost\\dto\\auspostresponsedto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\AuspostResponseDto',
  45.             'symfonydev\\appbundle\\services\\auspost\\dto\\dimensiondto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\DimensionDto',
  46.             'symfonydev\\appbundle\\services\\auspost\\dto\\labeltypedto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\LabelTypeDto',
  47.             'symfonydev\\appbundle\\services\\auspost\\dto\\parceldto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\ParcelDto',
  48.             'symfonydev\\appbundle\\services\\auspost\\dto\\shipmentdto' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\ShipmentDto',
  49.             'symfonydev\\appbundle\\services\\auspost\\factory\\ordershipmentfactory' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Factory\\OrderShipmentFactory',
  50.             'symfonydev\\appbundle\\services\\auspost\\interfaces\\countrymapperinterface' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\CountryMapperInterface',
  51.             'symfonydev\\appbundle\\services\\auspost\\interfaces\\ordershipmentfactoryinterface' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\OrderShipmentFactoryInterface',
  52.             'symfonydev\\appbundle\\services\\auspost\\mapper\\countrymapper' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Mapper\\CountryMapper',
  53.             'symfonydev\\appbundle\\services\\auspost\\shipment' => 'SymfonyDev\\AppBundle\\Services\\Auspost\\Shipment',
  54.             'symfonydev\\appbundle\\services\\order\\validation\\addressvalidator' => 'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\AddressValidator',
  55.             'symfonydev\\appbundle\\services\\order\\validation\\interfaces\\addressvalidatorinterface' => 'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\Interfaces\\AddressValidatorInterface',
  56.             'symfonydev\\appbundle\\services\\patient\\constraint\\isaustraliapostcode' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsAustraliaPostcode',
  57.             'symfonydev\\appbundle\\services\\patient\\constraint\\isaustraliastate' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsAustraliaState',
  58.             'symfonydev\\appbundle\\services\\patient\\constraint\\iscanadaanduspostcode' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsCanadaAndUSPostcode',
  59.             'symfonydev\\appbundle\\services\\patient\\constraint\\iscanadaandusstate' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsCanadaAndUSState',
  60.             'symfonydev\\appbundle\\services\\patient\\constraint\\isnewzealandpostcode' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsNewZealandPostcode',
  61.             'symfonydev\\appbundle\\services\\patient\\constraint\\isnewzealandstate' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsNewZealandState',
  62.             'symfonydev\\appbundle\\services\\patient\\constraint\\isukpostcode' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsUKPostcode',
  63.             'symfonydev\\appbundle\\services\\patient\\interfaces\\patientcompanynameresolverinterface' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Interfaces\\PatientCompanyNameResolverInterface',
  64.             'symfonydev\\appbundle\\services\\patient\\resolver\\patientcompanynameresolver' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Resolver\\PatientCompanyNameResolver',
  65.             'symfonydev\\appbundle\\services\\patient\\validator\\isaustraliapostcodevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsAustraliaPostcodeValidator',
  66.             'symfonydev\\appbundle\\services\\patient\\validator\\isaustraliastatevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsAustraliaStateValidator',
  67.             'symfonydev\\appbundle\\services\\patient\\validator\\iscanadaanduspostcodevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsCanadaAndUSPostcodeValidator',
  68.             'symfonydev\\appbundle\\services\\patient\\validator\\iscanadaandusstatevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsCanadaAndUSStateValidator',
  69.             'symfonydev\\appbundle\\services\\patient\\validator\\isnewzealandpostcodevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsNewZealandPostcodeValidator',
  70.             'symfonydev\\appbundle\\services\\patient\\validator\\isnewzealandstatevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsNewZealandStateValidator',
  71.             'symfonydev\\appbundle\\services\\patient\\validator\\isukpostcodevalidator' => 'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsUKPostcodeValidator',
  72.         ];
  73.         $this->syntheticIds = [
  74.             'kernel' => true,
  75.         ];
  76.         $this->methodMap = [
  77.             'annotation_reader' => 'getAnnotationReaderService',
  78.             'annotations.reader' => 'getAnnotations_ReaderService',
  79.             'argument_metadata_factory' => 'getArgumentMetadataFactoryService',
  80.             'assetic.asset_factory' => 'getAssetic_AssetFactoryService',
  81.             'assetic.request_listener' => 'getAssetic_RequestListenerService',
  82.             'assets.context' => 'getAssets_ContextService',
  83.             'assets.packages' => 'getAssets_PackagesService',
  84.             'cache.annotations' => 'getCache_AnnotationsService',
  85.             'cache.app' => 'getCache_AppService',
  86.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  87.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  88.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  89.             'cache.serializer' => 'getCache_SerializerService',
  90.             'cache.system' => 'getCache_SystemService',
  91.             'cache.validator' => 'getCache_ValidatorService',
  92.             'config_cache_factory' => 'getConfigCacheFactoryService',
  93.             'controller_name_converter' => 'getControllerNameConverterService',
  94.             'data_collector.dump' => 'getDataCollector_DumpService',
  95.             'data_collector.form' => 'getDataCollector_FormService',
  96.             'data_collector.form.extractor' => 'getDataCollector_Form_ExtractorService',
  97.             'data_collector.request' => 'getDataCollector_RequestService',
  98.             'data_collector.router' => 'getDataCollector_RouterService',
  99.             'debug.argument_resolver' => 'getDebug_ArgumentResolverService',
  100.             'debug.controller_resolver' => 'getDebug_ControllerResolverService',
  101.             'debug.debug_handlers_listener' => 'getDebug_DebugHandlersListenerService',
  102.             'debug.event_dispatcher' => 'getDebug_EventDispatcherService',
  103.             'debug.file_link_formatter' => 'getDebug_FileLinkFormatterService',
  104.             'debug.log_processor' => 'getDebug_LogProcessorService',
  105.             'debug.security.access.decision_manager' => 'getDebug_Security_Access_DecisionManagerService',
  106.             'debug.stopwatch' => 'getDebug_StopwatchService',
  107.             'doctrine' => 'getDoctrineService',
  108.             'doctrine.dbal.connection_factory' => 'getDoctrine_Dbal_ConnectionFactoryService',
  109.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  110.             'doctrine.dbal.logger.profiling.default' => 'getDoctrine_Dbal_Logger_Profiling_DefaultService',
  111.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService',
  112.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService',
  113.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => 'getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService',
  114.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  115.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  116.             'doctrine.orm.default_listeners.attach_entity_listeners' => 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService',
  117.             'doctrine.orm.default_manager_configurator' => 'getDoctrine_Orm_DefaultManagerConfiguratorService',
  118.             'doctrine.orm.validator_initializer' => 'getDoctrine_Orm_ValidatorInitializerService',
  119.             'file_locator' => 'getFileLocatorService',
  120.             'fragment.listener' => 'getFragment_ListenerService',
  121.             'framework_extra_bundle.argument_name_convertor' => 'getFrameworkExtraBundle_ArgumentNameConvertorService',
  122.             'framework_extra_bundle.event.is_granted' => 'getFrameworkExtraBundle_Event_IsGrantedService',
  123.             'http_kernel' => 'getHttpKernelService',
  124.             'knp_paginator.helper.processor' => 'getKnpPaginator_Helper_ProcessorService',
  125.             'knp_paginator.subscriber.sliding_pagination' => 'getKnpPaginator_Subscriber_SlidingPaginationService',
  126.             'knp_paginator.twig.extension.pagination' => 'getKnpPaginator_Twig_Extension_PaginationService',
  127.             'locale_listener' => 'getLocaleListenerService',
  128.             'logger' => 'getLoggerService',
  129.             'monolog.handler.console' => 'getMonolog_Handler_ConsoleService',
  130.             'monolog.handler.main' => 'getMonolog_Handler_MainService',
  131.             'monolog.handler.server_log' => 'getMonolog_Handler_ServerLogService',
  132.             'monolog.logger.cache' => 'getMonolog_Logger_CacheService',
  133.             'monolog.logger.doctrine' => 'getMonolog_Logger_DoctrineService',
  134.             'monolog.logger.event' => 'getMonolog_Logger_EventService',
  135.             'monolog.logger.php' => 'getMonolog_Logger_PhpService',
  136.             'monolog.logger.profiler' => 'getMonolog_Logger_ProfilerService',
  137.             'monolog.logger.request' => 'getMonolog_Logger_RequestService',
  138.             'profiler' => 'getProfilerService',
  139.             'profiler_listener' => 'getProfilerListenerService',
  140.             'request_stack' => 'getRequestStackService',
  141.             'resolve_controller_name_subscriber' => 'getResolveControllerNameSubscriberService',
  142.             'response_listener' => 'getResponseListenerService',
  143.             'router' => 'getRouterService',
  144.             'router.request_context' => 'getRouter_RequestContextService',
  145.             'router_listener' => 'getRouterListenerService',
  146.             'security.authentication.manager' => 'getSecurity_Authentication_ManagerService',
  147.             'security.authentication.trust_resolver' => 'getSecurity_Authentication_TrustResolverService',
  148.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  149.             'security.firewall' => 'getSecurity_FirewallService',
  150.             'security.firewall.map' => 'getSecurity_Firewall_MapService',
  151.             'security.logout_url_generator' => 'getSecurity_LogoutUrlGeneratorService',
  152.             'security.rememberme.response_listener' => 'getSecurity_Rememberme_ResponseListenerService',
  153.             'security.role_hierarchy' => 'getSecurity_RoleHierarchyService',
  154.             'security.token_storage' => 'getSecurity_TokenStorageService',
  155.             'sensio_framework_extra.cache.listener' => 'getSensioFrameworkExtra_Cache_ListenerService',
  156.             'sensio_framework_extra.controller.listener' => 'getSensioFrameworkExtra_Controller_ListenerService',
  157.             'sensio_framework_extra.converter.listener' => 'getSensioFrameworkExtra_Converter_ListenerService',
  158.             'sensio_framework_extra.converter.manager' => 'getSensioFrameworkExtra_Converter_ManagerService',
  159.             'sensio_framework_extra.security.listener' => 'getSensioFrameworkExtra_Security_ListenerService',
  160.             'sensio_framework_extra.view.listener' => 'getSensioFrameworkExtra_View_ListenerService',
  161.             'service_locator.sr6ctxe' => 'getServiceLocator_Sr6ctxeService',
  162.             'session.save_listener' => 'getSession_SaveListenerService',
  163.             'session_listener' => 'getSessionListenerService',
  164.             'snx_request_listener' => 'getSnxRequestListenerService',
  165.             'streamed_response_listener' => 'getStreamedResponseListenerService',
  166.             'templating.locator' => 'getTemplating_LocatorService',
  167.             'templating.name_parser' => 'getTemplating_NameParserService',
  168.             'translator' => 'getTranslatorService',
  169.             'twig' => 'getTwigService',
  170.             'twig.loader' => 'getTwig_LoaderService',
  171.             'twig.profile' => 'getTwig_ProfileService',
  172.             'uri_signer' => 'getUriSignerService',
  173.             'validate_request_listener' => 'getValidateRequestListenerService',
  174.             'validator' => 'getValidatorService',
  175.             'validator.builder' => 'getValidator_BuilderService',
  176.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  177.             'web_profiler.csp.handler' => 'getWebProfiler_Csp_HandlerService',
  178.             'web_profiler.debug_toolbar' => 'getWebProfiler_DebugToolbarService',
  179.         ];
  180.         $this->fileMap = [
  181.             'GuzzleHttp\\ClientInterface' => 'getClientInterfaceService.php',
  182.             'SymfonyDev\\AppBundle\\DataFixtures\\Init\\RoleFixtures' => 'getRoleFixturesService.php',
  183.             'SymfonyDev\\AppBundle\\DataFixtures\\Init\\UserFixtures' => 'getUserFixturesService.php',
  184.             'SymfonyDev\\AppBundle\\Services\\AppUtil' => 'getAppUtilService.php',
  185.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Auspost' => 'getAuspostService.php',
  186.             'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostClient' => 'getAuspostClientService.php',
  187.             'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostManager' => 'getAuspostManagerService.php',
  188.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\AddressDto' => 'getAddressDtoService.php',
  189.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\AuspostResponseDto' => 'getAuspostResponseDtoService.php',
  190.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\DimensionDto' => 'getDimensionDtoService.php',
  191.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\LabelTypeDto' => 'getLabelTypeDtoService.php',
  192.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\ParcelDto' => 'getParcelDtoService.php',
  193.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Dto\\ShipmentDto' => 'getShipmentDtoService.php',
  194.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Factory\\OrderShipmentFactory' => 'getOrderShipmentFactoryService.php',
  195.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\CountryMapperInterface' => 'getCountryMapperInterfaceService.php',
  196.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\OrderShipmentFactoryInterface' => 'getOrderShipmentFactoryInterfaceService.php',
  197.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Mapper\\CountryMapper' => 'getCountryMapperService.php',
  198.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Shipment' => 'getShipmentService.php',
  199.             'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\AddressValidator' => 'getAddressValidatorService.php',
  200.             'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\Interfaces\\AddressValidatorInterface' => 'getAddressValidatorInterfaceService.php',
  201.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsAustraliaPostcode' => 'getIsAustraliaPostcodeService.php',
  202.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsAustraliaState' => 'getIsAustraliaStateService.php',
  203.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsCanadaAndUSPostcode' => 'getIsCanadaAndUSPostcodeService.php',
  204.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsCanadaAndUSState' => 'getIsCanadaAndUSStateService.php',
  205.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsNewZealandPostcode' => 'getIsNewZealandPostcodeService.php',
  206.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsNewZealandState' => 'getIsNewZealandStateService.php',
  207.             'SymfonyDev\\AppBundle\\Services\\Patient\\Constraint\\IsUKPostcode' => 'getIsUKPostcodeService.php',
  208.             'SymfonyDev\\AppBundle\\Services\\Patient\\Interfaces\\PatientCompanyNameResolverInterface' => 'getPatientCompanyNameResolverInterfaceService.php',
  209.             'SymfonyDev\\AppBundle\\Services\\Patient\\Resolver\\PatientCompanyNameResolver' => 'getPatientCompanyNameResolverService.php',
  210.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsAustraliaPostcodeValidator' => 'getIsAustraliaPostcodeValidatorService.php',
  211.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsAustraliaStateValidator' => 'getIsAustraliaStateValidatorService.php',
  212.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsCanadaAndUSPostcodeValidator' => 'getIsCanadaAndUSPostcodeValidatorService.php',
  213.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsCanadaAndUSStateValidator' => 'getIsCanadaAndUSStateValidatorService.php',
  214.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsNewZealandPostcodeValidator' => 'getIsNewZealandPostcodeValidatorService.php',
  215.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsNewZealandStateValidator' => 'getIsNewZealandStateValidatorService.php',
  216.             'SymfonyDev\\AppBundle\\Services\\Patient\\Validator\\IsUKPostcodeValidator' => 'getIsUKPostcodeValidatorService.php',
  217.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  218.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  219.             'annotations.cache' => 'getAnnotations_CacheService.php',
  220.             'annotations.cache_warmer' => 'getAnnotations_CacheWarmerService.php',
  221.             'ap_manager' => 'getApManagerService.php',
  222.             'argument_resolver.default' => 'getArgumentResolver_DefaultService.php',
  223.             'argument_resolver.request' => 'getArgumentResolver_RequestService.php',
  224.             'argument_resolver.request_attribute' => 'getArgumentResolver_RequestAttributeService.php',
  225.             'argument_resolver.service' => 'getArgumentResolver_ServiceService.php',
  226.             'argument_resolver.session' => 'getArgumentResolver_SessionService.php',
  227.             'argument_resolver.variadic' => 'getArgumentResolver_VariadicService.php',
  228.             'assetic.asset_manager' => 'getAssetic_AssetManagerService.php',
  229.             'assetic.asset_manager_cache_warmer' => 'getAssetic_AssetManagerCacheWarmerService.php',
  230.             'assetic.controller' => 'getAssetic_ControllerService.php',
  231.             'assetic.filter.cssrewrite' => 'getAssetic_Filter_CssrewriteService.php',
  232.             'assetic.filter_manager' => 'getAssetic_FilterManagerService.php',
  233.             'authentication_success_handler' => 'getAuthenticationSuccessHandlerService.php',
  234.             'base_entity_manager' => 'getBaseEntityManagerService.php',
  235.             'base_manager' => 'getBaseManagerService.php',
  236.             'cache.default_clearer' => 'getCache_DefaultClearerService.php',
  237.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  238.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  239.             'cache_clearer' => 'getCacheClearerService.php',
  240.             'cache_warmer' => 'getCacheWarmerService.php',
  241.             'conditioning_price_manager' => 'getConditioningPriceManagerService.php',
  242.             'config.resource.self_checking_resource_checker' => 'getConfig_Resource_SelfCheckingResourceCheckerService.php',
  243.             'console.command.about' => 'getConsole_Command_AboutService.php',
  244.             'console.command.assets_install' => 'getConsole_Command_AssetsInstallService.php',
  245.             'console.command.cache_clear' => 'getConsole_Command_CacheClearService.php',
  246.             'console.command.cache_pool_clear' => 'getConsole_Command_CachePoolClearService.php',
  247.             'console.command.cache_pool_prune' => 'getConsole_Command_CachePoolPruneService.php',
  248.             'console.command.cache_warmup' => 'getConsole_Command_CacheWarmupService.php',
  249.             'console.command.config_debug' => 'getConsole_Command_ConfigDebugService.php',
  250.             'console.command.config_dump_reference' => 'getConsole_Command_ConfigDumpReferenceService.php',
  251.             'console.command.container_debug' => 'getConsole_Command_ContainerDebugService.php',
  252.             'console.command.debug_autowiring' => 'getConsole_Command_DebugAutowiringService.php',
  253.             'console.command.event_dispatcher_debug' => 'getConsole_Command_EventDispatcherDebugService.php',
  254.             'console.command.form_debug' => 'getConsole_Command_FormDebugService.php',
  255.             'console.command.router_debug' => 'getConsole_Command_RouterDebugService.php',
  256.             'console.command.router_match' => 'getConsole_Command_RouterMatchService.php',
  257.             'console.command.xliff_lint' => 'getConsole_Command_XliffLintService.php',
  258.             'console.command.yaml_lint' => 'getConsole_Command_YamlLintService.php',
  259.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  260.             'console.error_listener' => 'getConsole_ErrorListenerService.php',
  261.             'country_manager' => 'getCountryManagerService.php',
  262.             'coupon_manager' => 'getCouponManagerService.php',
  263.             'debug.dump_listener' => 'getDebug_DumpListenerService.php',
  264.             'debug.file_link_formatter.url_format' => 'getDebug_FileLinkFormatter_UrlFormatService.php',
  265.             'dependency_injection.config.container_parameters_resource_checker' => 'getDependencyInjection_Config_ContainerParametersResourceCheckerService.php',
  266.             'deprecated.form.registry' => 'getDeprecated_Form_RegistryService.php',
  267.             'deprecated.form.registry.csrf' => 'getDeprecated_Form_Registry_CsrfService.php',
  268.             'doctrine.cache_clear_metadata_command' => 'getDoctrine_CacheClearMetadataCommandService.php',
  269.             'doctrine.cache_clear_query_cache_command' => 'getDoctrine_CacheClearQueryCacheCommandService.php',
  270.             'doctrine.cache_clear_result_command' => 'getDoctrine_CacheClearResultCommandService.php',
  271.             'doctrine.cache_collection_region_command' => 'getDoctrine_CacheCollectionRegionCommandService.php',
  272.             'doctrine.clear_entity_region_command' => 'getDoctrine_ClearEntityRegionCommandService.php',
  273.             'doctrine.clear_query_region_command' => 'getDoctrine_ClearQueryRegionCommandService.php',
  274.             'doctrine.database_create_command' => 'getDoctrine_DatabaseCreateCommandService.php',
  275.             'doctrine.database_drop_command' => 'getDoctrine_DatabaseDropCommandService.php',
  276.             'doctrine.database_import_command' => 'getDoctrine_DatabaseImportCommandService.php',
  277.             'doctrine.ensure_production_settings_command' => 'getDoctrine_EnsureProductionSettingsCommandService.php',
  278.             'doctrine.fixtures_load_command' => 'getDoctrine_FixturesLoadCommandService.php',
  279.             'doctrine.generate_entities_command' => 'getDoctrine_GenerateEntitiesCommandService.php',
  280.             'doctrine.mapping_convert_command' => 'getDoctrine_MappingConvertCommandService.php',
  281.             'doctrine.mapping_import_command' => 'getDoctrine_MappingImportCommandService.php',
  282.             'doctrine.mapping_info_command' => 'getDoctrine_MappingInfoCommandService.php',
  283.             'doctrine.orm.default_entity_manager.property_info_extractor' => 'getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php',
  284.             'doctrine.orm.proxy_cache_warmer' => 'getDoctrine_Orm_ProxyCacheWarmerService.php',
  285.             'doctrine.orm.validator.unique' => 'getDoctrine_Orm_Validator_UniqueService.php',
  286.             'doctrine.query_dql_command' => 'getDoctrine_QueryDqlCommandService.php',
  287.             'doctrine.query_sql_command' => 'getDoctrine_QuerySqlCommandService.php',
  288.             'doctrine.schema_create_command' => 'getDoctrine_SchemaCreateCommandService.php',
  289.             'doctrine.schema_drop_command' => 'getDoctrine_SchemaDropCommandService.php',
  290.             'doctrine.schema_update_command' => 'getDoctrine_SchemaUpdateCommandService.php',
  291.             'doctrine.schema_validate_command' => 'getDoctrine_SchemaValidateCommandService.php',
  292.             'doctrine_cache.contains_command' => 'getDoctrineCache_ContainsCommandService.php',
  293.             'doctrine_cache.delete_command' => 'getDoctrineCache_DeleteCommandService.php',
  294.             'doctrine_cache.flush_command' => 'getDoctrineCache_FlushCommandService.php',
  295.             'doctrine_cache.stats_command' => 'getDoctrineCache_StatsCommandService.php',
  296.             'doctrine_migrations.diff_command' => 'getDoctrineMigrations_DiffCommandService.php',
  297.             'doctrine_migrations.dump_schema_command' => 'getDoctrineMigrations_DumpSchemaCommandService.php',
  298.             'doctrine_migrations.execute_command' => 'getDoctrineMigrations_ExecuteCommandService.php',
  299.             'doctrine_migrations.generate_command' => 'getDoctrineMigrations_GenerateCommandService.php',
  300.             'doctrine_migrations.latest_command' => 'getDoctrineMigrations_LatestCommandService.php',
  301.             'doctrine_migrations.migrate_command' => 'getDoctrineMigrations_MigrateCommandService.php',
  302.             'doctrine_migrations.rollup_command' => 'getDoctrineMigrations_RollupCommandService.php',
  303.             'doctrine_migrations.status_command' => 'getDoctrineMigrations_StatusCommandService.php',
  304.             'doctrine_migrations.up_to_date_command' => 'getDoctrineMigrations_UpToDateCommandService.php',
  305.             'doctrine_migrations.version_command' => 'getDoctrineMigrations_VersionCommandService.php',
  306.             'dosage_manager' => 'getDosageManagerService.php',
  307.             'eway_manager' => 'getEwayManagerService.php',
  308.             'filesystem' => 'getFilesystemService.php',
  309.             'form.factory' => 'getForm_FactoryService.php',
  310.             'form.registry' => 'getForm_RegistryService.php',
  311.             'form.resolved_type_factory' => 'getForm_ResolvedTypeFactoryService.php',
  312.             'form.server_params' => 'getForm_ServerParamsService.php',
  313.             'form.type.birthday' => 'getForm_Type_BirthdayService.php',
  314.             'form.type.button' => 'getForm_Type_ButtonService.php',
  315.             'form.type.checkbox' => 'getForm_Type_CheckboxService.php',
  316.             'form.type.choice' => 'getForm_Type_ChoiceService.php',
  317.             'form.type.collection' => 'getForm_Type_CollectionService.php',
  318.             'form.type.country' => 'getForm_Type_CountryService.php',
  319.             'form.type.currency' => 'getForm_Type_CurrencyService.php',
  320.             'form.type.date' => 'getForm_Type_DateService.php',
  321.             'form.type.datetime' => 'getForm_Type_DatetimeService.php',
  322.             'form.type.email' => 'getForm_Type_EmailService.php',
  323.             'form.type.entity' => 'getForm_Type_EntityService.php',
  324.             'form.type.file' => 'getForm_Type_FileService.php',
  325.             'form.type.form' => 'getForm_Type_FormService.php',
  326.             'form.type.hidden' => 'getForm_Type_HiddenService.php',
  327.             'form.type.integer' => 'getForm_Type_IntegerService.php',
  328.             'form.type.language' => 'getForm_Type_LanguageService.php',
  329.             'form.type.locale' => 'getForm_Type_LocaleService.php',
  330.             'form.type.money' => 'getForm_Type_MoneyService.php',
  331.             'form.type.number' => 'getForm_Type_NumberService.php',
  332.             'form.type.password' => 'getForm_Type_PasswordService.php',
  333.             'form.type.percent' => 'getForm_Type_PercentService.php',
  334.             'form.type.radio' => 'getForm_Type_RadioService.php',
  335.             'form.type.range' => 'getForm_Type_RangeService.php',
  336.             'form.type.repeated' => 'getForm_Type_RepeatedService.php',
  337.             'form.type.reset' => 'getForm_Type_ResetService.php',
  338.             'form.type.search' => 'getForm_Type_SearchService.php',
  339.             'form.type.submit' => 'getForm_Type_SubmitService.php',
  340.             'form.type.text' => 'getForm_Type_TextService.php',
  341.             'form.type.textarea' => 'getForm_Type_TextareaService.php',
  342.             'form.type.time' => 'getForm_Type_TimeService.php',
  343.             'form.type.timezone' => 'getForm_Type_TimezoneService.php',
  344.             'form.type.url' => 'getForm_Type_UrlService.php',
  345.             'form.type_extension.csrf' => 'getForm_TypeExtension_CsrfService.php',
  346.             'form.type_extension.form.data_collector' => 'getForm_TypeExtension_Form_DataCollectorService.php',
  347.             'form.type_extension.form.http_foundation' => 'getForm_TypeExtension_Form_HttpFoundationService.php',
  348.             'form.type_extension.form.transformation_failure_handling' => 'getForm_TypeExtension_Form_TransformationFailureHandlingService.php',
  349.             'form.type_extension.form.validator' => 'getForm_TypeExtension_Form_ValidatorService.php',
  350.             'form.type_extension.repeated.validator' => 'getForm_TypeExtension_Repeated_ValidatorService.php',
  351.             'form.type_extension.submit.validator' => 'getForm_TypeExtension_Submit_ValidatorService.php',
  352.             'form.type_extension.upload.validator' => 'getForm_TypeExtension_Upload_ValidatorService.php',
  353.             'form.type_guesser.doctrine' => 'getForm_TypeGuesser_DoctrineService.php',
  354.             'form.type_guesser.validator' => 'getForm_TypeGuesser_ValidatorService.php',
  355.             'formula_manager' => 'getFormulaManagerService.php',
  356.             'fragment.handler' => 'getFragment_HandlerService.php',
  357.             'fragment.renderer.hinclude' => 'getFragment_Renderer_HincludeService.php',
  358.             'fragment.renderer.inline' => 'getFragment_Renderer_InlineService.php',
  359.             'granule_price_manager' => 'getGranulePriceManagerService.php',
  360.             'kernel.class_cache.cache_warmer' => 'getKernel_ClassCache_CacheWarmerService.php',
  361.             'knp_paginator' => 'getKnpPaginatorService.php',
  362.             'knp_paginator.subscriber.filtration' => 'getKnpPaginator_Subscriber_FiltrationService.php',
  363.             'knp_paginator.subscriber.paginate' => 'getKnpPaginator_Subscriber_PaginateService.php',
  364.             'knp_paginator.subscriber.sortable' => 'getKnpPaginator_Subscriber_SortableService.php',
  365.             'monolog.handler.null_internal' => 'getMonolog_Handler_NullInternalService.php',
  366.             'monolog.logger.assetic' => 'getMonolog_Logger_AsseticService.php',
  367.             'monolog.logger.console' => 'getMonolog_Logger_ConsoleService.php',
  368.             'monolog.logger.security' => 'getMonolog_Logger_SecurityService.php',
  369.             'monolog.logger.templating' => 'getMonolog_Logger_TemplatingService.php',
  370.             'mw_manager' => 'getMwManagerService.php',
  371.             'news_manager' => 'getNewsManagerService.php',
  372.             'notification_manager' => 'getNotificationManagerService.php',
  373.             'ord_manager' => 'getOrdManagerService.php',
  374.             'patient_manager' => 'getPatientManagerService.php',
  375.             'post_price_manager' => 'getPostPriceManagerService.php',
  376.             'product_manager' => 'getProductManagerService.php',
  377.             'property_accessor' => 'getPropertyAccessorService.php',
  378.             'router.cache_warmer' => 'getRouter_CacheWarmerService.php',
  379.             'routing.loader' => 'getRouting_LoaderService.php',
  380.             'security.access.authenticated_voter' => 'getSecurity_Access_AuthenticatedVoterService.php',
  381.             'security.access.expression_voter' => 'getSecurity_Access_ExpressionVoterService.php',
  382.             'security.access.role_hierarchy_voter' => 'getSecurity_Access_RoleHierarchyVoterService.php',
  383.             'security.access_listener' => 'getSecurity_AccessListenerService.php',
  384.             'security.access_map' => 'getSecurity_AccessMapService.php',
  385.             'security.authentication.guard_handler' => 'getSecurity_Authentication_GuardHandlerService.php',
  386.             'security.authentication.listener.anonymous.main' => 'getSecurity_Authentication_Listener_Anonymous_MainService.php',
  387.             'security.authentication.listener.form.main' => 'getSecurity_Authentication_Listener_Form_MainService.php',
  388.             'security.authentication.provider.anonymous.main' => 'getSecurity_Authentication_Provider_Anonymous_MainService.php',
  389.             'security.authentication.provider.dao.main' => 'getSecurity_Authentication_Provider_Dao_MainService.php',
  390.             'security.authentication.session_strategy.main' => 'getSecurity_Authentication_SessionStrategy_MainService.php',
  391.             'security.authentication.switchuser_listener.main' => 'getSecurity_Authentication_SwitchuserListener_MainService.php',
  392.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  393.             'security.channel_listener' => 'getSecurity_ChannelListenerService.php',
  394.             'security.command.user_password_encoder' => 'getSecurity_Command_UserPasswordEncoderService.php',
  395.             'security.context_listener.0' => 'getSecurity_ContextListener_0Service.php',
  396.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  397.             'security.csrf.token_storage' => 'getSecurity_Csrf_TokenStorageService.php',
  398.             'security.encoder_factory' => 'getSecurity_EncoderFactoryService.php',
  399.             'security.firewall.map.context.dev' => 'getSecurity_Firewall_Map_Context_DevService.php',
  400.             'security.firewall.map.context.main' => 'getSecurity_Firewall_Map_Context_MainService.php',
  401.             'security.http_utils' => 'getSecurity_HttpUtilsService.php',
  402.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  403.             'security.request_matcher.00qf1z7' => 'getSecurity_RequestMatcher_00qf1z7Service.php',
  404.             'security.request_matcher.zfhj2lw' => 'getSecurity_RequestMatcher_Zfhj2lwService.php',
  405.             'security.user.provider.concrete.entity_provider' => 'getSecurity_User_Provider_Concrete_EntityProviderService.php',
  406.             'security.user_checker' => 'getSecurity_UserCheckerService.php',
  407.             'security.user_value_resolver' => 'getSecurity_UserValueResolverService.php',
  408.             'security.validator.user_password' => 'getSecurity_Validator_UserPasswordService.php',
  409.             'sensio_distribution.security_checker' => 'getSensioDistribution_SecurityCheckerService.php',
  410.             'sensio_distribution.security_checker.command' => 'getSensioDistribution_SecurityChecker_CommandService.php',
  411.             'services_resetter' => 'getServicesResetterService.php',
  412.             'session' => 'getSessionService.php',
  413.             'session.handler' => 'getSession_HandlerService.php',
  414.             'session.storage.filesystem' => 'getSession_Storage_FilesystemService.php',
  415.             'session.storage.metadata_bag' => 'getSession_Storage_MetadataBagService.php',
  416.             'session.storage.native' => 'getSession_Storage_NativeService.php',
  417.             'session.storage.php_bridge' => 'getSession_Storage_PhpBridgeService.php',
  418.             'site_parameter_manager' => 'getSiteParameterManagerService.php',
  419.             'sms_manager' => 'getSmsManagerService.php',
  420.             'soap_api' => 'getSoapApiService.php',
  421.             'stock_manager' => 'getStockManagerService.php',
  422.             'supplier_manager' => 'getSupplierManagerService.php',
  423.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService.php',
  424.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  425.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  426.             'swiftmailer.mailer.default.spool' => 'getSwiftmailer_Mailer_Default_SpoolService.php',
  427.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService.php',
  428.             'swiftmailer.mailer.default.transport.eventdispatcher' => 'getSwiftmailer_Mailer_Default_Transport_EventdispatcherService.php',
  429.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  430.             'templating' => 'getTemplatingService.php',
  431.             'templating.cache_warmer.template_paths' => 'getTemplating_CacheWarmer_TemplatePathsService.php',
  432.             'templating.filename_parser' => 'getTemplating_FilenameParserService.php',
  433.             'templating.finder' => 'getTemplating_FinderService.php',
  434.             'templating.helper.logout_url' => 'getTemplating_Helper_LogoutUrlService.php',
  435.             'templating.helper.security' => 'getTemplating_Helper_SecurityService.php',
  436.             'templating.loader' => 'getTemplating_LoaderService.php',
  437.             'twig.cache_warmer' => 'getTwig_CacheWarmerService.php',
  438.             'twig.command.debug' => 'getTwig_Command_DebugService.php',
  439.             'twig.command.lint' => 'getTwig_Command_LintService.php',
  440.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  441.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  442.             'twig.exception_listener' => 'getTwig_ExceptionListenerService.php',
  443.             'twig.form.renderer' => 'getTwig_Form_RendererService.php',
  444.             'twig.runtime.httpkernel' => 'getTwig_Runtime_HttpkernelService.php',
  445.             'twig.template_cache_warmer' => 'getTwig_TemplateCacheWarmerService.php',
  446.             'twig.translation.extractor' => 'getTwig_Translation_ExtractorService.php',
  447.             'user_manager' => 'getUserManagerService.php',
  448.             'validator.email' => 'getValidator_EmailService.php',
  449.             'validator.expression' => 'getValidator_ExpressionService.php',
  450.             'validator.mapping.cache_warmer' => 'getValidator_Mapping_CacheWarmerService.php',
  451.             'var_dumper.cli_dumper' => 'getVarDumper_CliDumperService.php',
  452.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  453.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  454.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  455.             'web_server.command.server_log' => 'getWebServer_Command_ServerLogService.php',
  456.             'web_server.command.server_run' => 'getWebServer_Command_ServerRunService.php',
  457.             'web_server.command.server_start' => 'getWebServer_Command_ServerStartService.php',
  458.             'web_server.command.server_status' => 'getWebServer_Command_ServerStatusService.php',
  459.             'web_server.command.server_stop' => 'getWebServer_Command_ServerStopService.php',
  460.         ];
  461.         $this->privates = [
  462.             'Knp\\Component\\Pager\\PaginatorInterface' => true,
  463.             'session.storage' => true,
  464.             'swiftmailer.mailer' => true,
  465.             'swiftmailer.plugin.messagelogger' => true,
  466.             'swiftmailer.spool' => true,
  467.             'swiftmailer.transport' => true,
  468.             'swiftmailer.transport.real' => true,
  469.             'GuzzleHttp\\ClientInterface' => true,
  470.             'SymfonyDev\\AppBundle\\DataFixtures\\Init\\RoleFixtures' => true,
  471.             'SymfonyDev\\AppBundle\\DataFixtures\\Init\\UserFixtures' => true,
  472.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Auspost' => true,
  473.             'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostClient' => true,
  474.             'SymfonyDev\\AppBundle\\Services\\Auspost\\AuspostManager' => true,
  475.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\CountryMapperInterface' => true,
  476.             'SymfonyDev\\AppBundle\\Services\\Auspost\\Interfaces\\OrderShipmentFactoryInterface' => true,
  477.             'SymfonyDev\\AppBundle\\Services\\Order\\Validation\\Interfaces\\AddressValidatorInterface' => true,
  478.             'SymfonyDev\\AppBundle\\Services\\Patient\\Interfaces\\PatientCompanyNameResolverInterface' => true,
  479.             'annotation_reader' => true,
  480.             'annotations.cache' => true,
  481.             'annotations.cache_warmer' => true,
  482.             'annotations.reader' => true,
  483.             'ap_manager' => true,
  484.             'argument_metadata_factory' => true,
  485.             'argument_resolver.default' => true,
  486.             'argument_resolver.request' => true,
  487.             'argument_resolver.request_attribute' => true,
  488.             'argument_resolver.service' => true,
  489.             'argument_resolver.session' => true,
  490.             'argument_resolver.variadic' => true,
  491.             'assetic.asset_factory' => true,
  492.             'assetic.asset_manager' => true,
  493.             'assetic.asset_manager_cache_warmer' => true,
  494.             'assetic.controller' => true,
  495.             'assetic.filter.cssrewrite' => true,
  496.             'assetic.filter_manager' => true,
  497.             'assetic.request_listener' => true,
  498.             'assets.context' => true,
  499.             'assets.packages' => true,
  500.             'authentication_success_handler' => true,
  501.             'base_entity_manager' => true,
  502.             'base_manager' => true,
  503.             'cache.annotations' => true,
  504.             'cache.default_clearer' => true,
  505.             'cache.doctrine.orm.default.metadata' => true,
  506.             'cache.doctrine.orm.default.query' => true,
  507.             'cache.doctrine.orm.default.result' => true,
  508.             'cache.serializer' => true,
  509.             'cache.validator' => true,
  510.             'conditioning_price_manager' => true,
  511.             'config.resource.self_checking_resource_checker' => true,
  512.             'config_cache_factory' => true,
  513.             'console.command.about' => true,
  514.             'console.command.assets_install' => true,
  515.             'console.command.cache_clear' => true,
  516.             'console.command.cache_pool_clear' => true,
  517.             'console.command.cache_pool_prune' => true,
  518.             'console.command.cache_warmup' => true,
  519.             'console.command.config_debug' => true,
  520.             'console.command.config_dump_reference' => true,
  521.             'console.command.container_debug' => true,
  522.             'console.command.debug_autowiring' => true,
  523.             'console.command.event_dispatcher_debug' => true,
  524.             'console.command.form_debug' => true,
  525.             'console.command.router_debug' => true,
  526.             'console.command.router_match' => true,
  527.             'console.command.xliff_lint' => true,
  528.             'console.command.yaml_lint' => true,
  529.             'console.error_listener' => true,
  530.             'controller_name_converter' => true,
  531.             'country_manager' => true,
  532.             'coupon_manager' => true,
  533.             'data_collector.form' => true,
  534.             'data_collector.form.extractor' => true,
  535.             'data_collector.request' => true,
  536.             'data_collector.router' => true,
  537.             'debug.argument_resolver' => true,
  538.             'debug.controller_resolver' => true,
  539.             'debug.debug_handlers_listener' => true,
  540.             'debug.dump_listener' => true,
  541.             'debug.event_dispatcher' => true,
  542.             'debug.file_link_formatter' => true,
  543.             'debug.file_link_formatter.url_format' => true,
  544.             'debug.log_processor' => true,
  545.             'debug.security.access.decision_manager' => true,
  546.             'debug.stopwatch' => true,
  547.             'dependency_injection.config.container_parameters_resource_checker' => true,
  548.             'deprecated.form.registry' => true,
  549.             'deprecated.form.registry.csrf' => true,
  550.             'doctrine.cache_clear_metadata_command' => true,
  551.             'doctrine.cache_clear_query_cache_command' => true,
  552.             'doctrine.cache_clear_result_command' => true,
  553.             'doctrine.cache_collection_region_command' => true,
  554.             'doctrine.clear_entity_region_command' => true,
  555.             'doctrine.clear_query_region_command' => true,
  556.             'doctrine.database_create_command' => true,
  557.             'doctrine.database_drop_command' => true,
  558.             'doctrine.database_import_command' => true,
  559.             'doctrine.dbal.connection_factory' => true,
  560.             'doctrine.dbal.logger.profiling.default' => true,
  561.             'doctrine.ensure_production_settings_command' => true,
  562.             'doctrine.fixtures_load_command' => true,
  563.             'doctrine.generate_entities_command' => true,
  564.             'doctrine.mapping_convert_command' => true,
  565.             'doctrine.mapping_import_command' => true,
  566.             'doctrine.mapping_info_command' => true,
  567.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => true,
  568.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => true,
  569.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => true,
  570.             'doctrine.orm.default_entity_listener_resolver' => true,
  571.             'doctrine.orm.default_entity_manager.property_info_extractor' => true,
  572.             'doctrine.orm.default_listeners.attach_entity_listeners' => true,
  573.             'doctrine.orm.default_manager_configurator' => true,
  574.             'doctrine.orm.proxy_cache_warmer' => true,
  575.             'doctrine.orm.validator.unique' => true,
  576.             'doctrine.orm.validator_initializer' => true,
  577.             'doctrine.query_dql_command' => true,
  578.             'doctrine.query_sql_command' => true,
  579.             'doctrine.schema_create_command' => true,
  580.             'doctrine.schema_drop_command' => true,
  581.             'doctrine.schema_update_command' => true,
  582.             'doctrine.schema_validate_command' => true,
  583.             'doctrine_cache.contains_command' => true,
  584.             'doctrine_cache.delete_command' => true,
  585.             'doctrine_cache.flush_command' => true,
  586.             'doctrine_cache.stats_command' => true,
  587.             'doctrine_migrations.diff_command' => true,
  588.             'doctrine_migrations.dump_schema_command' => true,
  589.             'doctrine_migrations.execute_command' => true,
  590.             'doctrine_migrations.generate_command' => true,
  591.             'doctrine_migrations.latest_command' => true,
  592.             'doctrine_migrations.migrate_command' => true,
  593.             'doctrine_migrations.rollup_command' => true,
  594.             'doctrine_migrations.status_command' => true,
  595.             'doctrine_migrations.up_to_date_command' => true,
  596.             'doctrine_migrations.version_command' => true,
  597.             'dosage_manager' => true,
  598.             'eway_manager' => true,
  599.             'file_locator' => true,
  600.             'form.registry' => true,
  601.             'form.resolved_type_factory' => true,
  602.             'form.server_params' => true,
  603.             'form.type.choice' => true,
  604.             'form.type.entity' => true,
  605.             'form.type.form' => true,
  606.             'form.type_extension.csrf' => true,
  607.             'form.type_extension.form.data_collector' => true,
  608.             'form.type_extension.form.http_foundation' => true,
  609.             'form.type_extension.form.transformation_failure_handling' => true,
  610.             'form.type_extension.form.validator' => true,
  611.             'form.type_extension.repeated.validator' => true,
  612.             'form.type_extension.submit.validator' => true,
  613.             'form.type_extension.upload.validator' => true,
  614.             'form.type_guesser.doctrine' => true,
  615.             'form.type_guesser.validator' => true,
  616.             'formula_manager' => true,
  617.             'fragment.handler' => true,
  618.             'fragment.listener' => true,
  619.             'fragment.renderer.hinclude' => true,
  620.             'fragment.renderer.inline' => true,
  621.             'framework_extra_bundle.argument_name_convertor' => true,
  622.             'framework_extra_bundle.event.is_granted' => true,
  623.             'granule_price_manager' => true,
  624.             'kernel.class_cache.cache_warmer' => true,
  625.             'knp_paginator.helper.processor' => true,
  626.             'knp_paginator.subscriber.filtration' => true,
  627.             'knp_paginator.subscriber.paginate' => true,
  628.             'knp_paginator.subscriber.sliding_pagination' => true,
  629.             'knp_paginator.subscriber.sortable' => true,
  630.             'knp_paginator.twig.extension.pagination' => true,
  631.             'locale_listener' => true,
  632.             'logger' => true,
  633.             'monolog.handler.console' => true,
  634.             'monolog.handler.main' => true,
  635.             'monolog.handler.null_internal' => true,
  636.             'monolog.handler.server_log' => true,
  637.             'monolog.logger.assetic' => true,
  638.             'monolog.logger.cache' => true,
  639.             'monolog.logger.console' => true,
  640.             'monolog.logger.doctrine' => true,
  641.             'monolog.logger.event' => true,
  642.             'monolog.logger.php' => true,
  643.             'monolog.logger.profiler' => true,
  644.             'monolog.logger.request' => true,
  645.             'monolog.logger.security' => true,
  646.             'monolog.logger.templating' => true,
  647.             'mw_manager' => true,
  648.             'news_manager' => true,
  649.             'notification_manager' => true,
  650.             'ord_manager' => true,
  651.             'patient_manager' => true,
  652.             'post_price_manager' => true,
  653.             'product_manager' => true,
  654.             'profiler_listener' => true,
  655.             'property_accessor' => true,
  656.             'resolve_controller_name_subscriber' => true,
  657.             'response_listener' => true,
  658.             'router.cache_warmer' => true,
  659.             'router.request_context' => true,
  660.             'router_listener' => true,
  661.             'security.access.authenticated_voter' => true,
  662.             'security.access.expression_voter' => true,
  663.             'security.access.role_hierarchy_voter' => true,
  664.             'security.access_listener' => true,
  665.             'security.access_map' => true,
  666.             'security.authentication.guard_handler' => true,
  667.             'security.authentication.listener.anonymous.main' => true,
  668.             'security.authentication.listener.form.main' => true,
  669.             'security.authentication.manager' => true,
  670.             'security.authentication.provider.anonymous.main' => true,
  671.             'security.authentication.provider.dao.main' => true,
  672.             'security.authentication.session_strategy.main' => true,
  673.             'security.authentication.switchuser_listener.main' => true,
  674.             'security.authentication.trust_resolver' => true,
  675.             'security.channel_listener' => true,
  676.             'security.command.user_password_encoder' => true,
  677.             'security.context_listener.0' => true,
  678.             'security.csrf.token_storage' => true,
  679.             'security.encoder_factory' => true,
  680.             'security.firewall' => true,
  681.             'security.firewall.map' => true,
  682.             'security.firewall.map.context.dev' => true,
  683.             'security.firewall.map.context.main' => true,
  684.             'security.http_utils' => true,
  685.             'security.logout_url_generator' => true,
  686.             'security.rememberme.response_listener' => true,
  687.             'security.request_matcher.00qf1z7' => true,
  688.             'security.request_matcher.zfhj2lw' => true,
  689.             'security.role_hierarchy' => true,
  690.             'security.user.provider.concrete.entity_provider' => true,
  691.             'security.user_checker' => true,
  692.             'security.user_value_resolver' => true,
  693.             'security.validator.user_password' => true,
  694.             'sensio_distribution.security_checker' => true,
  695.             'sensio_distribution.security_checker.command' => true,
  696.             'sensio_framework_extra.cache.listener' => true,
  697.             'sensio_framework_extra.controller.listener' => true,
  698.             'sensio_framework_extra.converter.listener' => true,
  699.             'sensio_framework_extra.converter.manager' => true,
  700.             'sensio_framework_extra.security.listener' => true,
  701.             'sensio_framework_extra.view.listener' => true,
  702.             'service_locator.sr6ctxe' => true,
  703.             'session.handler' => true,
  704.             'session.save_listener' => true,
  705.             'session.storage.filesystem' => true,
  706.             'session.storage.metadata_bag' => true,
  707.             'session.storage.native' => true,
  708.             'session.storage.php_bridge' => true,
  709.             'session_listener' => true,
  710.             'site_parameter_manager' => true,
  711.             'sms_manager' => true,
  712.             'snx_request_listener' => true,
  713.             'soap_api' => true,
  714.             'stock_manager' => true,
  715.             'streamed_response_listener' => true,
  716.             'supplier_manager' => true,
  717.             'swiftmailer.email_sender.listener' => true,
  718.             'swiftmailer.mailer.default.spool' => true,
  719.             'swiftmailer.mailer.default.transport' => true,
  720.             'swiftmailer.mailer.default.transport.eventdispatcher' => true,
  721.             'templating.cache_warmer.template_paths' => true,
  722.             'templating.filename_parser' => true,
  723.             'templating.finder' => true,
  724.             'templating.helper.logout_url' => true,
  725.             'templating.helper.security' => true,
  726.             'templating.locator' => true,
  727.             'templating.name_parser' => true,
  728.             'twig.cache_warmer' => true,
  729.             'twig.command.debug' => true,
  730.             'twig.command.lint' => true,
  731.             'twig.exception_listener' => true,
  732.             'twig.form.renderer' => true,
  733.             'twig.loader' => true,
  734.             'twig.profile' => true,
  735.             'twig.runtime.httpkernel' => true,
  736.             'twig.template_cache_warmer' => true,
  737.             'twig.translation.extractor' => true,
  738.             'uri_signer' => true,
  739.             'user_manager' => true,
  740.             'validate_request_listener' => true,
  741.             'validator.builder' => true,
  742.             'validator.email' => true,
  743.             'validator.expression' => true,
  744.             'validator.mapping.cache_warmer' => true,
  745.             'var_dumper.cli_dumper' => true,
  746.             'web_profiler.csp.handler' => true,
  747.             'web_profiler.debug_toolbar' => true,
  748.             'web_server.command.server_log' => true,
  749.             'web_server.command.server_run' => true,
  750.             'web_server.command.server_start' => true,
  751.             'web_server.command.server_status' => true,
  752.             'web_server.command.server_stop' => true,
  753.         ];
  754.         $this->aliases = [
  755.             'Knp\\Component\\Pager\\PaginatorInterface' => 'knp_paginator',
  756.             'cache.app_clearer' => 'cache.default_clearer',
  757.             'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'doctrine_cache.contains_command',
  758.             'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'doctrine_cache.delete_command',
  759.             'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'doctrine_cache.flush_command',
  760.             'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'doctrine_cache.stats_command',
  761.             'database_connection' => 'doctrine.dbal.default_connection',
  762.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  763.             'event_dispatcher' => 'debug.event_dispatcher',
  764.             'mailer' => 'swiftmailer.mailer.default',
  765.             'session.storage' => 'session.storage.native',
  766.             'swiftmailer.mailer' => 'swiftmailer.mailer.default',
  767.             'swiftmailer.plugin.messagelogger' => 'swiftmailer.mailer.default.plugin.messagelogger',
  768.             'swiftmailer.spool' => 'swiftmailer.mailer.default.spool',
  769.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  770.             'swiftmailer.transport.real' => 'swiftmailer.mailer.default.transport.real',
  771.         ];
  772.         $this->privates['service_container'] = function () {
  773.             include_once $this->targetDirs[3].'/src/SymfonyDev/AppBundle/EventListener/RequestListener.php';
  774.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Security.php';
  775.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  776.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  777.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  778.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  779.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  780.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  781.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  782.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  783.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  784.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  785.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  786.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  787.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  788.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  789.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  790.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  791.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  792.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  793.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  794.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  795.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  796.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  797.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  798.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  799.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  800.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  801.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  802.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  803.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  804.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  805.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  806.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  807.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  808.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php';
  809.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php';
  810.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  811.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  812.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php';
  813.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  814.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  815.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  816.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  817.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  818.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php';
  819.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  820.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  821.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  822.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParser.php';
  823.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateNameParser.php';
  824.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/Loader/TemplateLocator.php';
  825.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  826.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  827.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  828.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  829.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  830.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  831.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  832.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  833.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  834.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  835.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  836.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  837.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  838.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  839.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  840.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  841.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  842.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  843.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  844.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  845.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  846.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  847.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  848.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  849.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  850.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  851.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RequestDataCollector.php';
  852.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  853.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  854.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  855.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  856.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  857.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  858.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  859.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  860.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  861.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  862.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  863.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  864.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  865.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  866.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php';
  867.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  868.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  869.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  870.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  871.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  872.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  873.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  874.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  875.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  876.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  877.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  878.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  879.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  880.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  881.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  882.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  883.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  884.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  885.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  886.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  887.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  888.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  889.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  890.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  891.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  892.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  893.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  894.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  895.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  896.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  897.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  898.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  899.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  900.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  901.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  902.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  903.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  904.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  905.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  906.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  907.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  908.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  909.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  910.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  911.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  912.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  913.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  914.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  915.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  916.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/InitRuntimeInterface.php';
  917.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  918.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  919.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  920.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  921.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  922.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  923.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  924.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  925.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  926.             include_once $this->targetDirs[3].'/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php';
  927.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php';
  928.             include_once $this->targetDirs[3].'/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php';
  929.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/DefaultValueSupplier.php';
  930.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  931.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  932.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  933.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  934.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  935.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  936.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  937.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  938.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  939.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  940.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  941.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  942.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  943.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  944.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php';
  945.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  946.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  947.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  948.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  949.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  950.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  951.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  952.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ResetInterface.php';
  953.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  954.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  955.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  956.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  957.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  958.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  959.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  960.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php';
  961.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  962.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php';
  963.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  964.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  965.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  966.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  967.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  968.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  969.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  970.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  971.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  972.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  973.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  974.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  975.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  976.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  977.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  978.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  979.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php';
  980.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  981.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  982.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  983.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  984.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  985.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  986.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  987.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  988.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  989.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  990.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  991.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  992.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  993.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  994.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  995.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  996.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  997.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  998.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  999.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  1000.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  1001.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  1002.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  1003.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  1004.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  1005.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  1006.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  1007.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  1008.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  1009.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  1010.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  1011.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  1012.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  1013.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  1014.             include_once $this->targetDirs[3].'/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php';
  1015.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/Factory/AssetFactory.php';
  1016.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php';
  1017.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php';
  1018.             include_once $this->targetDirs[3].'/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php';
  1019.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/Factory/Worker/UseControllerWorker.php';
  1020.             include_once $this->targetDirs[3].'/vendor/symfony/assetic-bundle/EventListener/RequestListener.php';
  1021.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  1022.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  1023.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  1024.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  1025.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  1026.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  1027.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  1028.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  1029.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  1030.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  1031.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  1032.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  1033.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  1034.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  1035.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  1036.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  1037.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  1038.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  1039.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  1040.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  1041.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  1042.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  1043.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  1044.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  1045.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  1046.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1047.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1048.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1049.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1050.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  1051.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  1052.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  1053.             include_once $this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  1054.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  1055.         };
  1056.     }
  1057.     public function getRemovedIds()
  1058.     {
  1059.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1060.     }
  1061.     public function compile()
  1062.     {
  1063.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1064.     }
  1065.     public function isCompiled()
  1066.     {
  1067.         return true;
  1068.     }
  1069.     public function isFrozen()
  1070.     {
  1071.         @trigger_error(sprintf('The %s() method is deprecated since Symfony 3.3 and will be removed in 4.0. Use the isCompiled() method instead.'__METHOD__), E_USER_DEPRECATED);
  1072.         return true;
  1073.     }
  1074.     protected function load($file$lazyLoad true)
  1075.     {
  1076.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1077.     }
  1078.     protected function createProxy($class, \Closure $factory)
  1079.     {
  1080.         class_exists($classfalse) || $this->load("{$class}.php");
  1081.         return $factory();
  1082.     }
  1083.     /**
  1084.      * Gets the public 'cache.app' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1087.      */
  1088.     protected function getCache_AppService()
  1089.     {
  1090.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('KernkZmtnK'0, ($this->targetDirs[0].'/pools'));
  1091.         $a->setLogger(${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'});
  1092.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1093.     }
  1094.     /**
  1095.      * Gets the public 'cache.system' shared service.
  1096.      *
  1097.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1098.      */
  1099.     protected function getCache_SystemService()
  1100.     {
  1101.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('37xGtMI03q'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1102.     }
  1103.     /**
  1104.      * Gets the public 'data_collector.dump' shared service.
  1105.      *
  1106.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1107.      */
  1108.     protected function getDataCollector_DumpService()
  1109.     {
  1110.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, 'UTF-8', ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULL);
  1111.     }
  1112.     /**
  1113.      * Gets the public 'doctrine' shared service.
  1114.      *
  1115.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1116.      */
  1117.     protected function getDoctrineService()
  1118.     {
  1119.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1120.     }
  1121.     /**
  1122.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1123.      *
  1124.      * @return \Doctrine\DBAL\Connection
  1125.      */
  1126.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1127.     {
  1128.         $a = new \Doctrine\DBAL\Configuration();
  1129.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1130.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger(${($_ = isset($this->services['monolog.logger.doctrine']) ? $this->services['monolog.logger.doctrine'] : $this->getMonolog_Logger_DoctrineService()) && false ?: '_'}, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
  1131.         $b->addLogger(${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1132.         $a->setSQLLogger($b);
  1133.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
  1134.         $d = new \Gedmo\Timestampable\TimestampableListener();
  1135.         $d->setAnnotationReader(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  1136.         $c->addEventSubscriber($d);
  1137.         $c->addEventListener([=> 'loadClassMetadata'], ${($_ = isset($this->services['doctrine.orm.default_listeners.attach_entity_listeners']) ? $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] : ($this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener())) && false ?: '_'});
  1138.         return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql''host' => '127.0.0.1''port' => NULL'dbname' => 'dev_safflowernx''user' => 'root''password' => 'dev26!Login''charset' => 'UTF8''driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1139.     }
  1140.     /**
  1141.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1142.      *
  1143.      * @return \Doctrine\ORM\EntityManager
  1144.      */
  1145.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1146.     {
  1147.         if ($lazyLoad) {
  1148.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1149.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1150.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1151.                     $proxy->setProxyInitializer(null);
  1152.                     return true;
  1153.                 });
  1154.             });
  1155.         }
  1156.         $a = new \Doctrine\ORM\Configuration();
  1157.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1158.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'}, [=> ($this->targetDirs[3].'/src/SymfonyDev/AppBundle/Entity')]), 'SymfonyDev\\AppBundle\\Entity');
  1159.         $a->setEntityNamespaces(['SymfonyDevAppBundle' => 'SymfonyDev\\AppBundle\\Entity']);
  1160.         $a->setMetadataCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1161.         $a->setQueryCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1162.         $a->setResultCacheImpl(${($_ = isset($this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result']) ? $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] : $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1163.         $a->setMetadataDriverImpl($b);
  1164.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  1165.         $a->setProxyNamespace('Proxies');
  1166.         $a->setAutoGenerateProxyClasses(true);
  1167.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1168.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1169.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1170.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1171.         $a->setEntityListenerResolver(${($_ = isset($this->services['doctrine.orm.default_entity_listener_resolver']) ? $this->services['doctrine.orm.default_entity_listener_resolver'] : ($this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))) && false ?: '_'});
  1172.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(${($_ = isset($this->services['service_locator.sr6ctxe']) ? $this->services['service_locator.sr6ctxe'] : ($this->services['service_locator.sr6ctxe'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]))) && false ?: '_'}));
  1173.         $a->addCustomStringFunction('field''SymfonyDev\\AppBundle\\DQL\\Field');
  1174.         $instance = \Doctrine\ORM\EntityManager::create(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, $a);
  1175.         ${($_ = isset($this->services['doctrine.orm.default_manager_configurator']) ? $this->services['doctrine.orm.default_manager_configurator'] : ($this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))) && false ?: '_'}->configure($instance);
  1176.         return $instance;
  1177.     }
  1178.     /**
  1179.      * Gets the public 'http_kernel' shared service.
  1180.      *
  1181.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1182.      */
  1183.     protected function getHttpKernelService()
  1184.     {
  1185.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['debug.controller_resolver']) ? $this->services['debug.controller_resolver'] : $this->getDebug_ControllerResolverService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1186.     }
  1187.     /**
  1188.      * Gets the public 'profiler' shared service.
  1189.      *
  1190.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1191.      */
  1192.     protected function getProfilerService()
  1193.     {
  1194.         $a = ${($_ = isset($this->services['monolog.logger.profiler']) ? $this->services['monolog.logger.profiler'] : $this->getMonolog_Logger_ProfilerService()) && false ?: '_'};
  1195.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1196.         $b = ${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel')) && false ?: '_'};
  1197.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1198.         $c->addInstance('cache.app', ${($_ = isset($this->services['cache.app']) ? $this->services['cache.app'] : $this->getCache_AppService()) && false ?: '_'});
  1199.         $c->addInstance('cache.system', ${($_ = isset($this->services['cache.system']) ? $this->services['cache.system'] : $this->getCache_SystemService()) && false ?: '_'});
  1200.         $c->addInstance('cache.validator', ${($_ = isset($this->services['cache.validator']) ? $this->services['cache.validator'] : $this->getCache_ValidatorService()) && false ?: '_'});
  1201.         $c->addInstance('cache.serializer', ${($_ = isset($this->services['cache.serializer']) ? $this->services['cache.serializer'] : $this->getCache_SerializerService()) && false ?: '_'});
  1202.         $c->addInstance('cache.annotations', ${($_ = isset($this->services['cache.annotations']) ? $this->services['cache.annotations'] : $this->getCache_AnnotationsService()) && false ?: '_'});
  1203.         $c->addInstance('cache.doctrine.orm.default.metadata', ${($_ = isset($this->services['cache.doctrine.orm.default.metadata']) ? $this->services['cache.doctrine.orm.default.metadata'] : $this->getCache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1204.         $c->addInstance('cache.doctrine.orm.default.result', ${($_ = isset($this->services['cache.doctrine.orm.default.result']) ? $this->services['cache.doctrine.orm.default.result'] : $this->getCache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1205.         $c->addInstance('cache.doctrine.orm.default.query', ${($_ = isset($this->services['cache.doctrine.orm.default.query']) ? $this->services['cache.doctrine.orm.default.query'] : $this->getCache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1206.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1207.         $d->addLogger('default', ${($_ = isset($this->services['doctrine.dbal.logger.profiling.default']) ? $this->services['doctrine.dbal.logger.profiling.default'] : ($this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())) && false ?: '_'});
  1208.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1209.         if ($this->has('kernel')) {
  1210.             $e->setKernel($b);
  1211.         }
  1212.         $instance->add(${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'});
  1213.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}));
  1214.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1215.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(${($_ = isset($this->services['validator']) ? $this->services['validator'] : $this->getValidatorService()) && false ?: '_'}));
  1216.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1217.         $instance->add(${($_ = isset($this->services['data_collector.form']) ? $this->services['data_collector.form'] : $this->getDataCollector_FormService()) && false ?: '_'});
  1218.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1219.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/appDevDebugProjectContainer')));
  1220.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}));
  1221.         $instance->add(${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'});
  1222.         $instance->add($c);
  1223.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'}));
  1224.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}));
  1225.         $instance->add($d);
  1226.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1227.         $instance->add(${($_ = isset($this->services['data_collector.dump']) ? $this->services['data_collector.dump'] : $this->getDataCollector_DumpService()) && false ?: '_'});
  1228.         $instance->add($e);
  1229.         return $instance;
  1230.     }
  1231.     /**
  1232.      * Gets the public 'request_stack' shared service.
  1233.      *
  1234.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1235.      */
  1236.     protected function getRequestStackService()
  1237.     {
  1238.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1239.     }
  1240.     /**
  1241.      * Gets the public 'router' shared service.
  1242.      *
  1243.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1244.      */
  1245.     protected function getRouterService()
  1246.     {
  1247.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this, ($this->targetDirs[0].'/assetic/routing.yml'), ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'appDevDebugProjectContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'appDevDebugProjectContainerUrlMatcher''strict_requirements' => true'resource_type' => 'yaml'], ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'});
  1248.         $instance->setConfigCacheFactory(${($_ = isset($this->services['config_cache_factory']) ? $this->services['config_cache_factory'] : $this->getConfigCacheFactoryService()) && false ?: '_'});
  1249.         return $instance;
  1250.     }
  1251.     /**
  1252.      * Gets the public 'security.authorization_checker' shared service.
  1253.      *
  1254.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1255.      */
  1256.     protected function getSecurity_AuthorizationCheckerService()
  1257.     {
  1258.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authentication.manager']) ? $this->services['security.authentication.manager'] : $this->getSecurity_Authentication_ManagerService()) && false ?: '_'}, ${($_ = isset($this->services['debug.security.access.decision_manager']) ? $this->services['debug.security.access.decision_manager'] : $this->getDebug_Security_Access_DecisionManagerService()) && false ?: '_'}, false);
  1259.     }
  1260.     /**
  1261.      * Gets the public 'security.token_storage' shared service.
  1262.      *
  1263.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1264.      */
  1265.     protected function getSecurity_TokenStorageService()
  1266.     {
  1267.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1268.     }
  1269.     /**
  1270.      * Gets the public 'translator' shared service.
  1271.      *
  1272.      * @return \Symfony\Component\Translation\IdentityTranslator
  1273.      */
  1274.     protected function getTranslatorService()
  1275.     {
  1276.         return $this->services['translator'] = new \Symfony\Component\Translation\IdentityTranslator(new \Symfony\Component\Translation\MessageSelector());
  1277.     }
  1278.     /**
  1279.      * Gets the public 'twig' shared service.
  1280.      *
  1281.      * @return \Twig\Environment
  1282.      */
  1283.     protected function getTwigService()
  1284.     {
  1285.         $this->services['twig'] = $instance = new \Twig\Environment(${($_ = isset($this->services['twig.loader']) ? $this->services['twig.loader'] : $this->getTwig_LoaderService()) && false ?: '_'}, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8']);
  1286.         $a = ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'};
  1287.         $b = ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'};
  1288.         $c = ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'};
  1289.         $d = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1290.         $d->setDisplayOptions(['fileLinkFormat' => $b]);
  1291.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1292.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $b]);
  1293.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1294.         $f->setEnvironment('dev');
  1295.         $f->setDebug(true);
  1296.         if ($this->has('security.token_storage')) {
  1297.             $f->setTokenStorage(${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  1298.         }
  1299.         if ($this->has('request_stack')) {
  1300.             $f->setRequestStack($c);
  1301.         }
  1302.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'}));
  1303.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}));
  1304.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(${($_ = isset($this->services['twig.profile']) ? $this->services['twig.profile'] : ($this->services['twig.profile'] = new \Twig\Profiler\Profile())) && false ?: '_'}, $a));
  1305.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'}));
  1306.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(${($_ = isset($this->services['assets.packages']) ? $this->services['assets.packages'] : $this->getAssets_PackagesService()) && false ?: '_'}));
  1307.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($b, ($this->targetDirs[3].'/app'), 'UTF-8'));
  1308.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}));
  1309.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1310.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  1311.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1312.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1313.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($c, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}));
  1314.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1315.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(${($_ = isset($this->services['var_dumper.cloner']) ? $this->services['var_dumper.cloner'] : $this->getVarDumper_ClonerService()) && false ?: '_'}, $d));
  1316.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1317.         $instance->addExtension(new \Symfony\Bundle\AsseticBundle\Twig\AsseticExtension(${($_ = isset($this->services['assetic.asset_factory']) ? $this->services['assetic.asset_factory'] : $this->getAssetic_AssetFactoryService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, true, [], $this->parameters['assetic.bundles'], new \Symfony\Bundle\AsseticBundle\DefaultValueSupplier($this)));
  1318.         $instance->addExtension(${($_ = isset($this->services['knp_paginator.twig.extension.pagination']) ? $this->services['knp_paginator.twig.extension.pagination'] : $this->getKnpPaginator_Twig_Extension_PaginationService()) && false ?: '_'});
  1319.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1320.         $instance->addGlobal('app'$f);
  1321.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1322.             return ${($_ = isset($this->services['twig.runtime.httpkernel']) ? $this->services['twig.runtime.httpkernel'] : $this->load('getTwig_Runtime_HttpkernelService.php')) && false ?: '_'};
  1323.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1324.             return ${($_ = isset($this->services['twig.form.renderer']) ? $this->services['twig.form.renderer'] : $this->load('getTwig_Form_RendererService.php')) && false ?: '_'};
  1325.         }])));
  1326.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1327.         return $instance;
  1328.     }
  1329.     /**
  1330.      * Gets the public 'validator' shared service.
  1331.      *
  1332.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1333.      */
  1334.     protected function getValidatorService()
  1335.     {
  1336.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(${($_ = isset($this->services['validator.builder']) ? $this->services['validator.builder'] : $this->getValidator_BuilderService()) && false ?: '_'}->getValidator());
  1337.     }
  1338.     /**
  1339.      * Gets the public 'var_dumper.cloner' shared service.
  1340.      *
  1341.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1342.      */
  1343.     protected function getVarDumper_ClonerService()
  1344.     {
  1345.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1346.         $instance->setMaxItems(2500);
  1347.         $instance->setMinDepth(1);
  1348.         $instance->setMaxString(-1);
  1349.         return $instance;
  1350.     }
  1351.     /**
  1352.      * Gets the private 'annotation_reader' shared service.
  1353.      *
  1354.      * @return \Doctrine\Common\Annotations\CachedReader
  1355.      */
  1356.     protected function getAnnotationReaderService()
  1357.     {
  1358.         return $this->services['annotation_reader'] = new \Doctrine\Common\Annotations\CachedReader(${($_ = isset($this->services['annotations.reader']) ? $this->services['annotations.reader'] : $this->getAnnotations_ReaderService()) && false ?: '_'}, ${($_ = isset($this->services['annotations.cache']) ? $this->services['annotations.cache'] : $this->load('getAnnotations_CacheService.php')) && false ?: '_'}, true);
  1359.     }
  1360.     /**
  1361.      * Gets the private 'annotations.reader' shared service.
  1362.      *
  1363.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1364.      */
  1365.     protected function getAnnotations_ReaderService()
  1366.     {
  1367.         $this->services['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1368.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1369.         $a->registerUniqueLoader('class_exists');
  1370.         $instance->addGlobalIgnoredName('required'$a);
  1371.         return $instance;
  1372.     }
  1373.     /**
  1374.      * Gets the private 'argument_metadata_factory' shared service.
  1375.      *
  1376.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  1377.      */
  1378.     protected function getArgumentMetadataFactoryService()
  1379.     {
  1380.         return $this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  1381.     }
  1382.     /**
  1383.      * Gets the private 'assetic.asset_factory' shared service.
  1384.      *
  1385.      * @return \Symfony\Bundle\AsseticBundle\Factory\AssetFactory
  1386.      */
  1387.     protected function getAssetic_AssetFactoryService()
  1388.     {
  1389.         $this->services['assetic.asset_factory'] = $instance = new \Symfony\Bundle\AsseticBundle\Factory\AssetFactory(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, $this$this->getParameterBag(), ($this->targetDirs[3].'/app/../web'), true);
  1390.         $instance->addWorker(new \Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker());
  1391.         return $instance;
  1392.     }
  1393.     /**
  1394.      * Gets the private 'assetic.request_listener' shared service.
  1395.      *
  1396.      * @return \Symfony\Bundle\AsseticBundle\EventListener\RequestListener
  1397.      */
  1398.     protected function getAssetic_RequestListenerService()
  1399.     {
  1400.         return $this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener();
  1401.     }
  1402.     /**
  1403.      * Gets the private 'assets.context' shared service.
  1404.      *
  1405.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1406.      */
  1407.     protected function getAssets_ContextService()
  1408.     {
  1409.         return $this->services['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ''false);
  1410.     }
  1411.     /**
  1412.      * Gets the private 'assets.packages' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\Asset\Packages
  1415.      */
  1416.     protected function getAssets_PackagesService()
  1417.     {
  1418.         return $this->services['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), ${($_ = isset($this->services['assets.context']) ? $this->services['assets.context'] : $this->getAssets_ContextService()) && false ?: '_'}), []);
  1419.     }
  1420.     /**
  1421.      * Gets the private 'cache.annotations' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1424.      */
  1425.     protected function getCache_AnnotationsService()
  1426.     {
  1427.         return $this->services['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('X3zzVKxW8T'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1428.     }
  1429.     /**
  1430.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1431.      *
  1432.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1433.      */
  1434.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1435.     {
  1436.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1437.     }
  1438.     /**
  1439.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1440.      *
  1441.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1442.      */
  1443.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1444.     {
  1445.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1446.     }
  1447.     /**
  1448.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1449.      *
  1450.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1451.      */
  1452.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1453.     {
  1454.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1455.     }
  1456.     /**
  1457.      * Gets the private 'cache.serializer' shared service.
  1458.      *
  1459.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1460.      */
  1461.     protected function getCache_SerializerService()
  1462.     {
  1463.         return $this->services['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ykDTePKFtl'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1464.     }
  1465.     /**
  1466.      * Gets the private 'cache.validator' shared service.
  1467.      *
  1468.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1469.      */
  1470.     protected function getCache_ValidatorService()
  1471.     {
  1472.         return $this->services['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iq8SuJKuZd'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ${($_ = isset($this->services['monolog.logger.cache']) ? $this->services['monolog.logger.cache'] : $this->getMonolog_Logger_CacheService()) && false ?: '_'}));
  1473.     }
  1474.     /**
  1475.      * Gets the private 'config_cache_factory' shared service.
  1476.      *
  1477.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1478.      */
  1479.     protected function getConfigCacheFactoryService()
  1480.     {
  1481.         return $this->services['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1482.             yield => ${($_ = isset($this->services['dependency_injection.config.container_parameters_resource_checker']) ? $this->services['dependency_injection.config.container_parameters_resource_checker'] : ($this->services['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this))) && false ?: '_'};
  1483.             yield => ${($_ = isset($this->services['config.resource.self_checking_resource_checker']) ? $this->services['config.resource.self_checking_resource_checker'] : ($this->services['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker())) && false ?: '_'};
  1484.         }, 2));
  1485.     }
  1486.     /**
  1487.      * Gets the private 'controller_name_converter' shared service.
  1488.      *
  1489.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  1490.      */
  1491.     protected function getControllerNameConverterService()
  1492.     {
  1493.         return $this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  1494.     }
  1495.     /**
  1496.      * Gets the private 'data_collector.form' shared service.
  1497.      *
  1498.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1499.      */
  1500.     protected function getDataCollector_FormService()
  1501.     {
  1502.         return $this->services['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(${($_ = isset($this->services['data_collector.form.extractor']) ? $this->services['data_collector.form.extractor'] : ($this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())) && false ?: '_'});
  1503.     }
  1504.     /**
  1505.      * Gets the private 'data_collector.form.extractor' shared service.
  1506.      *
  1507.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  1508.      */
  1509.     protected function getDataCollector_Form_ExtractorService()
  1510.     {
  1511.         return $this->services['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  1512.     }
  1513.     /**
  1514.      * Gets the private 'data_collector.request' shared service.
  1515.      *
  1516.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
  1517.      */
  1518.     protected function getDataCollector_RequestService()
  1519.     {
  1520.         return $this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector();
  1521.     }
  1522.     /**
  1523.      * Gets the private 'data_collector.router' shared service.
  1524.      *
  1525.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  1526.      */
  1527.     protected function getDataCollector_RouterService()
  1528.     {
  1529.         return $this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  1530.     }
  1531.     /**
  1532.      * Gets the private 'debug.argument_resolver' shared service.
  1533.      *
  1534.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  1535.      */
  1536.     protected function getDebug_ArgumentResolverService()
  1537.     {
  1538.         return $this->services['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'}, new RewindableGenerator(function () {
  1539.             yield => ${($_ = isset($this->services['argument_resolver.request_attribute']) ? $this->services['argument_resolver.request_attribute'] : ($this->services['argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())) && false ?: '_'};
  1540.             yield => ${($_ = isset($this->services['argument_resolver.request']) ? $this->services['argument_resolver.request'] : ($this->services['argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())) && false ?: '_'};
  1541.             yield => ${($_ = isset($this->services['argument_resolver.session']) ? $this->services['argument_resolver.session'] : ($this->services['argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())) && false ?: '_'};
  1542.             yield => ${($_ = isset($this->services['security.user_value_resolver']) ? $this->services['security.user_value_resolver'] : $this->load('getSecurity_UserValueResolverService.php')) && false ?: '_'};
  1543.             yield => ${($_ = isset($this->services['argument_resolver.service']) ? $this->services['argument_resolver.service'] : $this->load('getArgumentResolver_ServiceService.php')) && false ?: '_'};
  1544.             yield => ${($_ = isset($this->services['argument_resolver.default']) ? $this->services['argument_resolver.default'] : ($this->services['argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())) && false ?: '_'};
  1545.             yield => ${($_ = isset($this->services['argument_resolver.variadic']) ? $this->services['argument_resolver.variadic'] : ($this->services['argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())) && false ?: '_'};
  1546.         }, 7)), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'});
  1547.     }
  1548.     /**
  1549.      * Gets the private 'debug.controller_resolver' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1552.      */
  1553.     protected function getDebug_ControllerResolverService()
  1554.     {
  1555.         return $this->services['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['debug.argument_resolver']) ? $this->services['debug.argument_resolver'] : $this->getDebug_ArgumentResolverService()) && false ?: '_'});
  1556.     }
  1557.     /**
  1558.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1559.      *
  1560.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1561.      */
  1562.     protected function getDebug_DebugHandlersListenerService()
  1563.     {
  1564.         return $this->services['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ${($_ = isset($this->services['monolog.logger.php']) ? $this->services['monolog.logger.php'] : $this->getMonolog_Logger_PhpService()) && false ?: '_'}, -1, -1true, ${($_ = isset($this->services['debug.file_link_formatter']) ? $this->services['debug.file_link_formatter'] : $this->getDebug_FileLinkFormatterService()) && false ?: '_'}, true);
  1565.     }
  1566.     /**
  1567.      * Gets the private 'debug.event_dispatcher' shared service.
  1568.      *
  1569.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1570.      */
  1571.     protected function getDebug_EventDispatcherService()
  1572.     {
  1573.         $this->services['debug.event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher($this), ${($_ = isset($this->services['debug.stopwatch']) ? $this->services['debug.stopwatch'] : ($this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.event']) ? $this->services['monolog.logger.event'] : $this->getMonolog_Logger_EventService()) && false ?: '_'});
  1574.         $instance->addListener('kernel.request', [=> function () {
  1575.             return ${($_ = isset($this->services['snx_request_listener']) ? $this->services['snx_request_listener'] : $this->getSnxRequestListenerService()) && false ?: '_'};
  1576.         }, => 'onKernelRequest'], 0);
  1577.         $instance->addListener('security.interactive_login', [=> function () {
  1578.             return ${($_ = isset($this->services['authentication_success_handler']) ? $this->services['authentication_success_handler'] : $this->load('getAuthenticationSuccessHandlerService.php')) && false ?: '_'};
  1579.         }, => 'onSecurityInteractiveLogin'], 0);
  1580.         $instance->addListener('kernel.controller', [=> function () {
  1581.             return ${($_ = isset($this->services['data_collector.router']) ? $this->services['data_collector.router'] : ($this->services['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())) && false ?: '_'};
  1582.         }, => 'onKernelController'], 0);
  1583.         $instance->addListener('kernel.request', [=> function () {
  1584.             return ${($_ = isset($this->services['assetic.request_listener']) ? $this->services['assetic.request_listener'] : ($this->services['assetic.request_listener'] = new \Symfony\Bundle\AsseticBundle\EventListener\RequestListener())) && false ?: '_'};
  1585.         }, => 'onKernelRequest'], 0);
  1586.         $instance->addListener('kernel.request', [=> function () {
  1587.             return ${($_ = isset($this->services['knp_paginator.subscriber.sliding_pagination']) ? $this->services['knp_paginator.subscriber.sliding_pagination'] : $this->getKnpPaginator_Subscriber_SlidingPaginationService()) && false ?: '_'};
  1588.         }, => 'onKernelRequest'], 0);
  1589.         $instance->addListener('kernel.response', [=> function () {
  1590.             return ${($_ = isset($this->services['response_listener']) ? $this->services['response_listener'] : ($this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'))) && false ?: '_'};
  1591.         }, => 'onKernelResponse'], 0);
  1592.         $instance->addListener('kernel.response', [=> function () {
  1593.             return ${($_ = isset($this->services['streamed_response_listener']) ? $this->services['streamed_response_listener'] : ($this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())) && false ?: '_'};
  1594.         }, => 'onKernelResponse'], -1024);
  1595.         $instance->addListener('kernel.request', [=> function () {
  1596.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1597.         }, => 'onKernelRequest'], 16);
  1598.         $instance->addListener('kernel.finish_request', [=> function () {
  1599.             return ${($_ = isset($this->services['locale_listener']) ? $this->services['locale_listener'] : $this->getLocaleListenerService()) && false ?: '_'};
  1600.         }, => 'onKernelFinishRequest'], 0);
  1601.         $instance->addListener('kernel.request', [=> function () {
  1602.             return ${($_ = isset($this->services['validate_request_listener']) ? $this->services['validate_request_listener'] : ($this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())) && false ?: '_'};
  1603.         }, => 'onKernelRequest'], 256);
  1604.         $instance->addListener('kernel.request', [=> function () {
  1605.             return ${($_ = isset($this->services['resolve_controller_name_subscriber']) ? $this->services['resolve_controller_name_subscriber'] : $this->getResolveControllerNameSubscriberService()) && false ?: '_'};
  1606.         }, => 'onKernelRequest'], 24);
  1607.         $instance->addListener('console.error', [=> function () {
  1608.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1609.         }, => 'onConsoleError'], -128);
  1610.         $instance->addListener('console.terminate', [=> function () {
  1611.             return ${($_ = isset($this->services['console.error_listener']) ? $this->services['console.error_listener'] : $this->load('getConsole_ErrorListenerService.php')) && false ?: '_'};
  1612.         }, => 'onConsoleTerminate'], -128);
  1613.         $instance->addListener('kernel.request', [=> function () {
  1614.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1615.         }, => 'onKernelRequest'], 128);
  1616.         $instance->addListener('kernel.response', [=> function () {
  1617.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1618.         }, => 'onKernelResponse'], -1000);
  1619.         $instance->addListener('kernel.finish_request', [=> function () {
  1620.             return ${($_ = isset($this->services['session_listener']) ? $this->services['session_listener'] : $this->getSessionListenerService()) && false ?: '_'};
  1621.         }, => 'onFinishRequest'], 0);
  1622.         $instance->addListener('kernel.response', [=> function () {
  1623.             return ${($_ = isset($this->services['session.save_listener']) ? $this->services['session.save_listener'] : ($this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener())) && false ?: '_'};
  1624.         }, => 'onKernelResponse'], -1000);
  1625.         $instance->addListener('kernel.request', [=> function () {
  1626.             return ${($_ = isset($this->services['fragment.listener']) ? $this->services['fragment.listener'] : $this->getFragment_ListenerService()) && false ?: '_'};
  1627.         }, => 'onKernelRequest'], 48);
  1628.         $instance->addListener('kernel.response', [=> function () {
  1629.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1630.         }, => 'onKernelResponse'], -100);
  1631.         $instance->addListener('kernel.exception', [=> function () {
  1632.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1633.         }, => 'onKernelException'], 0);
  1634.         $instance->addListener('kernel.terminate', [=> function () {
  1635.             return ${($_ = isset($this->services['profiler_listener']) ? $this->services['profiler_listener'] : $this->getProfilerListenerService()) && false ?: '_'};
  1636.         }, => 'onKernelTerminate'], -1024);
  1637.         $instance->addListener('kernel.controller', [=> function () {
  1638.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1639.         }, => 'onKernelController'], 0);
  1640.         $instance->addListener('kernel.response', [=> function () {
  1641.             return ${($_ = isset($this->services['data_collector.request']) ? $this->services['data_collector.request'] : ($this->services['data_collector.request'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector())) && false ?: '_'};
  1642.         }, => 'onKernelResponse'], 0);
  1643.         $instance->addListener('kernel.request', [=> function () {
  1644.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1645.         }, => 'configure'], 2048);
  1646.         $instance->addListener('console.command', [=> function () {
  1647.             return ${($_ = isset($this->services['debug.debug_handlers_listener']) ? $this->services['debug.debug_handlers_listener'] : $this->getDebug_DebugHandlersListenerService()) && false ?: '_'};
  1648.         }, => 'configure'], 2048);
  1649.         $instance->addListener('kernel.request', [=> function () {
  1650.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1651.         }, => 'onKernelRequest'], 32);
  1652.         $instance->addListener('kernel.finish_request', [=> function () {
  1653.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1654.         }, => 'onKernelFinishRequest'], 0);
  1655.         $instance->addListener('kernel.exception', [=> function () {
  1656.             return ${($_ = isset($this->services['router_listener']) ? $this->services['router_listener'] : $this->getRouterListenerService()) && false ?: '_'};
  1657.         }, => 'onKernelException'], -64);
  1658.         $instance->addListener('kernel.response', [=> function () {
  1659.             return ${($_ = isset($this->services['security.rememberme.response_listener']) ? $this->services['security.rememberme.response_listener'] : ($this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener())) && false ?: '_'};
  1660.         }, => 'onKernelResponse'], 0);
  1661.         $instance->addListener('kernel.request', [=> function () {
  1662.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1663.         }, => 'onKernelRequest'], 8);
  1664.         $instance->addListener('kernel.finish_request', [=> function () {
  1665.             return ${($_ = isset($this->services['security.firewall']) ? $this->services['security.firewall'] : $this->getSecurity_FirewallService()) && false ?: '_'};
  1666.         }, => 'onKernelFinishRequest'], 0);
  1667.         $instance->addListener('kernel.exception', [=> function () {
  1668.             return ${($_ = isset($this->services['twig.exception_listener']) ? $this->services['twig.exception_listener'] : $this->load('getTwig_ExceptionListenerService.php')) && false ?: '_'};
  1669.         }, => 'onKernelException'], -128);
  1670.         $instance->addListener('console.command', [=> function () {
  1671.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1672.         }, => 'onCommand'], 255);
  1673.         $instance->addListener('console.terminate', [=> function () {
  1674.             return ${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'};
  1675.         }, => 'onTerminate'], -255);
  1676.         $instance->addListener('kernel.exception', [=> function () {
  1677.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1678.         }, => 'onException'], 0);
  1679.         $instance->addListener('kernel.terminate', [=> function () {
  1680.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1681.         }, => 'onTerminate'], 0);
  1682.         $instance->addListener('console.error', [=> function () {
  1683.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1684.         }, => 'onException'], 0);
  1685.         $instance->addListener('console.terminate', [=> function () {
  1686.             return ${($_ = isset($this->services['swiftmailer.email_sender.listener']) ? $this->services['swiftmailer.email_sender.listener'] : $this->load('getSwiftmailer_EmailSender_ListenerService.php')) && false ?: '_'};
  1687.         }, => 'onTerminate'], 0);
  1688.         $instance->addListener('kernel.controller', [=> function () {
  1689.             return ${($_ = isset($this->services['sensio_framework_extra.controller.listener']) ? $this->services['sensio_framework_extra.controller.listener'] : $this->getSensioFrameworkExtra_Controller_ListenerService()) && false ?: '_'};
  1690.         }, => 'onKernelController'], 0);
  1691.         $instance->addListener('kernel.controller', [=> function () {
  1692.             return ${($_ = isset($this->services['sensio_framework_extra.converter.listener']) ? $this->services['sensio_framework_extra.converter.listener'] : $this->getSensioFrameworkExtra_Converter_ListenerService()) && false ?: '_'};
  1693.         }, => 'onKernelController'], 0);
  1694.         $instance->addListener('kernel.controller', [=> function () {
  1695.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1696.         }, => 'onKernelController'], -128);
  1697.         $instance->addListener('kernel.view', [=> function () {
  1698.             return ${($_ = isset($this->services['sensio_framework_extra.view.listener']) ? $this->services['sensio_framework_extra.view.listener'] : $this->getSensioFrameworkExtra_View_ListenerService()) && false ?: '_'};
  1699.         }, => 'onKernelView'], 0);
  1700.         $instance->addListener('kernel.controller', [=> function () {
  1701.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  1702.         }, => 'onKernelController'], 0);
  1703.         $instance->addListener('kernel.response', [=> function () {
  1704.             return ${($_ = isset($this->services['sensio_framework_extra.cache.listener']) ? $this->services['sensio_framework_extra.cache.listener'] : ($this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())) && false ?: '_'};
  1705.         }, => 'onKernelResponse'], 0);
  1706.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1707.             return ${($_ = isset($this->services['sensio_framework_extra.security.listener']) ? $this->services['sensio_framework_extra.security.listener'] : $this->getSensioFrameworkExtra_Security_ListenerService()) && false ?: '_'};
  1708.         }, => 'onKernelControllerArguments'], 0);
  1709.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1710.             return ${($_ = isset($this->services['framework_extra_bundle.event.is_granted']) ? $this->services['framework_extra_bundle.event.is_granted'] : $this->getFrameworkExtraBundle_Event_IsGrantedService()) && false ?: '_'};
  1711.         }, => 'onKernelControllerArguments'], 0);
  1712.         $instance->addListener('console.command', [=> function () {
  1713.             return ${($_ = isset($this->services['debug.dump_listener']) ? $this->services['debug.dump_listener'] : $this->load('getDebug_DumpListenerService.php')) && false ?: '_'};
  1714.         }, => 'configure'], 1024);
  1715.         $instance->addListener('kernel.response', [=> function () {
  1716.             return ${($_ = isset($this->services['web_profiler.debug_toolbar']) ? $this->services['web_profiler.debug_toolbar'] : $this->getWebProfiler_DebugToolbarService()) && false ?: '_'};
  1717.         }, => 'onKernelResponse'], -128);
  1718.         $instance->addListener('knp_pager.before', [=> function () {
  1719.             return ${($_ = isset($this->services['knp_paginator.subscriber.paginate']) ? $this->services['knp_paginator.subscriber.paginate'] : ($this->services['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber())) && false ?: '_'};
  1720.         }, => 'before'], 0);
  1721.         $instance->addListener('knp_pager.pagination', [=> function () {
  1722.             return ${($_ = isset($this->services['knp_paginator.subscriber.paginate']) ? $this->services['knp_paginator.subscriber.paginate'] : ($this->services['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber())) && false ?: '_'};
  1723.         }, => 'pagination'], 0);
  1724.         $instance->addListener('knp_pager.before', [=> function () {
  1725.             return ${($_ = isset($this->services['knp_paginator.subscriber.sortable']) ? $this->services['knp_paginator.subscriber.sortable'] : ($this->services['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber())) && false ?: '_'};
  1726.         }, => 'before'], 1);
  1727.         $instance->addListener('knp_pager.before', [=> function () {
  1728.             return ${($_ = isset($this->services['knp_paginator.subscriber.filtration']) ? $this->services['knp_paginator.subscriber.filtration'] : ($this->services['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber())) && false ?: '_'};
  1729.         }, => 'before'], 1);
  1730.         $instance->addListener('knp_pager.pagination', [=> function () {
  1731.             return ${($_ = isset($this->services['knp_paginator.subscriber.sliding_pagination']) ? $this->services['knp_paginator.subscriber.sliding_pagination'] : $this->getKnpPaginator_Subscriber_SlidingPaginationService()) && false ?: '_'};
  1732.         }, => 'pagination'], 1);
  1733.         return $instance;
  1734.     }
  1735.     /**
  1736.      * Gets the private 'debug.file_link_formatter' shared service.
  1737.      *
  1738.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1739.      */
  1740.     protected function getDebug_FileLinkFormatterService()
  1741.     {
  1742.         return $this->services['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, $this->targetDirs[3], function () {
  1743.             return ${($_ = isset($this->services['debug.file_link_formatter.url_format']) ? $this->services['debug.file_link_formatter.url_format'] : $this->load('getDebug_FileLinkFormatter_UrlFormatService.php')) && false ?: '_'};
  1744.         });
  1745.     }
  1746.     /**
  1747.      * Gets the private 'debug.log_processor' shared service.
  1748.      *
  1749.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1750.      */
  1751.     protected function getDebug_LogProcessorService()
  1752.     {
  1753.         return $this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor();
  1754.     }
  1755.     /**
  1756.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1759.      */
  1760.     protected function getDebug_Security_Access_DecisionManagerService()
  1761.     {
  1762.         return $this->services['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  1763.             yield => ${($_ = isset($this->services['security.access.authenticated_voter']) ? $this->services['security.access.authenticated_voter'] : $this->load('getSecurity_Access_AuthenticatedVoterService.php')) && false ?: '_'};
  1764.             yield => ${($_ = isset($this->services['security.access.role_hierarchy_voter']) ? $this->services['security.access.role_hierarchy_voter'] : $this->load('getSecurity_Access_RoleHierarchyVoterService.php')) && false ?: '_'};
  1765.             yield => ${($_ = isset($this->services['security.access.expression_voter']) ? $this->services['security.access.expression_voter'] : $this->load('getSecurity_Access_ExpressionVoterService.php')) && false ?: '_'};
  1766.         }, 3), 'affirmative'falsetrue));
  1767.     }
  1768.     /**
  1769.      * Gets the private 'debug.stopwatch' shared service.
  1770.      *
  1771.      * @return \Symfony\Component\Stopwatch\Stopwatch
  1772.      */
  1773.     protected function getDebug_StopwatchService()
  1774.     {
  1775.         return $this->services['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  1776.     }
  1777.     /**
  1778.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  1779.      *
  1780.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  1781.      */
  1782.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  1783.     {
  1784.         return $this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  1785.     }
  1786.     /**
  1787.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  1788.      *
  1789.      * @return \Doctrine\DBAL\Logging\DebugStack
  1790.      */
  1791.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  1792.     {
  1793.         return $this->services['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  1794.     }
  1795.     /**
  1796.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' shared service.
  1797.      *
  1798.      * @return \Symfony\Component\Cache\DoctrineProvider
  1799.      */
  1800.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()
  1801.     {
  1802.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.metadata']) ? $this->services['cache.doctrine.orm.default.metadata'] : $this->getCache_Doctrine_Orm_Default_MetadataService()) && false ?: '_'});
  1803.     }
  1804.     /**
  1805.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' shared service.
  1806.      *
  1807.      * @return \Symfony\Component\Cache\DoctrineProvider
  1808.      */
  1809.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()
  1810.     {
  1811.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.query']) ? $this->services['cache.doctrine.orm.default.query'] : $this->getCache_Doctrine_Orm_Default_QueryService()) && false ?: '_'});
  1812.     }
  1813.     /**
  1814.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' shared service.
  1815.      *
  1816.      * @return \Symfony\Component\Cache\DoctrineProvider
  1817.      */
  1818.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()
  1819.     {
  1820.         return $this->services['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\DoctrineProvider(${($_ = isset($this->services['cache.doctrine.orm.default.result']) ? $this->services['cache.doctrine.orm.default.result'] : $this->getCache_Doctrine_Orm_Default_ResultService()) && false ?: '_'});
  1821.     }
  1822.     /**
  1823.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  1824.      *
  1825.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1826.      */
  1827.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1828.     {
  1829.         return $this->services['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  1830.     }
  1831.     /**
  1832.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  1833.      *
  1834.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  1835.      */
  1836.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  1837.     {
  1838.         return $this->services['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  1839.     }
  1840.     /**
  1841.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  1842.      *
  1843.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  1844.      */
  1845.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  1846.     {
  1847.         return $this->services['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  1848.     }
  1849.     /**
  1850.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  1851.      *
  1852.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  1853.      */
  1854.     protected function getDoctrine_Orm_ValidatorInitializerService()
  1855.     {
  1856.         return $this->services['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'});
  1857.     }
  1858.     /**
  1859.      * Gets the private 'file_locator' shared service.
  1860.      *
  1861.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  1862.      */
  1863.     protected function getFileLocatorService()
  1864.     {
  1865.         return $this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]);
  1866.     }
  1867.     /**
  1868.      * Gets the private 'fragment.listener' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  1871.      */
  1872.     protected function getFragment_ListenerService()
  1873.     {
  1874.         return $this->services['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(${($_ = isset($this->services['uri_signer']) ? $this->services['uri_signer'] : ($this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt'))) && false ?: '_'}, '/_fragment');
  1875.     }
  1876.     /**
  1877.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1878.      *
  1879.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1880.      */
  1881.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1882.     {
  1883.         return $this->services['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(${($_ = isset($this->services['argument_metadata_factory']) ? $this->services['argument_metadata_factory'] : ($this->services['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())) && false ?: '_'});
  1884.     }
  1885.     /**
  1886.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1887.      *
  1888.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1889.      */
  1890.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1891.     {
  1892.         return $this->services['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'});
  1893.     }
  1894.     /**
  1895.      * Gets the private 'knp_paginator.helper.processor' shared service.
  1896.      *
  1897.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  1898.      */
  1899.     protected function getKnpPaginator_Helper_ProcessorService()
  1900.     {
  1901.         return $this->services['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  1902.     }
  1903.     /**
  1904.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1905.      *
  1906.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1907.      */
  1908.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1909.     {
  1910.         return $this->services['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@SymfonyDevApp/Partial/_pagination.html.twig''defaultSortableTemplate' => '@SymfonyDevApp/Partial/_sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 10]);
  1911.     }
  1912.     /**
  1913.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  1914.      *
  1915.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  1916.      */
  1917.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  1918.     {
  1919.         return $this->services['knp_paginator.twig.extension.pagination'] = new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(${($_ = isset($this->services['knp_paginator.helper.processor']) ? $this->services['knp_paginator.helper.processor'] : $this->getKnpPaginator_Helper_ProcessorService()) && false ?: '_'});
  1920.     }
  1921.     /**
  1922.      * Gets the private 'locale_listener' shared service.
  1923.      *
  1924.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1925.      */
  1926.     protected function getLocaleListenerService()
  1927.     {
  1928.         return $this->services['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, 'en', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  1929.     }
  1930.     /**
  1931.      * Gets the private 'logger' shared service.
  1932.      *
  1933.      * @return \Symfony\Bridge\Monolog\Logger
  1934.      */
  1935.     protected function getLoggerService()
  1936.     {
  1937.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1938.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1939.         $instance->useMicrosecondTimestamps(true);
  1940.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1941.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1942.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1943.         return $instance;
  1944.     }
  1945.     /**
  1946.      * Gets the private 'monolog.handler.console' shared service.
  1947.      *
  1948.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1949.      */
  1950.     protected function getMonolog_Handler_ConsoleService()
  1951.     {
  1952.         return $this->services['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1953.     }
  1954.     /**
  1955.      * Gets the private 'monolog.handler.main' shared service.
  1956.      *
  1957.      * @return \Monolog\Handler\StreamHandler
  1958.      */
  1959.     protected function getMonolog_Handler_MainService()
  1960.     {
  1961.         $this->services['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/logs/dev.log'), 100trueNULLfalse);
  1962.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1963.         return $instance;
  1964.     }
  1965.     /**
  1966.      * Gets the private 'monolog.handler.server_log' shared service.
  1967.      *
  1968.      * @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
  1969.      */
  1970.     protected function getMonolog_Handler_ServerLogService()
  1971.     {
  1972.         return $this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true);
  1973.     }
  1974.     /**
  1975.      * Gets the private 'monolog.logger.cache' shared service.
  1976.      *
  1977.      * @return \Symfony\Bridge\Monolog\Logger
  1978.      */
  1979.     protected function getMonolog_Logger_CacheService()
  1980.     {
  1981.         $this->services['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1982.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1983.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1984.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  1985.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1986.         return $instance;
  1987.     }
  1988.     /**
  1989.      * Gets the private 'monolog.logger.doctrine' shared service.
  1990.      *
  1991.      * @return \Symfony\Bridge\Monolog\Logger
  1992.      */
  1993.     protected function getMonolog_Logger_DoctrineService()
  1994.     {
  1995.         $this->services['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1996.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  1997.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  1998.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the private 'monolog.logger.event' shared service.
  2003.      *
  2004.      * @return \Symfony\Bridge\Monolog\Logger
  2005.      */
  2006.     protected function getMonolog_Logger_EventService()
  2007.     {
  2008.         $this->services['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  2009.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2010.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2011.         return $instance;
  2012.     }
  2013.     /**
  2014.      * Gets the private 'monolog.logger.php' shared service.
  2015.      *
  2016.      * @return \Symfony\Bridge\Monolog\Logger
  2017.      */
  2018.     protected function getMonolog_Logger_PhpService()
  2019.     {
  2020.         $this->services['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  2021.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2022.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2023.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2024.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2025.         return $instance;
  2026.     }
  2027.     /**
  2028.      * Gets the private 'monolog.logger.profiler' shared service.
  2029.      *
  2030.      * @return \Symfony\Bridge\Monolog\Logger
  2031.      */
  2032.     protected function getMonolog_Logger_ProfilerService()
  2033.     {
  2034.         $this->services['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  2035.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2036.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2037.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2038.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2039.         return $instance;
  2040.     }
  2041.     /**
  2042.      * Gets the private 'monolog.logger.request' shared service.
  2043.      *
  2044.      * @return \Symfony\Bridge\Monolog\Logger
  2045.      */
  2046.     protected function getMonolog_Logger_RequestService()
  2047.     {
  2048.         $this->services['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2049.         $instance->pushProcessor(${($_ = isset($this->services['debug.log_processor']) ? $this->services['debug.log_processor'] : ($this->services['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor())) && false ?: '_'});
  2050.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.server_log']) ? $this->services['monolog.handler.server_log'] : ($this->services['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))) && false ?: '_'});
  2051.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.console']) ? $this->services['monolog.handler.console'] : $this->getMonolog_Handler_ConsoleService()) && false ?: '_'});
  2052.         $instance->pushHandler(${($_ = isset($this->services['monolog.handler.main']) ? $this->services['monolog.handler.main'] : $this->getMonolog_Handler_MainService()) && false ?: '_'});
  2053.         return $instance;
  2054.     }
  2055.     /**
  2056.      * Gets the private 'profiler_listener' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2059.      */
  2060.     protected function getProfilerListenerService()
  2061.     {
  2062.         return $this->services['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(${($_ = isset($this->services['profiler']) ? $this->services['profiler'] : $this->getProfilerService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, NULLfalsefalse);
  2063.     }
  2064.     /**
  2065.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2066.      *
  2067.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2068.      */
  2069.     protected function getResolveControllerNameSubscriberService()
  2070.     {
  2071.         return $this->services['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(${($_ = isset($this->services['controller_name_converter']) ? $this->services['controller_name_converter'] : ($this->services['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'});
  2072.     }
  2073.     /**
  2074.      * Gets the private 'response_listener' shared service.
  2075.      *
  2076.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  2077.      */
  2078.     protected function getResponseListenerService()
  2079.     {
  2080.         return $this->services['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  2081.     }
  2082.     /**
  2083.      * Gets the private 'router.request_context' shared service.
  2084.      *
  2085.      * @return \Symfony\Component\Routing\RequestContext
  2086.      */
  2087.     protected function getRouter_RequestContextService()
  2088.     {
  2089.         return $this->services['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2090.     }
  2091.     /**
  2092.      * Gets the private 'router_listener' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2095.      */
  2096.     protected function getRouterListenerService()
  2097.     {
  2098.         return $this->services['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router.request_context']) ? $this->services['router.request_context'] : $this->getRouter_RequestContextService()) && false ?: '_'}, ${($_ = isset($this->services['monolog.logger.request']) ? $this->services['monolog.logger.request'] : $this->getMonolog_Logger_RequestService()) && false ?: '_'}, $this->targetDirs[3], true);
  2099.     }
  2100.     /**
  2101.      * Gets the private 'security.authentication.manager' shared service.
  2102.      *
  2103.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2104.      */
  2105.     protected function getSecurity_Authentication_ManagerService()
  2106.     {
  2107.         $this->services['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2108.             yield => ${($_ = isset($this->services['security.authentication.provider.dao.main']) ? $this->services['security.authentication.provider.dao.main'] : $this->load('getSecurity_Authentication_Provider_Dao_MainService.php')) && false ?: '_'};
  2109.             yield => ${($_ = isset($this->services['security.authentication.provider.anonymous.main']) ? $this->services['security.authentication.provider.anonymous.main'] : ($this->services['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash')))) && false ?: '_'};
  2110.         }, 2), true);
  2111.         $instance->setEventDispatcher(${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'});
  2112.         return $instance;
  2113.     }
  2114.     /**
  2115.      * Gets the private 'security.authentication.trust_resolver' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  2118.      */
  2119.     protected function getSecurity_Authentication_TrustResolverService()
  2120.     {
  2121.         return $this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken');
  2122.     }
  2123.     /**
  2124.      * Gets the private 'security.firewall' shared service.
  2125.      *
  2126.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2127.      */
  2128.     protected function getSecurity_FirewallService()
  2129.     {
  2130.         return $this->services['security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(${($_ = isset($this->services['security.firewall.map']) ? $this->services['security.firewall.map'] : $this->getSecurity_Firewall_MapService()) && false ?: '_'}, ${($_ = isset($this->services['debug.event_dispatcher']) ? $this->services['debug.event_dispatcher'] : $this->getDebug_EventDispatcherService()) && false ?: '_'}, ${($_ = isset($this->services['security.logout_url_generator']) ? $this->services['security.logout_url_generator'] : $this->getSecurity_LogoutUrlGeneratorService()) && false ?: '_'});
  2131.     }
  2132.     /**
  2133.      * Gets the private 'security.firewall.map' shared service.
  2134.      *
  2135.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2136.      */
  2137.     protected function getSecurity_Firewall_MapService()
  2138.     {
  2139.         return $this->services['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.dev' => function () {
  2140.             return ${($_ = isset($this->services['security.firewall.map.context.dev']) ? $this->services['security.firewall.map.context.dev'] : $this->load('getSecurity_Firewall_Map_Context_DevService.php')) && false ?: '_'};
  2141.         }, 'security.firewall.map.context.main' => function () {
  2142.             return ${($_ = isset($this->services['security.firewall.map.context.main']) ? $this->services['security.firewall.map.context.main'] : $this->load('getSecurity_Firewall_Map_Context_MainService.php')) && false ?: '_'};
  2143.         }]), new RewindableGenerator(function () {
  2144.             yield 'security.firewall.map.context.dev' => ${($_ = isset($this->services['security.request_matcher.zfhj2lw']) ? $this->services['security.request_matcher.zfhj2lw'] : ($this->services['security.request_matcher.zfhj2lw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'))) && false ?: '_'};
  2145.             yield 'security.firewall.map.context.main' => ${($_ = isset($this->services['security.request_matcher.00qf1z7']) ? $this->services['security.request_matcher.00qf1z7'] : ($this->services['security.request_matcher.00qf1z7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'))) && false ?: '_'};
  2146.         }, 2));
  2147.     }
  2148.     /**
  2149.      * Gets the private 'security.logout_url_generator' shared service.
  2150.      *
  2151.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2152.      */
  2153.     protected function getSecurity_LogoutUrlGeneratorService()
  2154.     {
  2155.         $this->services['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(${($_ = isset($this->services['request_stack']) ? $this->services['request_stack'] : ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'});
  2156.         $instance->registerListener('main''app_security_logout''logout''_csrf_token'NULLNULL);
  2157.         return $instance;
  2158.     }
  2159.     /**
  2160.      * Gets the private 'security.rememberme.response_listener' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  2163.      */
  2164.     protected function getSecurity_Rememberme_ResponseListenerService()
  2165.     {
  2166.         return $this->services['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  2167.     }
  2168.     /**
  2169.      * Gets the private 'security.role_hierarchy' shared service.
  2170.      *
  2171.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2172.      */
  2173.     protected function getSecurity_RoleHierarchyService()
  2174.     {
  2175.         return $this->services['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2176.     }
  2177.     /**
  2178.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  2179.      *
  2180.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  2181.      */
  2182.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  2183.     {
  2184.         return $this->services['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  2185.     }
  2186.     /**
  2187.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2188.      *
  2189.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2190.      */
  2191.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2192.     {
  2193.         return $this->services['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2194.     }
  2195.     /**
  2196.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2197.      *
  2198.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2199.      */
  2200.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2201.     {
  2202.         return $this->services['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(${($_ = isset($this->services['sensio_framework_extra.converter.manager']) ? $this->services['sensio_framework_extra.converter.manager'] : $this->getSensioFrameworkExtra_Converter_ManagerService()) && false ?: '_'}, true);
  2203.     }
  2204.     /**
  2205.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  2206.      *
  2207.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  2208.      */
  2209.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  2210.     {
  2211.         $this->services['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2212.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(${($_ = isset($this->services['doctrine']) ? $this->services['doctrine'] : $this->getDoctrineService()) && false ?: '_'}, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2213.         $instance->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2214.         return $instance;
  2215.     }
  2216.     /**
  2217.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2218.      *
  2219.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2220.      */
  2221.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2222.     {
  2223.         return $this->services['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(${($_ = isset($this->services['framework_extra_bundle.argument_name_convertor']) ? $this->services['framework_extra_bundle.argument_name_convertor'] : $this->getFrameworkExtraBundle_ArgumentNameConvertorService()) && false ?: '_'}, new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ${($_ = isset($this->services['security.authentication.trust_resolver']) ? $this->services['security.authentication.trust_resolver'] : ($this->services['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))) && false ?: '_'}, ${($_ = isset($this->services['security.role_hierarchy']) ? $this->services['security.role_hierarchy'] : $this->getSecurity_RoleHierarchyService()) && false ?: '_'}, ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'}, ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'}, ${($_ = isset($this->services['logger']) ? $this->services['logger'] : $this->getLoggerService()) && false ?: '_'});
  2224.     }
  2225.     /**
  2226.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2227.      *
  2228.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2229.      */
  2230.     protected function getSensioFrameworkExtra_View_ListenerService()
  2231.     {
  2232.         return $this->services['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}), ${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'});
  2233.     }
  2234.     /**
  2235.      * Gets the private 'service_locator.sr6ctxe' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2238.      */
  2239.     protected function getServiceLocator_Sr6ctxeService()
  2240.     {
  2241.         return $this->services['service_locator.sr6ctxe'] = new \Symfony\Component\DependencyInjection\ServiceLocator([]);
  2242.     }
  2243.     /**
  2244.      * Gets the private 'session.save_listener' shared service.
  2245.      *
  2246.      * @return \Symfony\Component\HttpKernel\EventListener\SaveSessionListener
  2247.      */
  2248.     protected function getSession_SaveListenerService()
  2249.     {
  2250.         return $this->services['session.save_listener'] = new \Symfony\Component\HttpKernel\EventListener\SaveSessionListener();
  2251.     }
  2252.     /**
  2253.      * Gets the private 'session_listener' shared service.
  2254.      *
  2255.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2256.      */
  2257.     protected function getSessionListenerService()
  2258.     {
  2259.         return $this->services['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['session' => function () {
  2260.             return ${($_ = isset($this->services['session']) ? $this->services['session'] : $this->load('getSessionService.php')) && false ?: '_'};
  2261.         }]));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'snx_request_listener' shared autowired service.
  2265.      *
  2266.      * @return \SymfonyDev\AppBundle\EventListener\RequestListener
  2267.      */
  2268.     protected function getSnxRequestListenerService()
  2269.     {
  2270.         return $this->services['snx_request_listener'] = new \SymfonyDev\AppBundle\EventListener\RequestListener(new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.authorization_checker' => function () {
  2271.             return ${($_ = isset($this->services['security.authorization_checker']) ? $this->services['security.authorization_checker'] : $this->getSecurity_AuthorizationCheckerService()) && false ?: '_'};
  2272.         }, 'security.token_storage' => function () {
  2273.             return ${($_ = isset($this->services['security.token_storage']) ? $this->services['security.token_storage'] : ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())) && false ?: '_'};
  2274.         }])), ${($_ = isset($this->services['doctrine.orm.default_entity_manager']) ? $this->services['doctrine.orm.default_entity_manager'] : $this->getDoctrine_Orm_DefaultEntityManagerService()) && false ?: '_'}, ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'});
  2275.     }
  2276.     /**
  2277.      * Gets the private 'streamed_response_listener' shared service.
  2278.      *
  2279.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  2280.      */
  2281.     protected function getStreamedResponseListenerService()
  2282.     {
  2283.         return $this->services['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  2284.     }
  2285.     /**
  2286.      * Gets the private 'templating.locator' shared service.
  2287.      *
  2288.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  2289.      */
  2290.     protected function getTemplating_LocatorService()
  2291.     {
  2292.         return $this->services['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(${($_ = isset($this->services['file_locator']) ? $this->services['file_locator'] : ($this->services['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}, ($this->targetDirs[3].'/app/Resources'), [=> ($this->targetDirs[3].'/app')]))) && false ?: '_'}, $this->targetDirs[0]);
  2293.     }
  2294.     /**
  2295.      * Gets the private 'templating.name_parser' shared service.
  2296.      *
  2297.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  2298.      */
  2299.     protected function getTemplating_NameParserService()
  2300.     {
  2301.         return $this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'});
  2302.     }
  2303.     /**
  2304.      * Gets the private 'twig.loader' shared service.
  2305.      *
  2306.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  2307.      */
  2308.     protected function getTwig_LoaderService()
  2309.     {
  2310.         $this->services['twig.loader'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(${($_ = isset($this->services['templating.locator']) ? $this->services['templating.locator'] : $this->getTemplating_LocatorService()) && false ?: '_'}, ${($_ = isset($this->services['templating.name_parser']) ? $this->services['templating.name_parser'] : ($this->services['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(${($_ = isset($this->services['kernel']) ? $this->services['kernel'] : $this->get('kernel'1)) && false ?: '_'}))) && false ?: '_'}, $this->targetDirs[3]);
  2311.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2312.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2313.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2314.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2315.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2316.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2317.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2318.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2319.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2320.         $instance->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2321.         $instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  2322.         $instance->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  2323.         $instance->addPath(($this->targetDirs[3].'/src/SymfonyDev/AppBundle/Resources/views'), 'SymfonyDevApp');
  2324.         $instance->addPath(($this->targetDirs[3].'/src/SymfonyDev/AppBundle/Resources/views'), '!SymfonyDevApp');
  2325.         $instance->addPath(($this->targetDirs[3].'/src/SymfonyDev/SoapBundle/Resources/views'), 'SymfonyDevSoap');
  2326.         $instance->addPath(($this->targetDirs[3].'/src/SymfonyDev/SoapBundle/Resources/views'), '!SymfonyDevSoap');
  2327.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2328.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2329.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2330.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2331.         $instance->addPath(($this->targetDirs[3].'/app/Resources/views'));
  2332.         $instance->addPath(($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2333.         return $instance;
  2334.     }
  2335.     /**
  2336.      * Gets the private 'twig.profile' shared service.
  2337.      *
  2338.      * @return \Twig\Profiler\Profile
  2339.      */
  2340.     protected function getTwig_ProfileService()
  2341.     {
  2342.         return $this->services['twig.profile'] = new \Twig\Profiler\Profile();
  2343.     }
  2344.     /**
  2345.      * Gets the private 'uri_signer' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\HttpKernel\UriSigner
  2348.      */
  2349.     protected function getUriSignerService()
  2350.     {
  2351.         return $this->services['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('ThisTokenIsNotSoSecretChangeIt');
  2352.     }
  2353.     /**
  2354.      * Gets the private 'validate_request_listener' shared service.
  2355.      *
  2356.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  2357.      */
  2358.     protected function getValidateRequestListenerService()
  2359.     {
  2360.         return $this->services['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  2361.     }
  2362.     /**
  2363.      * Gets the private 'validator.builder' shared service.
  2364.      *
  2365.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2366.      */
  2367.     protected function getValidator_BuilderService()
  2368.     {
  2369.         $this->services['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2370.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  2371.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2372.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  2373.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2374.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  2375.             return ${($_ = isset($this->services['validator.email']) ? $this->services['validator.email'] : ($this->services['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator(false))) && false ?: '_'};
  2376.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  2377.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2378.         }, 'doctrine.orm.validator.unique' => function () {
  2379.             return ${($_ = isset($this->services['doctrine.orm.validator.unique']) ? $this->services['doctrine.orm.validator.unique'] : $this->load('getDoctrine_Orm_Validator_UniqueService.php')) && false ?: '_'};
  2380.         }, 'security.validator.user_password' => function () {
  2381.             return ${($_ = isset($this->services['security.validator.user_password']) ? $this->services['security.validator.user_password'] : $this->load('getSecurity_Validator_UserPasswordService.php')) && false ?: '_'};
  2382.         }, 'validator.expression' => function () {
  2383.             return ${($_ = isset($this->services['validator.expression']) ? $this->services['validator.expression'] : ($this->services['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator())) && false ?: '_'};
  2384.         }])));
  2385.         if ($this->has('translator')) {
  2386.             $instance->setTranslator(${($_ = isset($this->services['translator']) ? $this->services['translator'] : $this->getTranslatorService()) && false ?: '_'});
  2387.         }
  2388.         $instance->setTranslationDomain('validators');
  2389.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml')]);
  2390.         $instance->enableAnnotationMapping(${($_ = isset($this->services['annotation_reader']) ? $this->services['annotation_reader'] : $this->getAnnotationReaderService()) && false ?: '_'});
  2391.         $instance->addMethodMapping('loadValidatorMetadata');
  2392.         $instance->addObjectInitializers([=> ${($_ = isset($this->services['doctrine.orm.validator_initializer']) ? $this->services['doctrine.orm.validator_initializer'] : $this->getDoctrine_Orm_ValidatorInitializerService()) && false ?: '_'}]);
  2393.         return $instance;
  2394.     }
  2395.     /**
  2396.      * Gets the private 'web_profiler.csp.handler' shared service.
  2397.      *
  2398.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2399.      */
  2400.     protected function getWebProfiler_Csp_HandlerService()
  2401.     {
  2402.         return $this->services['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2403.     }
  2404.     /**
  2405.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2406.      *
  2407.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2408.      */
  2409.     protected function getWebProfiler_DebugToolbarService()
  2410.     {
  2411.         return $this->services['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(${($_ = isset($this->services['twig']) ? $this->services['twig'] : $this->getTwigService()) && false ?: '_'}, false2'bottom', ${($_ = isset($this->services['router']) ? $this->services['router'] : $this->getRouterService()) && false ?: '_'}, '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ${($_ = isset($this->services['web_profiler.csp.handler']) ? $this->services['web_profiler.csp.handler'] : $this->getWebProfiler_Csp_HandlerService()) && false ?: '_'});
  2412.     }
  2413.     public function getParameter($name)
  2414.     {
  2415.         $name = (string) $name;
  2416.         if (isset($this->buildParameters[$name])) {
  2417.             return $this->buildParameters[$name];
  2418.         }
  2419.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2420.             $name $this->normalizeParameterName($name);
  2421.             if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2422.                 throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2423.             }
  2424.         }
  2425.         if (isset($this->loadedDynamicParameters[$name])) {
  2426.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2427.         }
  2428.         return $this->parameters[$name];
  2429.     }
  2430.     public function hasParameter($name)
  2431.     {
  2432.         $name = (string) $name;
  2433.         if (isset($this->buildParameters[$name])) {
  2434.             return true;
  2435.         }
  2436.         $name $this->normalizeParameterName($name);
  2437.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2438.     }
  2439.     public function setParameter($name$value)
  2440.     {
  2441.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2442.     }
  2443.     public function getParameterBag()
  2444.     {
  2445.         if (null === $this->parameterBag) {
  2446.             $parameters $this->parameters;
  2447.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2448.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2449.             }
  2450.             foreach ($this->buildParameters as $name => $value) {
  2451.                 $parameters[$name] = $value;
  2452.             }
  2453.             $this->parameterBag = new FrozenParameterBag($parameters);
  2454.         }
  2455.         return $this->parameterBag;
  2456.     }
  2457.     private $loadedDynamicParameters = [
  2458.         'kernel.root_dir' => false,
  2459.         'kernel.project_dir' => false,
  2460.         'kernel.cache_dir' => false,
  2461.         'kernel.logs_dir' => false,
  2462.         'kernel.bundles_metadata' => false,
  2463.         'session.save_path' => false,
  2464.         'validator.mapping.cache.file' => false,
  2465.         'profiler.storage.dsn' => false,
  2466.         'debug.container.dump' => false,
  2467.         'router.resource' => false,
  2468.         'twig.default_path' => false,
  2469.         'swiftmailer.spool.default.file.path' => false,
  2470.         'doctrine.orm.proxy_dir' => false,
  2471.         'assetic.cache_dir' => false,
  2472.         'assetic.read_from' => false,
  2473.         'assetic.write_to' => false,
  2474.         'doctrine_migrations.dir_name' => false,
  2475.     ];
  2476.     private $dynamicParameters = [];
  2477.     /**
  2478.      * Computes a dynamic parameter.
  2479.      *
  2480.      * @param string $name The name of the dynamic parameter to load
  2481.      *
  2482.      * @return mixed The value of the dynamic parameter
  2483.      *
  2484.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2485.      */
  2486.     private function getDynamicParameter($name)
  2487.     {
  2488.         switch ($name) {
  2489.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/app'); break;
  2490.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2491.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2492.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/logs'); break;
  2493.             case 'kernel.bundles_metadata'$value = [
  2494.                 'FrameworkBundle' => [
  2495.                     'parent' => NULL,
  2496.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  2497.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2498.                 ],
  2499.                 'SecurityBundle' => [
  2500.                     'parent' => NULL,
  2501.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  2502.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2503.                 ],
  2504.                 'TwigBundle' => [
  2505.                     'parent' => NULL,
  2506.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  2507.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2508.                 ],
  2509.                 'MonologBundle' => [
  2510.                     'parent' => NULL,
  2511.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2512.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2513.                 ],
  2514.                 'SwiftmailerBundle' => [
  2515.                     'parent' => NULL,
  2516.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2517.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2518.                 ],
  2519.                 'DoctrineBundle' => [
  2520.                     'parent' => NULL,
  2521.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2522.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2523.                 ],
  2524.                 'SensioFrameworkExtraBundle' => [
  2525.                     'parent' => NULL,
  2526.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2527.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2528.                 ],
  2529.                 'AsseticBundle' => [
  2530.                     'parent' => NULL,
  2531.                     'path' => ($this->targetDirs[3].'/vendor/symfony/assetic-bundle'),
  2532.                     'namespace' => 'Symfony\\Bundle\\AsseticBundle',
  2533.                 ],
  2534.                 'StofDoctrineExtensionsBundle' => [
  2535.                     'parent' => NULL,
  2536.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  2537.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2538.                 ],
  2539.                 'DoctrineFixturesBundle' => [
  2540.                     'parent' => NULL,
  2541.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  2542.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2543.                 ],
  2544.                 'DoctrineMigrationsBundle' => [
  2545.                     'parent' => NULL,
  2546.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2547.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2548.                 ],
  2549.                 'KnpPaginatorBundle' => [
  2550.                     'parent' => NULL,
  2551.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle'),
  2552.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2553.                 ],
  2554.                 'SymfonyDevAppBundle' => [
  2555.                     'parent' => NULL,
  2556.                     'path' => ($this->targetDirs[3].'/src/SymfonyDev/AppBundle'),
  2557.                     'namespace' => 'SymfonyDev\\AppBundle',
  2558.                 ],
  2559.                 'SymfonyDevSoapBundle' => [
  2560.                     'parent' => NULL,
  2561.                     'path' => ($this->targetDirs[3].'/src/SymfonyDev/SoapBundle'),
  2562.                     'namespace' => 'SymfonyDev\\SoapBundle',
  2563.                 ],
  2564.                 'DebugBundle' => [
  2565.                     'parent' => NULL,
  2566.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  2567.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2568.                 ],
  2569.                 'WebProfilerBundle' => [
  2570.                     'parent' => NULL,
  2571.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  2572.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2573.                 ],
  2574.                 'SensioDistributionBundle' => [
  2575.                     'parent' => NULL,
  2576.                     'path' => ($this->targetDirs[3].'/vendor/sensio/distribution-bundle'),
  2577.                     'namespace' => 'Sensio\\Bundle\\DistributionBundle',
  2578.                 ],
  2579.                 'SensioGeneratorBundle' => [
  2580.                     'parent' => NULL,
  2581.                     'path' => ($this->targetDirs[3].'/vendor/sensio/generator-bundle'),
  2582.                     'namespace' => 'Sensio\\Bundle\\GeneratorBundle',
  2583.                 ],
  2584.                 'WebServerBundle' => [
  2585.                     'parent' => NULL,
  2586.                     'path' => ($this->targetDirs[3].'/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle'),
  2587.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2588.                 ],
  2589.             ]; break;
  2590.             case 'session.save_path'$value = ($this->targetDirs[2].'/sessions/dev'); break;
  2591.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2592.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2593.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/appDevDebugProjectContainer.xml'); break;
  2594.             case 'router.resource'$value = ($this->targetDirs[0].'/assetic/routing.yml'); break;
  2595.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2596.             case 'swiftmailer.spool.default.file.path'$value = ($this->targetDirs[2].'/spool/default'); break;
  2597.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2598.             case 'assetic.cache_dir'$value = ($this->targetDirs[0].'/assetic'); break;
  2599.             case 'assetic.read_from'$value = ($this->targetDirs[3].'/app/../web'); break;
  2600.             case 'assetic.write_to'$value = ($this->targetDirs[3].'/app/../web'); break;
  2601.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/app/DoctrineMigrations'); break;
  2602.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2603.         }
  2604.         $this->loadedDynamicParameters[$name] = true;
  2605.         return $this->dynamicParameters[$name] = $value;
  2606.     }
  2607.     private $normalizedParameterNames = [
  2608.         'firebase_apikey' => 'firebase_apiKey',
  2609.         'firebase_databaseurl' => 'firebase_databaseURL',
  2610.         'nm.firebase.apikey' => 'nm.firebase.apiKey',
  2611.         'nm.firebase.databaseurl' => 'nm.firebase.databaseURL',
  2612.     ];
  2613.     private function normalizeParameterName($name)
  2614.     {
  2615.         if (isset($this->normalizedParameterNames[$normalizedName strtolower($name)]) || isset($this->parameters[$normalizedName]) || array_key_exists($normalizedName$this->parameters)) {
  2616.             $normalizedName = isset($this->normalizedParameterNames[$normalizedName]) ? $this->normalizedParameterNames[$normalizedName] : $normalizedName;
  2617.             if ((string) $name !== $normalizedName) {
  2618.                 @trigger_error(sprintf('Parameter names will be made case sensitive in Symfony 4.0. Using "%s" instead of "%s" is deprecated since Symfony 3.4.'$name$normalizedName), E_USER_DEPRECATED);
  2619.             }
  2620.         } else {
  2621.             $normalizedName $this->normalizedParameterNames[$normalizedName] = (string) $name;
  2622.         }
  2623.         return $normalizedName;
  2624.     }
  2625.     /**
  2626.      * Gets the default parameters.
  2627.      *
  2628.      * @return array An array of the default parameters
  2629.      */
  2630.     protected function getDefaultParameters()
  2631.     {
  2632.         return [
  2633.             'kernel.environment' => 'dev',
  2634.             'kernel.debug' => true,
  2635.             'kernel.name' => 'app',
  2636.             'kernel.bundles' => [
  2637.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2638.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2639.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2640.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2641.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2642.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2643.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2644.                 'AsseticBundle' => 'Symfony\\Bundle\\AsseticBundle\\AsseticBundle',
  2645.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2646.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2647.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2648.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2649.                 'SymfonyDevAppBundle' => 'SymfonyDev\\AppBundle\\SymfonyDevAppBundle',
  2650.                 'SymfonyDevSoapBundle' => 'SymfonyDev\\SoapBundle\\SymfonyDevSoapBundle',
  2651.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2652.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2653.                 'SensioDistributionBundle' => 'Sensio\\Bundle\\DistributionBundle\\SensioDistributionBundle',
  2654.                 'SensioGeneratorBundle' => 'Sensio\\Bundle\\GeneratorBundle\\SensioGeneratorBundle',
  2655.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2656.             ],
  2657.             'kernel.charset' => 'UTF-8',
  2658.             'kernel.container_class' => 'appDevDebugProjectContainer',
  2659.             'container.autowiring.strict_mode' => true,
  2660.             'container.dumper.inline_class_loader' => true,
  2661.             'database_host' => '127.0.0.1',
  2662.             'database_port' => NULL,
  2663.             'database_name' => 'dev_safflowernx',
  2664.             'database_user' => 'root',
  2665.             'database_password' => 'dev26!Login',
  2666.             'mailer_transport' => 'smtp',
  2667.             'mailer_host' => 'mail.safflower.com.au',
  2668.             'mailer_user' => 'info@safflower.com.au',
  2669.             'mailer_password' => '12Bluebird!',
  2670.             'mailer_encryption' => 'ssl',
  2671.             'secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2672.             'requires_channel' => 'http',
  2673.             'mw_uuid' => '4ed6b0a089fd2',
  2674.             'mw_api_key' => 'daiyech2',
  2675.             'mw_api_passphrase' => '7rqklc18',
  2676.             'mw_live_mode' => false,
  2677.             'site_email' => 'info@safflower.com.au',
  2678.             'firebase_apiKey' => 'AIzaSyCXslU5ukkx9t2fq9IO3HWT2D_82tgw0Q0',
  2679.             'firebase_databaseURL' => 'https://fir-test-ab61c.firebaseio.com',
  2680.             'sms_api_key' => '34dc97fc42071cac07ec1178cd9d62b9',
  2681.             'sms_api_secret' => 's1fwtqYs0TcwDeV89',
  2682.             'ap_account_number' => 2011479541,
  2683.             'ap_username' => '92578c93-cd12-4ea7-b731-61eef3e142a6',
  2684.             'ap_pwd' => 'x04C5B$F83C6EE5FC3!E',
  2685.             'ap_live_mode' => false,
  2686.             'eway_api_key' => 'C3AB9CTkwhlNbfFeXCWJlsRo1cSeU2ScgVbm2vXHCBtN4VzdRqELO8U7/qEboUZAe5JD1c',
  2687.             'eway_api_password' => 'rBgskcPN',
  2688.             'eway_api_endpoint' => 'Sandbox',
  2689.             'locale' => 'en',
  2690.             'fragment.renderer.hinclude.global_template' => NULL,
  2691.             'fragment.path' => '/_fragment',
  2692.             'kernel.secret' => 'ThisTokenIsNotSoSecretChangeIt',
  2693.             'kernel.http_method_override' => true,
  2694.             'kernel.trusted_hosts' => [
  2695.             ],
  2696.             'kernel.default_locale' => 'en',
  2697.             'templating.helper.code.file_link_format' => NULL,
  2698.             'debug.file_link_format' => NULL,
  2699.             'session.metadata.storage_key' => '_sf2_meta',
  2700.             'session.storage.options' => [
  2701.                 'cache_limiter' => '0',
  2702.                 'cookie_httponly' => true,
  2703.                 'gc_probability' => 1,
  2704.             ],
  2705.             'session.metadata.update_threshold' => '0',
  2706.             'form.type_extension.csrf.enabled' => true,
  2707.             'form.type_extension.csrf.field_name' => '_token',
  2708.             'asset.request_context.base_path' => '',
  2709.             'asset.request_context.secure' => false,
  2710.             'templating.loader.cache.path' => NULL,
  2711.             'templating.engines' => [
  2712.                 => 'twig',
  2713.             ],
  2714.             'validator.mapping.cache.prefix' => '',
  2715.             'validator.translation_domain' => 'validators',
  2716.             'profiler_listener.only_exceptions' => false,
  2717.             'profiler_listener.only_master_requests' => false,
  2718.             'debug.error_handler.throw_at' => -1,
  2719.             'router.options.generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2720.             'router.options.generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator',
  2721.             'router.options.generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper',
  2722.             'router.options.matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2723.             'router.options.matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher',
  2724.             'router.options.matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper',
  2725.             'router.options.matcher.cache_class' => 'appDevDebugProjectContainerUrlMatcher',
  2726.             'router.options.generator.cache_class' => 'appDevDebugProjectContainerUrlGenerator',
  2727.             'router.request_context.host' => 'localhost',
  2728.             'router.request_context.scheme' => 'http',
  2729.             'router.request_context.base_url' => '',
  2730.             'router.cache_class_prefix' => 'appDevDebugProjectContainer',
  2731.             'request_listener.http_port' => 80,
  2732.             'request_listener.https_port' => 443,
  2733.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  2734.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  2735.             'security.role_hierarchy.roles' => [
  2736.                 'ROLE_USER' => [
  2737.                 ],
  2738.                 'ROLE_ADMIN' => [
  2739.                     => 'ROLE_USER',
  2740.                 ],
  2741.                 'ROLE_STUDENT' => [
  2742.                     => 'ROLE_ADMIN',
  2743.                 ],
  2744.                 'ROLE_PRACTITIONER' => [
  2745.                     => 'ROLE_ADMIN',
  2746.                 ],
  2747.                 'ROLE_STAFF' => [
  2748.                     => 'ROLE_ADMIN',
  2749.                 ],
  2750.                 'ROLE_SUPER_ADMIN' => [
  2751.                     => 'ROLE_STAFF',
  2752.                 ],
  2753.             ],
  2754.             'security.access.denied_url' => NULL,
  2755.             'security.authentication.manager.erase_credentials' => true,
  2756.             'security.authentication.session_strategy.strategy' => 'migrate',
  2757.             'security.access.always_authenticate_before_granting' => false,
  2758.             'security.authentication.hide_user_not_found' => true,
  2759.             'twig.exception_listener.controller' => 'twig.controller.exception:showAction',
  2760.             'twig.form.resources' => [
  2761.                 => 'form_div_layout.html.twig',
  2762.             ],
  2763.             'monolog.use_microseconds' => true,
  2764.             'monolog.swift_mailer.handlers' => [
  2765.             ],
  2766.             'monolog.handlers_to_channels' => [
  2767.                 'monolog.handler.server_log' => NULL,
  2768.                 'monolog.handler.console' => [
  2769.                     'type' => 'exclusive',
  2770.                     'elements' => [
  2771.                         => 'event',
  2772.                         => 'doctrine',
  2773.                         => 'console',
  2774.                     ],
  2775.                 ],
  2776.                 'monolog.handler.main' => [
  2777.                     'type' => 'exclusive',
  2778.                     'elements' => [
  2779.                         => 'event',
  2780.                     ],
  2781.                 ],
  2782.             ],
  2783.             'swiftmailer.class' => 'Swift_Mailer',
  2784.             'swiftmailer.transport.sendmail.class' => 'Swift_Transport_SendmailTransport',
  2785.             'swiftmailer.transport.mail.class' => 'Swift_Transport_MailTransport',
  2786.             'swiftmailer.transport.failover.class' => 'Swift_Transport_FailoverTransport',
  2787.             'swiftmailer.plugin.redirecting.class' => 'Swift_Plugins_RedirectingPlugin',
  2788.             'swiftmailer.plugin.impersonate.class' => 'Swift_Plugins_ImpersonatePlugin',
  2789.             'swiftmailer.plugin.messagelogger.class' => 'Swift_Plugins_MessageLogger',
  2790.             'swiftmailer.plugin.antiflood.class' => 'Swift_Plugins_AntiFloodPlugin',
  2791.             'swiftmailer.transport.smtp.class' => 'Swift_Transport_EsmtpTransport',
  2792.             'swiftmailer.plugin.blackhole.class' => 'Swift_Plugins_BlackholePlugin',
  2793.             'swiftmailer.spool.file.class' => 'Swift_FileSpool',
  2794.             'swiftmailer.spool.memory.class' => 'Swift_MemorySpool',
  2795.             'swiftmailer.email_sender.listener.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener',
  2796.             'swiftmailer.data_collector.class' => 'Symfony\\Bundle\\SwiftmailerBundle\\DataCollector\\MessageDataCollector',
  2797.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  2798.             'swiftmailer.mailer.default.transport.smtp.encryption' => 'ssl',
  2799.             'swiftmailer.mailer.default.transport.smtp.port' => 587,
  2800.             'swiftmailer.mailer.default.transport.smtp.host' => 'mail.safflower.com.au',
  2801.             'swiftmailer.mailer.default.transport.smtp.username' => 'info@safflower.com.au',
  2802.             'swiftmailer.mailer.default.transport.smtp.password' => '12Bluebird!',
  2803.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  2804.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  2805.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  2806.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  2807.             'swiftmailer.mailer.default.spool.enabled' => true,
  2808.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2809.             'swiftmailer.mailer.default.single_address' => NULL,
  2810.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2811.             'swiftmailer.spool.enabled' => true,
  2812.             'swiftmailer.delivery.enabled' => true,
  2813.             'swiftmailer.single_address' => NULL,
  2814.             'swiftmailer.mailers' => [
  2815.                 'default' => 'swiftmailer.mailer.default',
  2816.             ],
  2817.             'swiftmailer.default_mailer' => 'default',
  2818.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2819.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2820.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2821.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2822.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2823.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2824.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2825.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2826.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2827.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2828.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2829.             'doctrine_cache.memcache.host' => 'localhost',
  2830.             'doctrine_cache.memcache.port' => 11211,
  2831.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2832.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2833.             'doctrine_cache.memcached.host' => 'localhost',
  2834.             'doctrine_cache.memcached.port' => 11211,
  2835.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2836.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2837.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2838.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2839.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2840.             'doctrine_cache.predis.scheme' => 'tcp',
  2841.             'doctrine_cache.predis.host' => 'localhost',
  2842.             'doctrine_cache.predis.port' => 6379,
  2843.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2844.             'doctrine_cache.redis.connection.class' => 'Redis',
  2845.             'doctrine_cache.redis.host' => 'localhost',
  2846.             'doctrine_cache.redis.port' => 6379,
  2847.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2848.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2849.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2850.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2851.             'doctrine_cache.riak.host' => 'localhost',
  2852.             'doctrine_cache.riak.port' => 8087,
  2853.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2854.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2855.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2856.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2857.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2858.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2859.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2860.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2861.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2862.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2863.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2864.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2865.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2866.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2867.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2868.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2869.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2870.             'doctrine.entity_managers' => [
  2871.                 'default' => 'doctrine.orm.default_entity_manager',
  2872.             ],
  2873.             'doctrine.default_entity_manager' => 'default',
  2874.             'doctrine.dbal.connection_factory.types' => [
  2875.             ],
  2876.             'doctrine.connections' => [
  2877.                 'default' => 'doctrine.dbal.default_connection',
  2878.             ],
  2879.             'doctrine.default_connection' => 'default',
  2880.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2881.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2882.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2883.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2884.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2885.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2886.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2887.             'doctrine.orm.cache.memcache_port' => 11211,
  2888.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2889.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2890.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2891.             'doctrine.orm.cache.memcached_port' => 11211,
  2892.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2893.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2894.             'doctrine.orm.cache.redis_host' => 'localhost',
  2895.             'doctrine.orm.cache.redis_port' => 6379,
  2896.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2897.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2898.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2899.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2900.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2901.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2902.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2903.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2904.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2905.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2906.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2907.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2908.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2909.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2910.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2911.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2912.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2913.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2914.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2915.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2916.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2917.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2918.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2919.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2920.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2921.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2922.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2923.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2924.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2925.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2926.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2927.             'assetic.asset_factory.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\AssetFactory',
  2928.             'assetic.asset_manager.class' => 'Assetic\\Factory\\LazyAssetManager',
  2929.             'assetic.asset_manager_cache_warmer.class' => 'Symfony\\Bundle\\AsseticBundle\\CacheWarmer\\AssetManagerCacheWarmer',
  2930.             'assetic.cached_formula_loader.class' => 'Assetic\\Factory\\Loader\\CachedFormulaLoader',
  2931.             'assetic.config_cache.class' => 'Assetic\\Cache\\ConfigCache',
  2932.             'assetic.config_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\ConfigurationLoader',
  2933.             'assetic.config_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\ConfigurationResource',
  2934.             'assetic.coalescing_directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\CoalescingDirectoryResource',
  2935.             'assetic.directory_resource.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Resource\\DirectoryResource',
  2936.             'assetic.filter_manager.class' => 'Symfony\\Bundle\\AsseticBundle\\FilterManager',
  2937.             'assetic.worker.ensure_filter.class' => 'Assetic\\Factory\\Worker\\EnsureFilterWorker',
  2938.             'assetic.worker.cache_busting.class' => 'Assetic\\Factory\\Worker\\CacheBustingWorker',
  2939.             'assetic.value_supplier.class' => 'Symfony\\Bundle\\AsseticBundle\\DefaultValueSupplier',
  2940.             'assetic.node.paths' => [
  2941.             ],
  2942.             'assetic.bundles' => [
  2943.                 => 'SymfonyDevAppBundle',
  2944.             ],
  2945.             'assetic.twig_extension.class' => 'Symfony\\Bundle\\AsseticBundle\\Twig\\AsseticExtension',
  2946.             'assetic.twig_formula_loader.class' => 'Assetic\\Extension\\Twig\\TwigFormulaLoader',
  2947.             'assetic.helper.dynamic.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\DynamicAsseticHelper',
  2948.             'assetic.helper.static.class' => 'Symfony\\Bundle\\AsseticBundle\\Templating\\StaticAsseticHelper',
  2949.             'assetic.php_formula_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Loader\\AsseticHelperFormulaLoader',
  2950.             'assetic.debug' => true,
  2951.             'assetic.use_controller' => true,
  2952.             'assetic.enable_profiler' => false,
  2953.             'assetic.variables' => [
  2954.             ],
  2955.             'assetic.java.bin' => '/usr/bin/java',
  2956.             'assetic.node.bin' => '/usr/bin/node',
  2957.             'assetic.ruby.bin' => '/usr/bin/ruby',
  2958.             'assetic.sass.bin' => '/usr/bin/sass',
  2959.             'assetic.reactjsx.bin' => '/usr/bin/jsx',
  2960.             'assetic.filter.cssrewrite.class' => 'Assetic\\Filter\\CssRewriteFilter',
  2961.             'assetic.twig_extension.functions' => [
  2962.             ],
  2963.             'assetic.controller.class' => 'Symfony\\Bundle\\AsseticBundle\\Controller\\AsseticController',
  2964.             'assetic.routing_loader.class' => 'Symfony\\Bundle\\AsseticBundle\\Routing\\AsseticLoader',
  2965.             'assetic.cache.class' => 'Assetic\\Cache\\FilesystemCache',
  2966.             'assetic.use_controller_worker.class' => 'Symfony\\Bundle\\AsseticBundle\\Factory\\Worker\\UseControllerWorker',
  2967.             'assetic.request_listener.class' => 'Symfony\\Bundle\\AsseticBundle\\EventListener\\RequestListener',
  2968.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2969.             'stof_doctrine_extensions.default_locale' => 'en',
  2970.             'stof_doctrine_extensions.translation_fallback' => false,
  2971.             'stof_doctrine_extensions.persist_default_translation' => false,
  2972.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2973.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2974.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2975.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2976.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2977.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2978.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2979.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2980.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2981.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2982.             'doctrine_migrations.name' => 'Application Migrations',
  2983.             'doctrine_migrations.migrations_paths' => [
  2984.             ],
  2985.             'doctrine_migrations.namespace' => 'Application\\Migrations',
  2986.             'doctrine_migrations.table_name' => 'migration_versions',
  2987.             'doctrine_migrations.column_name' => 'version',
  2988.             'doctrine_migrations.column_length' => 14,
  2989.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2990.             'doctrine_migrations.all_or_nothing' => false,
  2991.             'doctrine_migrations.custom_template' => NULL,
  2992.             'doctrine_migrations.organize_migrations' => false,
  2993.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  2994.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  2995.             'knp_paginator.template.pagination' => '@SymfonyDevApp/Partial/_pagination.html.twig',
  2996.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2997.             'knp_paginator.template.sortable' => '@SymfonyDevApp/Partial/_sortable_link.html.twig',
  2998.             'knp_paginator.page_range' => 10,
  2999.             'ap.account_number' => 2011479541,
  3000.             'ap.username' => '92578c93-cd12-4ea7-b731-61eef3e142a6',
  3001.             'ap.pwd' => 'x04C5B$F83C6EE5FC3!E',
  3002.             'ap.live_mode' => false,
  3003.             'ap.class' => 'SymfonyDev\\AppBundle\\Manager\\ApManager',
  3004.             'mw.uuid' => '4ed6b0a089fd2',
  3005.             'mw.api_key' => 'daiyech2',
  3006.             'mw.api_passphrase' => '7rqklc18',
  3007.             'mw.live_mode' => false,
  3008.             'mw.class' => 'SymfonyDev\\AppBundle\\Manager\\MwManager',
  3009.             'sms.api_key' => '34dc97fc42071cac07ec1178cd9d62b9',
  3010.             'sms.api_secret' => 's1fwtqYs0TcwDeV89',
  3011.             'sms.class' => 'SymfonyDev\\AppBundle\\Manager\\SmsManager',
  3012.             'nm.firebase.apiKey' => 'AIzaSyCXslU5ukkx9t2fq9IO3HWT2D_82tgw0Q0',
  3013.             'nm.firebase.databaseURL' => 'https://fir-test-ab61c.firebaseio.com',
  3014.             'notification_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\NotificationManager',
  3015.             'base_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\BaseManager',
  3016.             'base_entity_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\BaseEntityManager',
  3017.             'user_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\UserManager',
  3018.             'supplier_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\SupplierManager',
  3019.             'country_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\CountryManager',
  3020.             'coupon_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\CouponManager',
  3021.             'site_parameter_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\SiteParameterManager',
  3022.             'product_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\ProductManager',
  3023.             'news_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\NewsManager',
  3024.             'dosage_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\DosageManager',
  3025.             'formula_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\FormulaManager',
  3026.             'stock_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\StockManager',
  3027.             'patient_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\PatientManager',
  3028.             'post_price_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\PostPriceManager',
  3029.             'conditioning_price_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\ConditioningPriceManager',
  3030.             'granule_price_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\GranulePriceManager',
  3031.             'ord_manager.class' => 'SymfonyDev\\AppBundle\\Manager\\OrdManager',
  3032.             'eway.api_key' => 'C3AB9CTkwhlNbfFeXCWJlsRo1cSeU2ScgVbm2vXHCBtN4VzdRqELO8U7/qEboUZAe5JD1c',
  3033.             'eway.api_password' => 'rBgskcPN',
  3034.             'eway.api_endpoint' => 'Sandbox',
  3035.             'eway.class' => 'SymfonyDev\\AppBundle\\Manager\\EwayManager',
  3036.             'web_profiler.debug_toolbar.position' => 'bottom',
  3037.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3038.             'web_profiler.debug_toolbar.mode' => 2,
  3039.             'data_collector.templates' => [
  3040.                 'data_collector.request' => [
  3041.                     => 'request',
  3042.                     => '@WebProfiler/Collector/request.html.twig',
  3043.                 ],
  3044.                 'data_collector.time' => [
  3045.                     => 'time',
  3046.                     => '@WebProfiler/Collector/time.html.twig',
  3047.                 ],
  3048.                 'data_collector.memory' => [
  3049.                     => 'memory',
  3050.                     => '@WebProfiler/Collector/memory.html.twig',
  3051.                 ],
  3052.                 'data_collector.validator' => [
  3053.                     => 'validator',
  3054.                     => '@WebProfiler/Collector/validator.html.twig',
  3055.                 ],
  3056.                 'data_collector.ajax' => [
  3057.                     => 'ajax',
  3058.                     => '@WebProfiler/Collector/ajax.html.twig',
  3059.                 ],
  3060.                 'data_collector.form' => [
  3061.                     => 'form',
  3062.                     => '@WebProfiler/Collector/form.html.twig',
  3063.                 ],
  3064.                 'data_collector.exception' => [
  3065.                     => 'exception',
  3066.                     => '@WebProfiler/Collector/exception.html.twig',
  3067.                 ],
  3068.                 'data_collector.logger' => [
  3069.                     => 'logger',
  3070.                     => '@WebProfiler/Collector/logger.html.twig',
  3071.                 ],
  3072.                 'data_collector.events' => [
  3073.                     => 'events',
  3074.                     => '@WebProfiler/Collector/events.html.twig',
  3075.                 ],
  3076.                 'data_collector.router' => [
  3077.                     => 'router',
  3078.                     => '@WebProfiler/Collector/router.html.twig',
  3079.                 ],
  3080.                 'data_collector.cache' => [
  3081.                     => 'cache',
  3082.                     => '@WebProfiler/Collector/cache.html.twig',
  3083.                 ],
  3084.                 'data_collector.security' => [
  3085.                     => 'security',
  3086.                     => '@Security/Collector/security.html.twig',
  3087.                 ],
  3088.                 'data_collector.twig' => [
  3089.                     => 'twig',
  3090.                     => '@WebProfiler/Collector/twig.html.twig',
  3091.                 ],
  3092.                 'data_collector.doctrine' => [
  3093.                     => 'db',
  3094.                     => '@Doctrine/Collector/db.html.twig',
  3095.                 ],
  3096.                 'swiftmailer.data_collector' => [
  3097.                     => 'swiftmailer',
  3098.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3099.                 ],
  3100.                 'data_collector.dump' => [
  3101.                     => 'dump',
  3102.                     => '@Debug/Profiler/dump.html.twig',
  3103.                 ],
  3104.                 'data_collector.config' => [
  3105.                     => 'config',
  3106.                     => '@WebProfiler/Collector/config.html.twig',
  3107.                 ],
  3108.             ],
  3109.             'console.command.ids' => [
  3110.                 'console.command.symfony_bundle_frameworkbundle_command_aboutcommand' => 'console.command.about',
  3111.                 'console.command.symfony_bundle_frameworkbundle_command_assetsinstallcommand' => 'console.command.assets_install',
  3112.                 'console.command.symfony_bundle_frameworkbundle_command_cacheclearcommand' => 'console.command.cache_clear',
  3113.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolclearcommand' => 'console.command.cache_pool_clear',
  3114.                 'console.command.symfony_bundle_frameworkbundle_command_cachepoolprunecommand' => 'console.command.cache_pool_prune',
  3115.                 'console.command.symfony_bundle_frameworkbundle_command_cachewarmupcommand' => 'console.command.cache_warmup',
  3116.                 'console.command.symfony_bundle_frameworkbundle_command_configdebugcommand' => 'console.command.config_debug',
  3117.                 'console.command.symfony_bundle_frameworkbundle_command_configdumpreferencecommand' => 'console.command.config_dump_reference',
  3118.                 'console.command.symfony_bundle_frameworkbundle_command_containerdebugcommand' => 'console.command.container_debug',
  3119.                 'console.command.symfony_bundle_frameworkbundle_command_debugautowiringcommand' => 'console.command.debug_autowiring',
  3120.                 'console.command.symfony_bundle_frameworkbundle_command_eventdispatcherdebugcommand' => 'console.command.event_dispatcher_debug',
  3121.                 'console.command.symfony_bundle_frameworkbundle_command_routerdebugcommand' => 'console.command.router_debug',
  3122.                 'console.command.symfony_bundle_frameworkbundle_command_routermatchcommand' => 'console.command.router_match',
  3123.                 'console.command.symfony_bundle_frameworkbundle_command_xlifflintcommand' => 'console.command.xliff_lint',
  3124.                 'console.command.symfony_bundle_frameworkbundle_command_yamllintcommand' => 'console.command.yaml_lint',
  3125.                 'console.command.symfony_component_form_command_debugcommand' => 'console.command.form_debug',
  3126.                 'console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand' => 'security.command.user_password_encoder',
  3127.                 'console.command.symfony_bridge_twig_command_debugcommand' => 'twig.command.debug',
  3128.                 'console.command.symfony_bundle_twigbundle_command_lintcommand' => 'twig.command.lint',
  3129.                 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_containscommand',
  3130.                 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand',
  3131.                 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand',
  3132.                 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand' => 'console.command.doctrine_bundle_doctrinecachebundle_command_statscommand',
  3133.                 'console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand' => 'doctrine.database_create_command',
  3134.                 'console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand' => 'doctrine.database_drop_command',
  3135.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand' => 'doctrine.database_import_command',
  3136.                 'console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand' => 'doctrine.generate_entities_command',
  3137.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand' => 'doctrine.query_sql_command',
  3138.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand' => 'doctrine.cache_clear_metadata_command',
  3139.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand' => 'doctrine.cache_clear_query_cache_command',
  3140.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand' => 'doctrine.cache_clear_result_command',
  3141.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand' => 'doctrine.cache_collection_region_command',
  3142.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand' => 'doctrine.mapping_convert_command',
  3143.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand' => 'doctrine.schema_create_command',
  3144.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand' => 'doctrine.schema_drop_command',
  3145.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand' => 'doctrine.ensure_production_settings_command',
  3146.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand' => 'doctrine.clear_entity_region_command',
  3147.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand' => 'doctrine.mapping_info_command',
  3148.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand' => 'doctrine.clear_query_region_command',
  3149.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand' => 'doctrine.query_dql_command',
  3150.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand' => 'doctrine.schema_update_command',
  3151.                 'console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand' => 'doctrine.schema_validate_command',
  3152.                 'console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand' => 'doctrine.mapping_import_command',
  3153.                 'console.command.doctrine_bundle_fixturesbundle_command_loaddatafixturesdoctrinecommand' => 'doctrine.fixtures_load_command',
  3154.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdiffdoctrinecommand' => 'doctrine_migrations.diff_command',
  3155.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsdumpschemadoctrinecommand' => 'doctrine_migrations.dump_schema_command',
  3156.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsexecutedoctrinecommand' => 'doctrine_migrations.execute_command',
  3157.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsgeneratedoctrinecommand' => 'doctrine_migrations.generate_command',
  3158.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationslatestdoctrinecommand' => 'doctrine_migrations.latest_command',
  3159.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsmigratedoctrinecommand' => 'doctrine_migrations.migrate_command',
  3160.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsrollupdoctrinecommand' => 'doctrine_migrations.rollup_command',
  3161.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsstatusdoctrinecommand' => 'doctrine_migrations.status_command',
  3162.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsuptodatedoctrinecommand' => 'doctrine_migrations.up_to_date_command',
  3163.                 'console.command.doctrine_bundle_migrationsbundle_command_migrationsversiondoctrinecommand' => 'doctrine_migrations.version_command',
  3164.                 'console.command.sensiolabs_security_command_securitycheckercommand' => 'sensio_distribution.security_checker.command',
  3165.                 'console.command.symfony_bundle_webserverbundle_command_serverruncommand' => 'web_server.command.server_run',
  3166.                 'console.command.symfony_bundle_webserverbundle_command_serverstartcommand' => 'web_server.command.server_start',
  3167.                 'console.command.symfony_bundle_webserverbundle_command_serverstopcommand' => 'web_server.command.server_stop',
  3168.                 'console.command.symfony_bundle_webserverbundle_command_serverstatuscommand' => 'web_server.command.server_status',
  3169.                 'console.command.symfony_bundle_webserverbundle_command_serverlogcommand' => 'web_server.command.server_log',
  3170.             ],
  3171.             'console.lazy_command.ids' => [
  3172.                 'console.command.about' => true,
  3173.                 'console.command.assets_install' => true,
  3174.                 'console.command.cache_clear' => true,
  3175.                 'console.command.cache_pool_clear' => true,
  3176.                 'console.command.cache_pool_prune' => true,
  3177.                 'console.command.cache_warmup' => true,
  3178.                 'console.command.config_debug' => true,
  3179.                 'console.command.config_dump_reference' => true,
  3180.                 'console.command.container_debug' => true,
  3181.                 'console.command.debug_autowiring' => true,
  3182.                 'console.command.event_dispatcher_debug' => true,
  3183.                 'console.command.router_debug' => true,
  3184.                 'console.command.router_match' => true,
  3185.                 'console.command.xliff_lint' => true,
  3186.                 'console.command.yaml_lint' => true,
  3187.                 'console.command.form_debug' => true,
  3188.                 'security.command.user_password_encoder' => true,
  3189.                 'twig.command.debug' => true,
  3190.                 'twig.command.lint' => true,
  3191.                 'doctrine.database_create_command' => true,
  3192.                 'doctrine.database_drop_command' => true,
  3193.                 'doctrine.database_import_command' => true,
  3194.                 'doctrine.generate_entities_command' => true,
  3195.                 'doctrine.query_sql_command' => true,
  3196.                 'doctrine.cache_clear_metadata_command' => true,
  3197.                 'doctrine.cache_clear_query_cache_command' => true,
  3198.                 'doctrine.cache_clear_result_command' => true,
  3199.                 'doctrine.cache_collection_region_command' => true,
  3200.                 'doctrine.mapping_convert_command' => true,
  3201.                 'doctrine.schema_create_command' => true,
  3202.                 'doctrine.schema_drop_command' => true,
  3203.                 'doctrine.ensure_production_settings_command' => true,
  3204.                 'doctrine.clear_entity_region_command' => true,
  3205.                 'doctrine.mapping_info_command' => true,
  3206.                 'doctrine.clear_query_region_command' => true,
  3207.                 'doctrine.query_dql_command' => true,
  3208.                 'doctrine.schema_update_command' => true,
  3209.                 'doctrine.schema_validate_command' => true,
  3210.                 'doctrine.mapping_import_command' => true,
  3211.                 'doctrine.fixtures_load_command' => true,
  3212.                 'doctrine_migrations.diff_command' => true,
  3213.                 'doctrine_migrations.dump_schema_command' => true,
  3214.                 'doctrine_migrations.execute_command' => true,
  3215.                 'doctrine_migrations.generate_command' => true,
  3216.                 'doctrine_migrations.latest_command' => true,
  3217.                 'doctrine_migrations.migrate_command' => true,
  3218.                 'doctrine_migrations.rollup_command' => true,
  3219.                 'doctrine_migrations.status_command' => true,
  3220.                 'doctrine_migrations.up_to_date_command' => true,
  3221.                 'doctrine_migrations.version_command' => true,
  3222.                 'sensio_distribution.security_checker.command' => true,
  3223.                 'web_server.command.server_run' => true,
  3224.                 'web_server.command.server_start' => true,
  3225.                 'web_server.command.server_stop' => true,
  3226.                 'web_server.command.server_status' => true,
  3227.                 'web_server.command.server_log' => true,
  3228.             ],
  3229.         ];
  3230.     }
  3231. }